]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Add mention of ceph osd pool stats 25575/head
authorThore Kruess <thore@kruess.xyz>
Tue, 11 Dec 2018 15:43:34 +0000 (16:43 +0100)
committerThore <thore@kruess.xyz>
Wed, 19 Dec 2018 03:54:44 +0000 (04:54 +0100)
Neither  "Show Pool Statistics" nor the suggested options from `ceph osd pool` mention this command.

Signed-off-by: Thore Kruess <thore@kruess.xyz>
doc/rados/operations/pools.rst

index 88d19bf38d1eb3671f1b16fd80387f8f3d7dee96..a4351fe4aa256b83f8a009c2a7a52560739e228e 100644 (file)
@@ -240,6 +240,10 @@ To show a pool's utilization statistics, execute::
 
        rados df
 
+Additionally, to obtain I/O information for a specific pool or all, execute::
+
+        ceph osd pool stats [{pool-name}]
+
 
 Make a Snapshot of a Pool
 =========================