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