Click or drag to resize

LoadTestCaseGetCurrentActualLoad Method

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.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public double GetCurrentActualLoad()

Return Value

Type: Double
A Double value represents the current actual load in numbers of iterations per second.

Implements

IPerformanceCountersGetCurrentActualLoad
See Also