Click or drag to resize

IPerformanceCounters Methods

The IPerformanceCounters type exposes the following members.

Methods
  NameDescription
Public methodGetActualIterationPassrate
Gets the average pass rate of Iterations.
Public methodGetCPUUsage
Gets the CPU usage.
Public methodGetCurrentActualLoad
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.
Public methodGetCurrentExpectedLoad
Gets the current load (Iterations/second) of the current running performance test scenario.
Public methodGetIterationCycleTime
Gets the iteration cycle time.
Public methodGetIterationPassrate
Gets the iteration pass rate.
Public methodGetIterationsFailed
Gets number of total Iterations failed.
Public methodGetIterationsFinished
Gets number of total Iterations finished, including passed and failed iterations.
Public methodGetIterationsIgnored
Gets the number of the iterations ignored due to cumulation of the running threads.
Public methodGetIterationsRunning
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.
Public methodGetMeasureInterval
Gets the measure interval in milliseconds of the executing load test
Public methodGetMemoryUsage
Gets the memory usage.
Public methodGetProgress
Gets the progress of execution.
Public methodGetScenarioStatus
Gets the execution status of the actual performance test scenario
Public methodGetServicePassrate
Gets the service pass rate.
Public methodGetServiceResponseTime
Gets the service response time.
Top
See Also