view src/org/dancres/blitz/stats/package.html @ 35:6f68e94c1fb8 default tip

Add CondensedStats monitoring utility, equivalent to vmstat
author Dominic Cleal <dominic-cleal@cdo2.com>
date Thu, 05 Aug 2010 11:07:25 +0100
parents 3dc0c5604566
children
line wrap: on
line source

<body>

<P>
This package contains the core instrumentation framework which is used to 
track various statistics within the Blitz core.
</P>

<p>
The statistics which are generated/gathered can be controlled both 
programmatically and via the configuration file.
</p>

<p>
The philosophy behind this package is to provide administrators/developers
with "low cost" (demanding little CPU time) feedback about Blitz's activities.
In summary, the approach is similar to that taken with the types of statistic
available via SNMP-enabled devices.
</p>

@see org.dancres.blitz.stats.StatsBoard
@see org.dancres.blitz.stats.SwitchSettings

</body>