Sachin Punadikar has uploaded this change for review. (
https://review.gerrithub.io/437820
Change subject: NFSv4 detailed statistics via ganesha_stats
......................................................................
NFSv4 detailed statistics via ganesha_stats
Currently detailed stats are collected only for read & write
operation, but for performance analysis detailed reports are
required for all operations.
Provision made for counting and extracting NFSv4 detailed statistics.
By default the detailed stats counting is disabled. Over DBUS, via
ganesha_stats interface one can enable/disable/extract these
statistics.
Currently the NFSv4 stats are not categorized based on its minor
version. So here we get stats for all minor versions.
Change-Id: Id4b760500c9fd528d71946ba4f22a1f4437055ff
Signed-off-by: Sachin Punadikar <psachin(a)in.ibm.com>
---
M src/config_samples/config.txt
M src/doc/man/ganesha-core-config.rst
M src/include/gsh_config.h
M src/include/server_stats_private.h
M src/scripts/ganeshactl/Ganesha/glib_dbus_stats.py
M src/scripts/ganeshactl/ganesha_stats.py
M src/support/export_mgr.c
M src/support/nfs_read_conf.c
M src/support/server_stats.c
9 files changed, 271 insertions(+), 8 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/20/437820/1
--
To view, visit
https://review.gerrithub.io/437820
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4b760500c9fd528d71946ba4f22a1f4437055ff
Gerrit-Change-Number: 437820
Gerrit-PatchSet: 1
Gerrit-Owner: Sachin Punadikar <psachin(a)in.ibm.com>