Class Top5ErrorsSummaryData
java.lang.Object
org.apache.jmeter.report.processor.Top5ErrorsSummaryData
Summary data for TOP 5 of errors.
 Compute a map of Sample / Number of errors
- Since:
- 3.1
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionlongObject[][]Return Top 5 errors and associated frequency.longgetTotal()voidvoidincTotal()voidregisterError(String errorMessage) Stores the provided error message and counts the number of times it is registered.
- 
Constructor Details- 
Top5ErrorsSummaryDatapublic Top5ErrorsSummaryData()
 
- 
- 
Method Details- 
registerErrorStores the provided error message and counts the number of times it is registered.- Parameters:
- errorMessage- String error message to register
 
- 
incErrorspublic void incErrors()
- 
incTotalpublic void incTotal()
- 
getTotalpublic long getTotal()
- 
getErrorspublic long getErrors()
- 
getTop5ErrorsMetricsReturn Top 5 errors and associated frequency.- Returns:
- array of [String, Long]
 
 
-