1CEPHFS-TOP(8) Ceph CEPHFS-TOP(8)
2
3
4
6 cephfs-top - Ceph Filesystem Top Utility
7
9 cephfs-top [flags]
10
11
13 cephfs-top provides top(1) like functionality for Ceph Filesystem.
14 Various client metrics are displayed and updated in realtime.
15
16 Ceph Metadata Servers periodically send client metrics to Ceph Manager.
17 Stats plugin in Ceph Manager provides an interface to fetch these met‐
18 rics.
19
21 --cluster
22 Cluster: Ceph cluster to connect. Defaults to ceph.
23
24 --id Id: Client used to connect to Ceph cluster. Defaults to fstop.
25
26 --selftest
27 Perform a selftest. This mode performs a sanity check of stats
28 module.
29
31 chit cap hit rate
32
33 dlease dentry lease rate
34
35 ofiles number of opened files
36
37 oicaps number of pinned caps
38
39 oinodes
40 number of opened inodes
41
42 rtio total size of read IOs
43
44 wtio total size of write IOs
45
46 raio average size of read IOs
47
48 waio average size of write IOs
49
50 rsp speed of read IOs compared with the last refresh
51
52 wsp speed of write IOs compared with the last refresh
53
54 rlatavg
55 average read latency
56
57 rlatsd standard deviation (variance) for read latency
58
59 wlatavg
60 average write latency
61
62 wlatsd standard deviation (variance) for write latency
63
64 mlatavg
65 average metadata latency
66
67 mlatsd standard deviation (variance) for metadata latency
68
70 cephfs-top is part of Ceph, a massively scalable, open-source, distrib‐
71 uted storage system. Please refer to the Ceph documentation at
72 http://ceph.com/ for more information.
73
75 ceph(8), ceph-mds(8)
76
78 2010-2022, Inktank Storage, Inc. and contributors. Licensed under Cre‐
79 ative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)
80
81
82
83
84dev Oct 18, 2022 CEPHFS-TOP(8)