README
1 Strace Test
2
3 Introduction:
4 Strace Test is designed to test the kernel by calling syscalls improperly.
5 It uses ltp as a base to generate realistic syscalls and then it randomly
6 calls improper variations of those system calls.
7
8 The tests are started by root but they are run with user permisions. The root
9 user needs to restart the tests around every 10 seconds.
10
11 Usage:
12 ./go_go.sh [user][max_tests][test_percent]
13 user => username to the scripts under
14 max_tests => maximun concurrent tests to run
15 test_percent => percent of the syscalls to test
16
17 Copying:
18 Strace Test is distributed under the GPL
19 Strace, and LTP are GPL as well.
20