Class UserMetric
java.lang.Object
org.apache.jmeter.visualizers.backend.UserMetric
User metric
- Since:
- 2.13
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(SampleResult result) Add aSampleResultto be used in the statisticsvoidclear()Clear statsintintintintintvoidReset metric except for percentile related data
- 
Constructor Details- 
UserMetricpublic UserMetric()
 
- 
- 
Method Details- 
addAdd aSampleResultto be used in the statistics- Parameters:
- result-- SampleResultnot used
 
- 
resetForTimeIntervalpublic void resetForTimeInterval()Reset metric except for percentile related data
- 
getMaxActiveThreadspublic int getMaxActiveThreads()- Returns:
- the max number of active threads for this test run using a sliding window of SLIDING_WINDOW_SIZE
 
- 
getMeanActiveThreadspublic int getMeanActiveThreads()- Returns:
- the mean number of active threads for this test run using a sliding window of SLIDING_WINDOW_SIZE
 
- 
getMinActiveThreadspublic int getMinActiveThreads()- Returns:
- the min number of active threads for this test run using a sliding window of SLIDING_WINDOW_SIZE
 
- 
getFinishedThreadspublic int getFinishedThreads()- Returns:
- finished threads
 
- 
getStartedThreadspublic int getStartedThreads()- Returns:
- started threads
 
- 
clearpublic void clear()Clear stats
 
-