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:
Jaromir Capik
2013-11-25 16:56:10 +01:00
parent 23dd0cec41
commit 1b97942c8e
2 changed files with 33 additions and 6 deletions

View File

@@ -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