From: Adam Kupczyk Date: Thu, 29 Aug 2019 09:26:50 +0000 (+0200) Subject: doc/ceph-kvsore-tool: add description for 'stats' command X-Git-Tag: v14.2.5~247^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=885a67eeb99e1e398549bb3df5e711ff1474d516;p=ceph.git doc/ceph-kvsore-tool: add description for 'stats' command Signed-off-by: Adam Kupczyk (cherry picked from commit 00a5633af896a126aa481544bee74a63c43c688b) --- diff --git a/doc/man/8/ceph-kvstore-tool.rst b/doc/man/8/ceph-kvstore-tool.rst index d7b88f08aac7c..30e531a7be8ae 100644 --- a/doc/man/8/ceph-kvstore-tool.rst +++ b/doc/man/8/ceph-kvstore-tool.rst @@ -80,6 +80,11 @@ which are as follows: Note that in the case of rocksdb this may corrupt an otherwise uncorrupted database--use this only as a last resort! +:command:`stats` + Prints statistics from of underlying key-value database. This is only for informative purposes. + Format and information content may vary between releases. For RocksDB information includes + compactions stats, performance counters, memory usage and internal RocksDB stats. + Availability ============