sragraha(a)redhat.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1219014?usp=email )
Change subject: Added new metrics support QOS feature
......................................................................
Added new metrics support QOS feature
This PR introduces structured support for QoS metrics across three categories:
Per_Export
Per_Client
Per_Export_Per_Client
Each category supports 6 metrics, covering:
Bandwidth (BW)
IOPS
Tokens
Example: Metrics for Per_Export
Bandwidth:
QoS_per_export_readbucket_bw_info
QoS_per_export_writebucket_bw_info
IOPS:
QoS_per_export_readbucket_iops_info
QoS_per_export_writebucket_iops_info
Tokens:
QoS_per_export_readbucket_tokens_info
QoS_per_export_writebucket_tokens_info
The same 6-metric structure applies to:
Per_Client (e.g., QoS_per_client_*)
Per_Export_Per_Client (e.g., QoS_per_pepc_*)
Change-Id: I5c4236cb3f7c56a9dc8a89f1743b578c60be1756
Signed-off-by: Sreedhar Agraharam <sragraha(a)redhat.com>
Signed-off-by: Sreedhat Agraharam <sragraha(a)redhat.com>
---
M src/MainNFSD/nfs_qos.c
M src/include/nfs_qos.h
2 files changed, 317 insertions(+), 16 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/14/1219014/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1219014?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: I5c4236cb3f7c56a9dc8a89f1743b578c60be1756
Gerrit-Change-Number: 1219014
Gerrit-PatchSet: 1
Gerrit-Owner: sragraha(a)redhat.com