Skip to content

Commit

Permalink
feat: adding iwarp restperf template
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl committed Sep 29, 2023
1 parent 5830b93 commit 189f850
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.14.1/iwarp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

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


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 @@ -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

0 comments on commit 189f850

Please sign in to comment.