diff options
author | William Cohen <wcohen@redhat.com> | 2009-06-24 09:33:57 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-06-24 09:33:57 -0400 |
commit | 174eae80fcdcdc6bfd002e82d919259fe46b1149 (patch) | |
tree | 867c1045cb17351b76e6dba7f84c304daf3c5304 /testsuite/systemtap.examples/locks | |
parent | 760695dbfa5711e68555c192f5f4341e451d1d0c (diff) | |
download | systemtap-steved-174eae80fcdcdc6bfd002e82d919259fe46b1149.tar.gz systemtap-steved-174eae80fcdcdc6bfd002e82d919259fe46b1149.tar.xz systemtap-steved-174eae80fcdcdc6bfd002e82d919259fe46b1149.zip |
Have appropriate argument for bkl.stp built and run tests.
Diffstat (limited to 'testsuite/systemtap.examples/locks')
-rw-r--r-- | testsuite/systemtap.examples/locks/bkl.meta | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.examples/locks/bkl.meta b/testsuite/systemtap.examples/locks/bkl.meta index ff232ec7..e4afabde 100644 --- a/testsuite/systemtap.examples/locks/bkl.meta +++ b/testsuite/systemtap.examples/locks/bkl.meta @@ -6,5 +6,5 @@ author: Flavio Leitner status: production exit: user-controlled description: The bkl.stp script can help determine whether the Big Kernel Lock (BKL) is causing serialization on a multiprocessor system due to excessive contention of the BKL. The bkl.stp script takes one argument which is the number of processes waiting for the Big Kernel Lock (BKL). When the number of processes waiting for the BKL is reached or exceeded, the script will print a time stamp, the number of processes waiting for the BKL, the holder of the BKL, and the amount of time the BKL was held. -test_check: stap -p4 bkl.stp -test_installcheck: stap bkl.stp -c "sleep 1" +test_check: stap -p4 bkl.stp 1 +test_installcheck: stap bkl.stp -c "sleep 1" 1 |