OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_72-16-g481098e
Gerrit Code Review
gerrit@openafs.org
Wed, 17 Feb 2010 05:10:36 -0800 (PST)
The following commit has been merged in the master branch:
commit 481098e04c686c351fee02221fbe6d890dc1a767
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sun Feb 7 21:51:55 2010 +0100
Unix CM: Tidy up the statistics interface
Sort out the function call statistics interface. Whilst it's still
wretched, this makes it a little less so.
*) Add some warnings at the start of the afs_CMStats structure about
what needs to be done when adding things there
*) Remove the conditionals around the CacheBypass counters, so that stats
clients don't need to be built with the same options as servers
*) Add all of the stats entries added after IBM to the xstat_cm_test
routine
*) Add a warning to xstat_cm_test if the data returned from the server
differs in size to the local stats structure.
Change-Id: If1ffb68c84bca972f685ae619febba8c6f8b5e17
Reviewed-on: http://gerrit.openafs.org/1319
Reviewed-by: Alistair Ferguson <alistair.ferguson@mac.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_stats.h | 16 +++++++++++++---
src/xstat/xstat_cm_test.c | 20 +++++++++++++++++++-
2 files changed, 32 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository