Home | History | Annotate | only in /external/ltp/tools/strace_test
Up to higher level directory
NameDateSize
go_go.sh05-Oct-20171K
GPL_V205-Oct-201717.6K
README05-Oct-2017639
run.sh05-Oct-2017359
slay05-Oct-20173.2K
strace.patch05-Oct-20175.4K
test.sh05-Oct-2017277
waker.sh05-Oct-2017694

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