Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding rw_ctx zapiperf object template #2494

Merged
merged 4 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions conf/zapiperf/cdot/9.8.0/rwctx.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Rwctx
query: rw_ctx
object: rw_ctx

counters:
- cifs_giveups
- cifs_rewinds
- instance_uuid
- nfs_giveups
- nfs_rewinds
- node_name => node
- qos_flowcontrol
- qos_rewinds

export_options:
instance_keys:
- node
1 change: 1 addition & 0 deletions conf/zapiperf/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ objects:
ObjectStoreClient: object_store_client_op.yaml
Path: path.yaml
Qtree: qtree.yaml
Rwctx: rwctx.yaml
SystemNode: system_node.yaml
TokenManager: token_manager.yaml
VolumeNode: volume_node.yaml
Expand Down
Loading