sragraha(a)redhat.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1222927?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_*)
Signed-off-by: Sreedhar Agraharam <sragraha(a)redhat.com>
Change-Id: Ib66c7643aae2e89b76fff47ac5468b665b995d8b
---
M src/MainNFSD/nfs_qos.c
M src/include/nfs_qos.h
2 files changed, 293 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/27/1222927/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1222927?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: Ib66c7643aae2e89b76fff47ac5468b665b995d8b
Gerrit-Change-Number: 1222927
Gerrit-PatchSet: 1
Gerrit-Owner: sragraha(a)redhat.com