Apache JMeter

org.apache.jmeter.visualizers.backend
Class UserMetric

java.lang.Object
  extended by org.apache.jmeter.visualizers.backend.UserMetric

public class UserMetric
extends Object

User metric

Since:
2.13

Constructor Summary
UserMetric()
           
 
Method Summary
 void add(SampleResult result)
          Add a SampleResult to be used in the statistics
 int getFinishedThreads()
           
 int getMaxActiveThreads()
           
 int getMeanActiveThreads()
           
 int getMinActiveThreads()
           
 int getStartedThreads()
           
 void resetForTimeInterval()
          Reset metric except for percentile related data
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserMetric

public UserMetric()
Method Detail

add

public void add(SampleResult result)
Add a SampleResult to be used in the statistics

Parameters:
result - SampleResult to be used

resetForTimeInterval

public void resetForTimeInterval()
Reset metric except for percentile related data


getMaxActiveThreads

public int getMaxActiveThreads()
Returns:
the max number of active threads for this test run using a sliding window of SLIDING_WINDOW_SIZE

getMeanActiveThreads

public int getMeanActiveThreads()
Returns:
the mean number of active threads for this test run using a sliding window of SLIDING_WINDOW_SIZE

getMinActiveThreads

public int getMinActiveThreads()
Returns:
the min number of active threads for this test run using a sliding window of SLIDING_WINDOW_SIZE

getFinishedThreads

public int getFinishedThreads()
Returns:
finished threads

getStartedThreads

public int getStartedThreads()
Returns:
started threads

Apache JMeter

Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.