alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Jetty example source code file (StatisticsHandler-mbean.properties)

This example Jetty source code file (StatisticsHandler-mbean.properties) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Jetty tags/keywords

average, get, get, maximum, minimum, minimum, number, number, request, request, reset, statistics, statisticshandler, time

The Jetty StatisticsHandler-mbean.properties source code

StatisticsHandler: Request Statistics gathering
statsOnMs: Time in milliseconds stats have been collected for. 
statsReset(): Reset statistics.
requests: Number of requests since statsReset() called. 
requestsActive: Number of requests currently active. 
requestsActiveMin: Minimum number of active requests since statsReset() called. 
requestsActiveMax: Maximum number of active requests since statsReset() called. 
requestsDurationAve: Average duration of request handling in milliseconds  since statsReset() called. 
requestsDurationMin: Get minimum duration in milliseconds of request handling since statsReset() called. 
requestsDurationMax: Get maximum duration in milliseconds of request handling since statsReset() called. 
requestsDurationTotal: Get total duration in milliseconds of all request handling since statsReset() called. 

Other Jetty examples (source code examples)

Here is a short list of links related to this Jetty StatisticsHandler-mbean.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.