J
jankeir
Guest
Currently the appserver already exposes some statistics: Total Requests Rq Wait (max, avg) Rq Duration (max, avg) However as time goes by these change very little, if request duration has been 7ms for hours and millions of requests, if it starts being 10ms for a few minutes you'll never see it in the average, the max duration could be minutes due to occasional slow requests, so that won't show it either . It would therefore be usefull to expose: Total request duration (across all requests) Total request wait (across all requests) By extracting these metrics and importing them into a monitoring system like zabbix, opennms,... it would be possible to see the average request duration during a specifc time frame.
Continue reading...
Continue reading...