Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | Upstream-Status: Pending |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 2 | --- a/doc/stress.texi |
| 3 | +++ b/doc/stress.texi |
| 4 | @@ -62,47 +62,47 @@ |
| 5 | |
| 6 | @table @samp |
| 7 | @item -? |
| 8 | -@itemx --help |
| 9 | +@item --help |
| 10 | Show help information. |
| 11 | |
| 12 | -@itemx --version |
| 13 | +@item --version |
| 14 | Show version information. |
| 15 | |
| 16 | @item -v |
| 17 | -@itemx --verbose |
| 18 | +@item --verbose |
| 19 | Turn up verbosity. |
| 20 | |
| 21 | @item -q |
| 22 | -@itemx --quiet |
| 23 | +@item --quiet |
| 24 | Turn down verbosity. |
| 25 | |
| 26 | @item -n |
| 27 | -@itemx --dry-run |
| 28 | +@item --dry-run |
| 29 | Show what would have been done. |
| 30 | |
| 31 | @item -t @var{secs} |
| 32 | -@itemx --timeout @var{secs} |
| 33 | +@item --timeout @var{secs} |
| 34 | Time out after @var{secs} seconds. |
| 35 | |
| 36 | -@itemx --backoff @var{usecs} |
| 37 | +@item --backoff @var{usecs} |
| 38 | Wait for factor of @var{usecs} microseconds before starting work. |
| 39 | |
| 40 | @item -c @var{forks} |
| 41 | -@itemx --cpu @var{forks} |
| 42 | +@item --cpu @var{forks} |
| 43 | Spawn @var{forks} processes each spinning on @samp{sqrt()}. |
| 44 | |
| 45 | @item -i @var{forks} |
| 46 | -@itemx --io @var{forks} |
| 47 | +@item --io @var{forks} |
| 48 | Spawn @var{forks} processes each spinning on @samp{sync()}. |
| 49 | |
| 50 | @item -m @var{forks} |
| 51 | -@itemx --vm @var{forks} |
| 52 | +@item --vm @var{forks} |
| 53 | Spawn @var{forks} processes each spinning on @samp{malloc()}. |
| 54 | |
| 55 | -@itemx --vm-bytes @var{bytes} |
| 56 | +@item --vm-bytes @var{bytes} |
| 57 | Allocate @var{bytes} number of bytes. The default is 1. |
| 58 | |
| 59 | -@itemx --vm-hang |
| 60 | +@item --vm-hang |
| 61 | Instruct each vm hog process to go to sleep after allocating memory. This |
| 62 | contrasts with their normal behavior, which is to free the memory and |
| 63 | reallocate @emph{ad infinitum}. This is useful for simulating low memory |
| 64 | @@ -114,13 +114,13 @@ |
| 65 | @end example |
| 66 | |
| 67 | @item -d @var{forks} |
| 68 | -@itemx --hdd @var{forks} |
| 69 | +@item --hdd @var{forks} |
| 70 | Spawn @var{forks} processes each spinning on @samp{write()}. |
| 71 | |
| 72 | -@itemx --hdd-bytes @var{bytes} |
| 73 | +@item --hdd-bytes @var{bytes} |
| 74 | Write @var{bytes} number of bytes. The default is 1GB. |
| 75 | |
| 76 | -@itemx --hdd-noclean |
| 77 | +@item --hdd-noclean |
| 78 | Do not unlink file(s) to which random ASCII data is written. |
| 79 | |
| 80 | @end table |