Skip to content

Commit

Permalink
feat: rest perf template fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss authored and cgrinds committed Nov 2, 2022
1 parent 3217b49 commit 4e9dd9c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
8 changes: 4 additions & 4 deletions conf/restperf/9.12.0/iscsi_lif.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ counters:
- read_data
- write_data
- iscsi_read_ops
- average_read_latency
- average_write_latency
- average_other_latency
- average_read_latency => avg_read_latency
- average_write_latency => avg_write_latency
- average_other_latency => avg_other_latency
- iscsi_write_ops
- iscsi_other_ops
- cmd_transferred
- average_latency
- average_latency => avg_latency

override:
- cmd_transferred: rate
Expand Down
6 changes: 3 additions & 3 deletions conf/restperf/9.12.0/system_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ counters:
- nfs_ops
- iscsi_ops
- fcp_ops
- nvme_fc_ops => nvme_fc_ops
- nvme_fc_ops => nvme_fc_ops #deprecated counter in zapi nvmf_ops
- disk_data_read
- disk_data_written
- hdd_data_read
Expand All @@ -28,8 +28,8 @@ counters:
- network_data_sent => net_data_sent
- fcp_data_received => fcp_data_recv
- fcp_data_sent
- nvme_fc_data_received => nvme_fc_data_recv
- nvme_fc_data_sent => nvme_fc_data_sent
- nvme_fc_data_received => nvme_fc_data_recv #deprecated counter in zapi nvmf_data_recv
- nvme_fc_data_sent => nvme_fc_data_sent #deprecated counter in zapi nvmf_data_sent

export_options:
instance_keys:
Expand Down
4 changes: 4 additions & 0 deletions conf/restperf/9.12.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ counters:

plugins:
- Volume
- Aggregator:
# plugin will create summary/average for each object
# any names after the object names will be treated as label names that will be added to instances
- node
# - LabelAgent:
# # To prevent visibility of transient volumes, uncomment the following lines
# exclude_regex: [todo: need to test after Restperf infra completed]
Expand Down
1 change: 0 additions & 1 deletion conf/restperf/9.12.0/wafl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: WAFL
query: api/cluster/counter/tables/wafl
object: wafl

#counter name doesn't exactly with zapiperf but these look better.
counters:
- ^^id
- ^node.name => node
Expand Down
2 changes: 1 addition & 1 deletion conf/zapiperf/cdot/9.8.0/system_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ counters:
- fcp_data_recv
- fcp_data_sent
- nvmf_data_recv
- mvmf_data_sent
- nvmf_data_sent

export_options:
instance_keys:
Expand Down

0 comments on commit 4e9dd9c

Please sign in to comment.