diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-04-30 05:20:32 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-04-30 05:20:32 +0000 |
| commit | c584e0e88a537bfd916e1514bfbf14c6607309e3 (patch) | |
| tree | ae04981ef8890dfafd69c193e740a7911d2e98cb | |
| parent | 02e6891c0bd765a4926cb10cb915a0f728f60a0b (diff) | |
Notes
| -rw-r--r-- | usr.bin/vmstat/vmstat.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index 4c21b9a76dcd..ff1edb841fd3 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -181,7 +181,7 @@ id cpu idle .fi .RE .SH EXAMPLES -The command ``vmstat -i 5'' will print what the system is doing every five +The command ``vmstat -w 5'' will print what the system is doing every five seconds; this is a good choice of printing interval since this is how often some of the statistics are sampled in the system. Others vary every second and running the output for a while will make it |
