Agents Administration - Tests
 

Default Parameters for VsgTcpTrafficTest

This test monitors the TCP protocol traffic to and from each guest of a virtual host, and particularly measures the percentage of retransmission.

This page depicts the default parameters that need to be configured for the VsgTcpTrafficTest.

  • The TEST PERIOD list box helps the user to decide how often this test needs to be executed. 

  • This test connects to each virtual guest remotely and attempts to collect "inside view" metrics. In order to obtain a remote connection, the test must be configured with user privileges that allow remote communication with the virtual guests. The first step towards this is to specify the DOMAIN within which the virtual guests reside. The ADMIN USER and ADMIN PASSWORD will change according to the DOMAIN specification. Discussed below are the different values that the DOMAIN parameter can take, and how they impact the ADMIN USER and ADMIN PASSWORD specifications:

    • If the VMs belong to a single domain : If the guests belong to a specific domain, then specify the name of that domain against the DOMAIN parameter. In this case, any administrative user in that domain will have remote access to all the virtual guests. Therefore, an administrator account in the given domain can be provided in the ADMIN USER field and the corresponding password in the ADMIN PASSWORD field. Confirm the password by retyping it in the CONFIRM PASSWORD text box.
    • If the guests belong to different domains - In this case, you might want to provide multiple domain names. If this is done, then, to access the guests in every configured domain, the test should be configured with the required user privileges; this implies that along with multiple DOMAIN names, multiple ADMIN USER names and ADMIN PASSWORDS would also have to be provided. To help administrators provide these user details quickly and easily, the eG administrative interface embeds a special configuration page. To access this page, simply click on the Click here hyperlink that appears just above the parameters of this test in the test configuration page.In the page that appears next, specify the following:

      • First, provide the name of the Domain to which the VMs belong. If one/more VMs do not belong to any domain, then, specify 'none' here.
      • The eG agent must be configured with user privileges that will allow the agent to communicate with the VMs in a particular domain and extract statistics. If 'none' is specified against Domain, then a local administrator account can be provided against Admin User. On the other hand, if a valid Domain name has been specified, then a domain administrator account can be provided in the Admin User text box.
      • The password of the specified Admin User should be mentioned in the Admin Pwd text box.
      • Confirm the password by retyping it in the Confirm Pwd text box.
      • To add more users, click on the circled '+' button in the page. This will allow you to add one more user specification.
      • In some virtualized environments, the same Domain could be accessed using multiple Admin User names. For instance, to login to a Domain named 'egitlab', the eG agent can use the Admin User name labadmin or the Admin User name jadmn. You can configure the eG agent with the credentials of both these users by adding two separate specifications - one for the labadmin and another for jadmn in our example - for the same domain name using this page. When this is done, then, while attempting to connect to the domain, the eG agent will begin by using the first Admin User name of the specification. If, for some reason, the agent is unable to login using the first Admin User name, then it will try to login again, but this time using the second Admin User name of the specification - i.e., jadmn in our example. If the first login attempt itself is successful, then the agent will ignore the second Admin User name.
      • To clear all the user specifications, simply click the Clear button.
      • To remove the details of a particular user alone, just click the circled '-' button corresponding to the user specification.
      • To save the specification, just click on the Update button. This will lead you back to the test configuration page, where you will find the multiple domain names, user names, and passwords listed against the respective fields.

  • In the SEGMENTS_SENT_MIN text box, specify the minimum threshold for the number of segments sent/transmitted over the network. The default value is 25; in this case, the test will compute/report the Retransmit_ratio measure only if more than 25 segments are sent over the network – i.e., if the value of the Segments_sent measure crosses the value 25. On the other hand, if the Segments_sent measure reports a value less than 25, then the test will not compute/report the Retransmit_ratio measure. This is done to ensure that no false alerts are generated by the eG Enterprise system for the Retransmit_ratio measure. If you want the test to compute/report the Retransmit_ratio measure at all times irrespective of the number of segments sent/transmitted over the network, then set this parameter to either 0 or -1. You can change this minimum threshold to any value of your choice.

  • Once the above value is provided, click on the Update button to register the changes made.