sragraha(a)redhat.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1229034?usp=email )
Change subject: Monitoring: Added Export storage utilization Metrics
......................................................................
Monitoring: Added Export storage utilization Metrics
export_total_size: Reports the total storage size of the export.
export_available_size: Reports the available (free) storage size of the export.
export_available_file_count: Indicates the number of files that can still be created
(available inodes).
export_free_bytes_percent: Shows the percentage of free space in the export (storage
utilization metric).
export_inode_utilization: Shows the percentage of inode utilization (file usage metric).
Change-Id: Id75c640174032adba63f553104b5e03e1a57d58a
Signed-off-by: Sreedhar Agraharam <sragraha(a)redhat.com>
---
M src/FSAL/FSAL_VFS/export.c
M src/monitoring/dynamic_metrics.cc
M src/monitoring/include/dynamic_metrics.h
3 files changed, 81 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/34/1229034/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1229034?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Id75c640174032adba63f553104b5e03e1a57d58a
Gerrit-Change-Number: 1229034
Gerrit-PatchSet: 1
Gerrit-Owner: sragraha(a)redhat.com