You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2008/01/23 17:20:43 UTC

[Commons Wiki] Update of "Monitoring" by nicolasDeLoof

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.

The following page has been changed by nicolasDeLoof:
http://wiki.apache.org/commons/Monitoring

New page:
'''Monitoring''' design document

commons-monitoring defines a limited set of classes (interface) for application instrumentation :

 * '''Monitor''' is used to specify a monitored resource (with very large sense), defined by a Key. The key itslef is a composite of a name, a category (technical application layering) and subsystem (fonctionnal)

 * '''Repository''' to get or create monitors

 * '''StatValue''' to handle application state. It supports some basic statisticals. Derived interface '''Gauge''' and '''Counter''' provide more specific methods.

A monitor handle a set of values, identified by roles Strings. Some default roles are defined for ''PERFORMANCES'' and multi-thread ''CONCURRENCY''.


TODO explain period-based monitoring like "per 5 minutes values" used to build monitoring graphs.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org