sragraha@redhat.com has uploaded this change for review.

View Change

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@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 change 1229034. To unsubscribe, or for help writing mail filters, visit settings.

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@redhat.com