Skip to content

Commit

Permalink
feat: adding Rwctx template for RestPerf in 9.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl committed Dec 2, 2024
1 parent 7929c16 commit a8723bb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions conf/restperf/9.16.0/rwctx.yaml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions conf/restperf/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8723bb

Please sign in to comment.