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 Summary
Constructors - 
Method Summary
Modifier 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
- 
Top5ErrorsSummaryData
public Top5ErrorsSummaryData() 
 - 
 - 
Method Details
- 
registerError
Stores the provided error message and counts the number of times it is registered.- Parameters:
 errorMessage- String error message to register
 - 
incErrors
public void incErrors() - 
incTotal
public void incTotal() - 
getTotal
public long getTotal() - 
getErrors
public long getErrors() - 
getTop5ErrorsMetrics
Return Top 5 errors and associated frequency.- Returns:
 - array of [String, Long]
 
 
 -