Skip to content

Commit

Permalink
feat: smb2 restperf counters (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss committed Oct 12, 2023
1 parent 058d894 commit 788b39b
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
45 changes: 45 additions & 0 deletions conf/restperf/9.14.1/smb2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: SMB2
query: api/cluster/counter/tables/smb2
object: smb2

counters:
- ^^id
- ^node.name => node
- ^svm.name => svm
- close_latency
- close_latency_histogram
- close_ops
- create_latency
- create_latency_histogram
- create_ops
- lock_latency
- lock_latency_histogram
- lock_ops
- negotiate_latency
- negotiate_ops
- oplock_break_latency
- oplock_break_latency_histogram
- oplock_break_ops
- query_directory_latency
- query_directory_latency_histogram
- query_directory_ops
- query_info_latency
- query_info_latency_histogram
- query_info_ops
- read_latency
- read_ops
- session_setup_latency
- session_setup_latency_histogram
- session_setup_ops
- set_info_latency
- set_info_latency_histogram
- set_info_ops
- tree_connect_latency
- tree_connect_ops
- write_latency
- write_ops

export_options:
instance_keys:
- node
- svm
1 change: 1 addition & 0 deletions conf/restperf/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ objects:
NFSv4: nfsv4.yaml
# NvmfRdmaPort: nvmf_rdma_port.yaml
# NvmfTcpPort: nvmf_tcp_port.yaml
SMB2: smb2.yaml
Volume: volume.yaml
VolumeSvm: volume_svm.yaml
WAFLCompBin: wafl_comp_aggr_vol_bin.yaml
Expand Down

0 comments on commit 788b39b

Please sign in to comment.