Class SamplingStatistic
java.lang.Object
org.apache.jmeter.report.dashboard.SamplingStatistic
Statistics about a Transaction (Sampler or TransactionController)
- Since:
- 5.1
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionlongfloatdoubledoubledoubledoubledoubledoubledoubledoublelongdoubledoublevoidsetErrorCount(long errorCount) voidsetErrorPct(float errorPct) voidsetMaxResTime(double maxResTime) voidsetMeanResTime(double meanResTime) voidsetMedianResTime(double medianResTime) voidsetMinResTime(double minResTime) voidsetPct1ResTime(double pct1ResTime) voidsetPct2ResTime(double pct2ResTime) voidsetPct3ResTime(double pct3ResTime) voidsetReceivedKBytesPerSec(double receivedKBytesPerSec) voidsetSampleCount(long sampleCount) voidsetSentKBytesPerSec(double sentKBytesPerSec) voidsetThroughput(double throughput) voidsetTransaction(String transaction) 
- 
Constructor Details- 
SamplingStatisticpublic SamplingStatistic()
 
- 
- 
Method Details- 
getTransaction- Returns:
- the transaction
 
- 
setTransaction- Parameters:
- transaction- the transaction to set
 
- 
getSampleCountpublic long getSampleCount()- Returns:
- the sampleCount
 
- 
setSampleCountpublic void setSampleCount(long sampleCount) - Parameters:
- sampleCount- the sampleCount to set
 
- 
getErrorCountpublic long getErrorCount()- Returns:
- the errorCount
 
- 
setErrorCountpublic void setErrorCount(long errorCount) - Parameters:
- errorCount- the errorCount to set
 
- 
getErrorPctpublic float getErrorPct()- Returns:
- the errorPct
 
- 
setErrorPctpublic void setErrorPct(float errorPct) - Parameters:
- errorPct- the errorPct to set
 
- 
getMeanResTimepublic double getMeanResTime()- Returns:
- the meanResTime
 
- 
setMeanResTimepublic void setMeanResTime(double meanResTime) - Parameters:
- meanResTime- the meanResTime to set
 
- 
getMedianResTimepublic double getMedianResTime()- Returns:
- medianResTime
 
- 
setMedianResTimepublic void setMedianResTime(double medianResTime) - Parameters:
- medianResTime- the meanResTime to set
 
- 
getMinResTimepublic double getMinResTime()- Returns:
- the minResTime
 
- 
setMinResTimepublic void setMinResTime(double minResTime) - Parameters:
- minResTime- the minResTime to set
 
- 
getMaxResTimepublic double getMaxResTime()- Returns:
- the maxResTime
 
- 
setMaxResTimepublic void setMaxResTime(double maxResTime) - Parameters:
- maxResTime- the maxResTime to set
 
- 
getPct1ResTimepublic double getPct1ResTime()- Returns:
- the pct1ResTime
 
- 
setPct1ResTimepublic void setPct1ResTime(double pct1ResTime) - Parameters:
- pct1ResTime- the pct1ResTime to set
 
- 
getPct2ResTimepublic double getPct2ResTime()- Returns:
- the pct2ResTime
 
- 
setPct2ResTimepublic void setPct2ResTime(double pct2ResTime) - Parameters:
- pct2ResTime- the pct2ResTime to set
 
- 
getPct3ResTimepublic double getPct3ResTime()- Returns:
- the pct3ResTime
 
- 
setPct3ResTimepublic void setPct3ResTime(double pct3ResTime) - Parameters:
- pct3ResTime- the pct3ResTime to set
 
- 
getThroughputpublic double getThroughput()- Returns:
- the throughput
 
- 
setThroughputpublic void setThroughput(double throughput) - Parameters:
- throughput- the throughput to set
 
- 
getReceivedKBytesPerSecpublic double getReceivedKBytesPerSec()- Returns:
- the receivedKBytesPerSec
 
- 
setReceivedKBytesPerSecpublic void setReceivedKBytesPerSec(double receivedKBytesPerSec) - Parameters:
- receivedKBytesPerSec- the receivedKBytesPerSec to set
 
- 
getSentKBytesPerSecpublic double getSentKBytesPerSec()- Returns:
- the sentKBytesPerSec
 
- 
setSentKBytesPerSecpublic void setSentKBytesPerSec(double sentKBytesPerSec) - Parameters:
- sentKBytesPerSec- the sentKBytesPerSec to set
 
 
-