|
Configuration of SyntheticTransTest
This test exactly pinpoints administrator to what has actually contributed to the slowdown of a web site/application - is it the URL components like HTTP, jss etc? or is it the error components? or is it the page load time?. This way, administrator is able to figure out the real reason behind such slowdowns.
The default parameters associated with this test are as follows:
In the SCRIPTFILES text box, specify the full path to the script file that is to be played back for emulating a request to, and extracting metrics from the monitored application/website. Multiple script files can be provided as a comma-separated list, but all script files should monitor the same application only. In our example, the path to the eGTest script has to be specified here.
Note:
If the script file resides on another host, then ensure that the location of the script file is mapped to any drive on the measurement host.
In the OUTPUTFILES text box, enter the full path to the output file that contains the metrics extracted by the specified script file. Here again, multiple output files can be provided as a comma-separated list, but only if multiple script files are also provided.
Note:
If None is specified here, then the eG system will collect statistics from the default output files associated with each of the specified script files. The default output files will be present in the same location as the respective script files, and will have the same name as the script files.
While specifying multiple output files, ensure that they are provided in the same order as their corresponding script files in the SCRIPTFILES text box.
If the SCRIPTFILES parameter consists of multiple entries and the OUTPUTFILES parameter consists of only one, then eG will automatically associate the first script file entry in the SCRIPTFILES box with the OUTPUTFILES entry. Measures pertaining to the other script files will therefore not be displayed in the eG monitor interface.
When changing default configurations of tests, the values with “$” indicate variables that will be replaced by the eG system according to the specific server being managed - for instance, $hostName is the host/nickname of the target host, $port is the port number of the server being monitored. E.g., for a server xyz:80, $hostName will be changed automatically by the eG manager to “xyz*” and $port will be changed to “80” when configuring a test.
|