| |
|
| java.lang.Object org.apache.jmeter.samplers.SampleResult org.apache.jmeter.samplers.StatisticalSampleResult
StatisticalSampleResult | public class StatisticalSampleResult extends SampleResult implements Serializable(Code) | | Aggregates sample results for use by the Statistical remote batch mode.
Samples are aggregated by the key defined by getKey().
TODO: merge error count into parent class?
|
StatisticalSampleResult | public StatisticalSampleResult()(Code) | | |
StatisticalSampleResult | public StatisticalSampleResult(long stamp, long elapsed)(Code) | | Allow OldSaveService to generate a suitable result when sample/error counts have been saved.
Parameters: stamp - Parameters: elapsed - |
getErrorCount | public int getErrorCount()(Code) | | |
getKey | public static String getKey(SampleEvent event)(Code) | | Generates the key to be used for aggregating samples as follows:
sampleLabel "-" threadGroup
N.B. the key should agree with the fixed items that are saved in the sample.
Parameters: event - sample event whose key is to be calculated the key to use for aggregating samples |
getTime | public long getTime()(Code) | | |
getTimeStamp | public long getTimeStamp()(Code) | | |
setErrorCount | public void setErrorCount(int e)(Code) | | |
|
|
|