IPerformanceCounters Methods |
The IPerformanceCounters type exposes the following members.
Name | Description | |
---|---|---|
GetActualIterationPassrate |
Gets the average pass rate of Iterations.
| |
GetCPUUsage |
Gets the CPU usage.
| |
GetCurrentActualLoad |
Gets the current actual load (Iterations/second) of the current running performance test scenario. This indicator will ignore any iteration ignored by the limitation by max number of threads.
| |
GetCurrentExpectedLoad |
Gets the current load (Iterations/second) of the current running performance test scenario.
| |
GetIterationCycleTime |
Gets the iteration cycle time.
| |
GetIterationPassrate |
Gets the iteration pass rate.
| |
GetIterationsFailed |
Gets number of total Iterations failed.
| |
GetIterationsFinished |
Gets number of total Iterations finished, including passed and failed iterations.
| |
GetIterationsIgnored |
Gets the number of the iterations ignored due to cumulation of the running threads.
| |
GetIterationsRunning |
Gets the number of the iterations started but bot yet finished. to improve the performance when the queued cycle is larger than the maximum number, Load generator will not generate loads.
| |
GetMeasureInterval |
Gets the measure interval in milliseconds of the executing load test
| |
GetMemoryUsage |
Gets the memory usage.
| |
GetProgress |
Gets the progress of execution.
| |
GetScenarioStatus |
Gets the execution status of the actual performance test scenario
| |
GetServicePassrate |
Gets the service pass rate.
| |
GetServiceResponseTime |
Gets the service response time.
|