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
-
Method Summary
Modifier and TypeMethodDescriptionlong
Object[][]
Return Top 5 errors and associated frequency.long
getTotal()
void
void
incTotal()
void
registerError
(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]
-