From a8723bb745c9fd15e58d07b8ed2190f584a864ab Mon Sep 17 00:00:00 2001 From: hardikl Date: Mon, 2 Dec 2024 18:22:21 +0530 Subject: [PATCH] feat: adding Rwctx template for RestPerf in 9.16.0 --- conf/restperf/9.16.0/rwctx.yaml | 17 +++++++++++++++++ conf/restperf/default.yaml | 1 + 2 files changed, 18 insertions(+) create mode 100644 conf/restperf/9.16.0/rwctx.yaml diff --git a/conf/restperf/9.16.0/rwctx.yaml b/conf/restperf/9.16.0/rwctx.yaml new file mode 100644 index 000000000..a97c22f19 --- /dev/null +++ b/conf/restperf/9.16.0/rwctx.yaml @@ -0,0 +1,17 @@ + +name: Rwctx +query: api/cluster/counter/tables/rewind_context +object: rw_ctx + +counters: + - ^^id + - ^node.name => node + - cifs_give_ups => cifs_giveups + - cifs_rewinds => cifs_rewinds + - nfs_give_ups => nfs_giveups + - nfs_rewinds => nfs_rewinds + + +export_options: + instance_keys: + - node \ No newline at end of file diff --git a/conf/restperf/default.yaml b/conf/restperf/default.yaml index d8ce8f530..3dc148589 100644 --- a/conf/restperf/default.yaml +++ b/conf/restperf/default.yaml @@ -25,6 +25,7 @@ objects: NicCommon: nic_common.yaml Path: path.yaml Qtree: qtree.yaml + Rwctx: rwctx.yaml SystemNode: system_node.yaml # TokenManager: token_manager.yaml VolumeNode: volume_node.yaml