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