comparison src/org/dancres/blitz/stats/package.html @ 0:3dc0c5604566

Initial checkin of blitz 2.0 fcs - no installer yet.
author Dan Creswell <dan.creswell@gmail.com>
date Sat, 21 Mar 2009 11:00:06 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3dc0c5604566
1 <body>
2
3 <P>
4 This package contains the core instrumentation framework which is used to
5 track various statistics within the Blitz core.
6 </P>
7
8 <p>
9 The statistics which are generated/gathered can be controlled both
10 programmatically and via the configuration file.
11 </p>
12
13 <p>
14 The philosophy behind this package is to provide administrators/developers
15 with "low cost" (demanding little CPU time) feedback about Blitz's activities.
16 In summary, the approach is similar to that taken with the types of statistic
17 available via SNMP-enabled devices.
18 </p>
19
20 @see org.dancres.blitz.stats.StatsBoard
21 @see org.dancres.blitz.stats.SwitchSettings
22
23 </body>