File: README

package info (click to toggle)
stress 1.0.1-1%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 800 kB
  • ctags: 58
  • sloc: sh: 1,097; ansic: 660; makefile: 74
file content (37 lines) | stat: -rwxr-xr-x 922 bytes parent folder | download | duplicates (6)
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
INSTALL
=======

See the INSTALL file for generic installation instructions.  The quick
version is:

  ./configure && make && sudo make install

USAGE
=====

You can see the program's usage statement by invoking it with --help.  A
typical invocation is:

 stress --cpu 8 --io 4 --vm 2 --vm-bytes 128M --timeout 10s

A user manual is available:

 info stress

The project home page is:

 http://weather.ou.edu/~apw/projects/stress/

PATCHES
=======

This program works really well for me, but it might not have some of the
features that you want.  If you would like, please extend the code and send 
me the patch.  Please use the context diff format.  That is: save the 
original program as stress.c.orig, then make and test your desired changes 
to stress.c, then run `diff -u stress.c.orig stress.c' to produce a context 
diff.  Enjoy the program :-)

Amos Waterland <apw@rossby.metr.ou.edu>
Norman, Oklahoma
27 Nov 2001