Skip to content
Snippets Groups Projects
Commit f3d7c444 authored by Kerri Wait's avatar Kerri Wait
Browse files

Modify telegraf nfsstats to capture GETATTR operations too

parent 62f117f6
No related branches found
No related tags found
2 merge requests!399Capture extra NFS stats,!393Hotfix: monitor NFS GETATTR stats via telegraf
......@@ -3,7 +3,7 @@ xprtudpcounters="proto,port,bind_count,rpcsends,rpcreceives,badxids,inflightsend
xprttcpcounters="proto,port,bind_count,connect_count,connect_time,idle_time,rpcsends,rpcreceives,badxids,inflightsends,backlogutil".split(',')
xprtrdmacounters="proto,port,bind_count,connect_count,idle_time,rpcsends,rpcreceives,badxids,backlogutil,read_chunks,write_chunks,reply_chunks,total_rdma_req',total_rdma_rep,pullup,fixup,hardway,failed_marshal,bad_reply".split(',')
NfsOpCounters="operations,transmissions,major_timeouts,bytes_sent,bytes_recv,queue_time,response_time,request_time".split(',')
OPS="WRITE,OPEN,CLOSE,ACCESS,RENAME,SYMLINK,CREATE".split(',')
OPS="GETATTR,WRITE,OPEN,CLOSE,ACCESS,RENAME,SYMLINK,CREATE".split(',')
NfsEventCounters = [
'inoderevalidates',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment