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