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