public class UserMetric extends Object
Constructor | Description |
---|---|
UserMetric() |
Modifier and Type | Method | Description |
---|---|---|
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
|
public void add(SampleResult result)
SampleResult
to be used in the statisticsresult
- SampleResult
to be usedpublic void resetForTimeInterval()
public int getMaxActiveThreads()
public int getMeanActiveThreads()
public int getMinActiveThreads()
public int getFinishedThreads()
public int getStartedThreads()
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.