public class UserMetric extends Object
Constructor and Description |
---|
UserMetric() |
Modifier and Type | Method and Description |
---|---|
void |
add(SampleResult result)
Add a
SampleResult to be used in the statistics |
void |
clear()
Clear stats
|
int |
getFinishedThreads() |
int |
getMaxActiveThreads() |
int |
getMeanActiveThreads() |
int |
getMinActiveThreads() |
int |
getStartedThreads() |
void |
resetForTimeInterval()
Reset metric except for percentile related data
|
public void add(SampleResult result)
SampleResult
to be used in the statisticsresult
- SampleResult
not usedpublic void resetForTimeInterval()
public int getMaxActiveThreads()
public int getMeanActiveThreads()
public int getMinActiveThreads()
public int getFinishedThreads()
public int getStartedThreads()
public void clear()
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.