vmstat: -w switch for wider output
This is a rework of the merge request #5 that unconditionally forced the output to cross the 80 chars border. With this commit users can switch to the wide output mode with the -w option.
This commit is contained in:
5
vmstat.8
5
vmstat.8
@@ -74,6 +74,11 @@ or 1048576
|
||||
bytes. Note this does not change the swap (si/so) or block (bi/bo)
|
||||
fields.
|
||||
.TP
|
||||
\fB\-w\fR, \fB\-\-wide\fR
|
||||
Wide output mode (useful for systems with higher amount of memory,
|
||||
where the default output mode suffers from unwanted column breakage).
|
||||
The output is wider than 80 characters per line.
|
||||
.TP
|
||||
\fB\-V\fR, \fB\-\-version\fR
|
||||
Display version information and exit.
|
||||
.TP
|
||||
|
Reference in New Issue
Block a user