@@ -63,6 +63,62 @@ By default, `cephfs-top` uses `client.fstop` user to connect to a Ceph cluster::
6363 $ ceph auth get-or-create client.fstop mon 'allow r' mds 'allow r' osd 'allow r' mgr 'allow r'
6464 $ cephfs-top
6565
66+ Description of Fields
67+ ---------------------
68+
69+ 1. chit : Cap hit
70+ Percentage of file capability hits over total number of caps
71+
72+ 2. dlease : Dentry lease
73+ Percentage of dentry leases handed out over the total dentry lease requests
74+
75+ 3. ofiles : Opened files
76+ Number of opened files
77+
78+ 4. oicaps : Pinned caps
79+ Number of pinned caps
80+
81+ 5. oinodes : Opened inodes
82+ Number of opened inodes
83+
84+ 6. rtio : Total size of read IOs
85+ Number of bytes read in input/output operations generated by all process
86+
87+ 7. wtio : Total size of write IOs
88+ Number of bytes written in input/output operations generated by all processes
89+
90+ 8. raio : Average size of read IOs
91+ Mean of number of bytes read in input/output operations generated by all
92+ process over total IO done
93+
94+ 9. waio : Average size of write IOs
95+ Mean of number of bytes written in input/output operations generated by all
96+ process over total IO done
97+
98+ 10. rsp : Read speed
99+ Speed of read IOs with respect to the duration since the last refresh of clients
100+
101+ 11. wsp : Write speed
102+ Speed of write IOs with respect to the duration since the last refresh of clients
103+
104+ 12. rlatavg : Average read latency
105+ Mean value of the read latencies
106+
107+ 13. rlatsd : Standard deviation (variance) for read latency
108+ Dispersion of the metric for the read latency relative to its mean
109+
110+ 14. wlatavg : Average write latency
111+ Mean value of the write latencies
112+
113+ 15. wlatsd : Standard deviation (variance) for write latency
114+ Dispersion of the metric for the write latency relative to its mean
115+
116+ 16. mlatavg : Average metadata latency
117+ Mean value of the metadata latencies
118+
119+ 17. mlatsd : Standard deviation (variance) for metadata latency
120+ Dispersion of the metric for the metadata latency relative to its mean
121+
66122Command-Line Options
67123--------------------
68124
0 commit comments