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 iwarp restperf template #2390

Merged
merged 4 commits into from
Nov 2, 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
23 changes: 23 additions & 0 deletions conf/restperf/9.14.1/iwarp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

name: Iwarp
query: api/cluster/counter/tables/iwarp
object: iw

counters:
- ^^id
- ^node.name => node
- average_latency => avg_latency
- ops => ops
- read_ops => read_ops
- write_ops => write_ops

plugins:
LabelAgent:
split:
# id stiA800-mccip-htp-003:iWARP_0
- id `:` ,adapter

export_options:
instance_keys:
- adapter
- node
1 change: 1 addition & 0 deletions conf/restperf/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ objects:
HeadroomAggr: resource_headroom_aggr.yaml
HeadroomCPU: resource_headroom_cpu.yaml
HostAdapter: hostadapter.yaml
Iwarp: iwarp.yaml
NFSv3Node: nfsv3_node.yaml
NFSv41Node: nfsv4_1_node.yaml
NFSv42Node: nfsv4_2_node.yaml
Expand Down
Loading