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: smb2 restperf counters #2420

Merged
merged 1 commit into from
Oct 12, 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
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
Loading