-
Matt asked on Slack if Harvest could be used to collect NFSv3 RPC slot tables Related |
Beta Was this translation helpful? Give feedback.
Answered by
cgrinds
Apr 12, 2022
Replies: 1 comment 6 replies
-
name: NFSv3_rpc
query: cid
object: nfs_rpc
instance_key: uuid
global_labels:
- nfsv: v3
counters:
- node_name => node
- execs_blocked_on_cid
export_options:
require_instance_keys: false
instance_keys:
- node
NFSv3_rpc: nfsv3_rpc.yaml
curl -s 'http://localhost:16001/metrics' | grep -E "nfs_rpc"
nfs_rpc_execs_blocked_on_cid{cluster="umeng-aff300-05-06",datacenter="dc-1",nfsv="v3",node="umeng-aff300-05"} 0
nfs_rpc_execs_blocked_on_cid{cluster="umeng-aff300-05-06",datacenter="dc-1",nfsv="v3",node="umeng-aff300-06"} 7 |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
ruanruijuan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
conf/zapiperf/cdot/9.8.0/nfsv3_rpc.yaml
with the following content or create acustom_yaml
as mentioned here.conf/zapiperf/default.yaml
or creating acustom.yaml
and adding the same there.Test with
bin/poller --poller u2 --objects NFSv3_rpc --promPort 16001
Verify metrics are being collected