Class UserMetric
-
- All Implemented Interfaces:
public class UserMetric
User metric
-
-
Constructor Summary
Constructors Constructor Description UserMetric()
-
Method Summary
Modifier and Type Method Description synchronized void
add(SampleResult result)
Add a SampleResult to be used in the statistics synchronized void
resetForTimeInterval()
Reset metric except for percentile related data int
getMaxActiveThreads()
int
getMeanActiveThreads()
int
getMinActiveThreads()
int
getFinishedThreads()
int
getStartedThreads()
void
clear()
Clear stats -
-
Method Detail
-
add
synchronized void add(SampleResult result)
Add a SampleResult to be used in the statistics
- Parameters:
result
- SampleResult not used
-
resetForTimeInterval
synchronized void resetForTimeInterval()
Reset metric except for percentile related data
-
getMaxActiveThreads
int getMaxActiveThreads()
-
getMeanActiveThreads
int getMeanActiveThreads()
-
getMinActiveThreads
int getMinActiveThreads()
-
getFinishedThreads
int getFinishedThreads()
-
getStartedThreads
int getStartedThreads()
-
clear
void clear()
Clear stats
-
-
-
-