• Home
Name Date Size #Lines LOC

..--

GPL_V2D03-May-202417.6 KiB341281

READMED03-May-2024639 2015

go_go.shD03-May-20241 KiB4936

run.shD03-May-2024359 157

slayD03-May-20243.2 KiB159126

strace.patchD03-May-20245.4 KiB273265

test.shD03-May-2024277 188

waker.shD03-May-2024694 4028

README

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