public interface ServletStatisticsServiceMBean
Serializable. Contract name ends
with "MBean" while implementation not.| Modifier and Type | Method and Description |
|---|---|
Map<String,RequestStatistics> |
getPerRequestStatistics()
The statistics gathered while the application was in use.
|
void |
reset()
Reset statistics for all request.
|
String |
toCsv()
Get the statistics under the form of a CSV file suitable for
post-processing and use in a spreadsheet.
|
Map<String,RequestStatistics> getPerRequestStatistics()
void reset()
String toCsv()
getPerRequestStatistics(). One column per attribute of
RequestStatistics.Copyright © 2011-2013 CodeLutin. All Rights Reserved.