OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_73_3-27-g4c68f58
Gerrit Code Review
gerrit@openafs.org
Fri, 9 Apr 2010 13:10:10 -0700 (PDT)
The following commit has been merged in the master branch:
commit 4c68f58827913129947bc44978e7469b3271c3c6
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Thu Apr 8 13:27:36 2010 -0400
afsmonitor: add fs callback xstats collection
Adds the capability to afsmonitor to display and process
thresholds for fileserver callback xstats collections. The
callback counters are placed to the right of the full perf
data. When afsmonitor is started without a configuration
file, the callback xstats data is retrieved and displayed,
since by default afsmonitor will show every field. When a
configuration file is given, poll the fileserver only for the
collections needed to display information requested by the
'show fs' commands.
Change-Id: I572ff682de4cc7ef27bb46dd028d3d797b873841
Reviewed-on: http://gerrit.openafs.org/1731
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afsmonitor/afsmon-labels.h | 42 ++++-
src/afsmonitor/afsmon-output.c | 71 +++++++-
src/afsmonitor/afsmonitor.c | 427 +++++++++++++++++++++++++---------------
src/afsmonitor/afsmonitor.h | 21 ++-
4 files changed, 398 insertions(+), 163 deletions(-)
--
OpenAFS Master Repository