9ae3f9
From 768a6d9bca86c0a50128b8776c11ef2b6d36388d Mon Sep 17 00:00:00 2001
9ae3f9
From: Vishal Pandey <vpandey@redhat.com>
9ae3f9
Date: Thu, 21 Nov 2019 12:56:34 +0530
9ae3f9
Subject: [PATCH 394/449] man/gluster: Add volume top command to gluster man
9ae3f9
 page
9ae3f9
9ae3f9
> Upstream patch link: https://review.gluster.org/#/c/glusterfs/+/23735/
9ae3f9
> Change-Id: Ib74607d2b2e5a1a0316221f1176a7dcccea632d4
9ae3f9
> Fixes: bz#1774866
9ae3f9
> Signed-off-by: Vishal Pandey <vpandey@redhat.com>
9ae3f9
9ae3f9
BUG: 1754391
9ae3f9
Change-Id: Ib74607d2b2e5a1a0316221f1176a7dcccea632d4
9ae3f9
Signed-off-by: Sanju Rakonde <srakonde@redhat.com>
9ae3f9
Reviewed-on: https://code.engineering.redhat.com/gerrit/202333
9ae3f9
Tested-by: RHGS Build Bot <nigelb@redhat.com>
9ae3f9
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
9ae3f9
---
9ae3f9
 doc/gluster.8 | 3 +++
9ae3f9
 1 file changed, 3 insertions(+)
9ae3f9
9ae3f9
diff --git a/doc/gluster.8 b/doc/gluster.8
9ae3f9
index da6472d..88cbf44 100644
9ae3f9
--- a/doc/gluster.8
9ae3f9
+++ b/doc/gluster.8
9ae3f9
@@ -113,6 +113,9 @@ Rotate the log file for corresponding volume/brick.
9ae3f9
 \fB\ volume profile <VOLNAME> {start|info [peek|incremental [peek]|cumulative|clear]|stop} [nfs] \fR
9ae3f9
 Profile operations on the volume. Once started, volume profile <volname> info provides cumulative statistics of the FOPs performed.
9ae3f9
 .TP
9ae3f9
+\fB\ volume top <VOLNAME> {open|read|write|opendir|readdir|clear} [nfs|brick <brick>] [list-cnt <value>] | {read-perf|write-perf} [bs <size> count <count>] [brick <brick>] [list-cnt <value>] \fR
9ae3f9
+Generates a profile of a volume representing the performance and bottlenecks/hotspots of each brick.
9ae3f9
+.TP
9ae3f9
 \fB\ volume statedump <VOLNAME> [[nfs|quotad] [all|mem|iobuf|callpool|priv|fd|inode|history]... | [client <hostname:process-id>]] \fR
9ae3f9
 Dumps the in memory state of the specified process or the bricks of the volume.
9ae3f9
 .TP
9ae3f9
-- 
9ae3f9
1.8.3.1
9ae3f9