You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added --progress option to clush to force display of the live progress
indicator and display global write bandwidth when writing standard input
(make use of the ev_written event handler).
Added documentation for clush progress indicator.
Change-Id: Iaa2b6613939792de9ada3d333c1c5cc5cc3144a9
Copy file name to clipboardExpand all lines: doc/man/man1/clush.1
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
.\" Man page generated from reStructuredText.
2
2
.
3
-
.TH CLUSH 1 "2015-10-30" "1.7" "ClusterShell User Manual"
3
+
.TH CLUSH 1 "2015-11-01" "1.7" "ClusterShell User Manual"
4
4
.SH NAME
5
5
clush \- execute shell commands on a cluster
6
6
.
@@ -213,6 +213,9 @@ disable header block and order output by nodes; additionally, when used in conju
213
213
.B\-N
214
214
disable labeling of command line
215
215
.TP
216
+
.B\-P\fP,\fB\-\-progress
217
+
show progress during command execution; if writing is performed to standard input, the live progress indicator will display the global bandwidth of data written to the target nodes
-G, --groupbase do not display group source prefix
153
153
-L disable header block and order output by nodes; additionally, when used in conjunction with -b/-B, it will enable "life gathering" of results by line mode, such as the next line is displayed as soon as possible (eg. when all nodes have sent the line)
154
154
-N disable labeling of command line
155
+
-P, --progress show progress during command execution; if writing is performed to standard input, the live progress indicator will display the global bandwidth of data written to the target nodes
155
156
-b, --dshbak display gathered results in a dshbak-like way
0 commit comments