Click or drag to resize

IPerformanceCountersGetIterationsRunning Method

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.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
int GetIterationsRunning()

Return Value

Type: Int32
An Int32 number represents the number of iteration thread filled in the queue.
See Also