1STRESS(1)                        User Commands                       STRESS(1)
2
3
4

NAME

6       stress - tool to impose load on and stress test systems
7

SYNOPSIS

9       stress [OPTION [ARG]] ...
10

DESCRIPTION

12       `stress' imposes certain types of compute stress on your system
13
14       -?, --help
15              show this help statement
16
17       --version
18              show version statement
19
20       -v, --verbose
21              be verbose
22
23       -q, --quiet
24              be quiet
25
26       -n, --dry-run
27              show what would have been done
28
29       -t, --timeout N
30              timeout after N seconds
31
32       --backoff N
33              wait factor of N microseconds before work starts
34
35       -c, --cpu N
36              spawn N workers spinning on sqrt()
37
38       -i, --io N
39              spawn N workers spinning on sync()
40
41       -m, --vm N
42              spawn N workers spinning on malloc()/free()
43
44       --vm-bytes B
45              malloc B bytes per vm worker (default is 256MB)
46
47       --vm-stride B
48              touch a byte every B bytes (default is 4096)
49
50       --vm-hang N
51              sleep N secs before free (default none, 0 is inf)
52
53       --vm-keep
54              redirty memory instead of freeing and reallocating
55
56       -d, --hdd N
57              spawn N workers spinning on write()/unlink()
58
59       --hdd-bytes B
60              write B bytes per hdd worker (default is 1GB)
61
62       Example: stress --cpu 8 --io 4 --vm 2 --vm-bytes 128M --timeout 10s
63
64       Note: Numbers may be suffixed with s,m,h,d,y (time) or B,K,M,G (size).
65

SEE ALSO

67       The  full  documentation  for stress is maintained as a Texinfo manual.
68       If the info and stress programs are properly installed  at  your  site,
69       the command
70
71              info stress
72
73       should give you access to the complete manual.
74
75
76
77stress 1.0.4                      March 2010                         STRESS(1)
Impressum