Package org.apache.jmeter.visualizers
Class Sample
java.lang.Object
org.apache.jmeter.visualizers.Sample
- All Implemented Interfaces:
Serializable
,Comparable<Sample>
- See Also:
-
Constructor Summary
ConstructorDescriptionSample()
Sample
(String name, long data, long average, long deviation, long median, long distributionLine, double throughput, long errorCount, boolean success, long num, long endTime) Sample
(String name, long data, long average, long deviation, long median, long distributionLine, double throughput, long errorCount, boolean success, long num, long endTime, int bytes, String threadName) -
Method Summary
-
Constructor Details
-
Sample
public Sample(String name, long data, long average, long deviation, long median, long distributionLine, double throughput, long errorCount, boolean success, long num, long endTime) -
Sample
-
Sample
public Sample()
-
-
Method Details
-
getBytes
public int getBytes() -
getAverage
public long getAverage()- Returns:
- Returns the average.
-
getCount
public long getCount()- Returns:
- Returns the count.
-
getData
public long getData()- Returns:
- Returns the data (usually elapsed time)
-
getDeviation
public long getDeviation()- Returns:
- Returns the deviation.
-
getDistributionLine
public long getDistributionLine()- Returns:
- Returns the distributionLine.
-
isSuccess
public boolean isSuccess()- Returns:
- Returns the error.
-
getErrorCount
public long getErrorCount()- Returns:
- Returns the errorCount.
-
getLabel
- Returns:
- Returns the label.
-
getThreadName
- Returns:
- Returns the threadName.
-
getMedian
public long getMedian()- Returns:
- Returns the median.
-
getThroughput
public double getThroughput()- Returns:
- Returns the throughput.
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Sample>
-
equals
-
hashCode
public int hashCode() -
getEndTime
public long getEndTime()- Returns:
- Returns the endTime.
-
getStartTime
public long getStartTime()- Returns:
- Returns the (calculated) startTime, assuming Data is the elapsed time.
-
getStartTimeFormatted
- Parameters:
format
- the format of the time to be used- Returns:
- the start time using the specified format Intended for use from Functors
-