| Default
Parameters for SarCpuTest
The "sar" command on Unix can be used to trigger the operating system to periodically collect and log CPU metrics from a Unix host. The SarCpuTest (run by an internal agent)
exports metrics collected by sar into eG Enterprise.
The parameters of this test are as follows:
-
By default, the OUTFILE text box displays none. In this case, the test will execute the sar command (sar -u) and collect the CPU usage statistics. On the other hand, if the administrator is already executing the 'sar' command in the background, then, you can specify the name of the file containing the command output in the OUTFILE text box, and thus enable the test to read the usage metrics from that file. If need be, you can also specify a pattern in the OUTFILE text box. In such a case, the test will look for all file names that match this pattern and from among the files that match, choose the file with the latest timestamp as the one to collect the sar output from.
|