summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/locks
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-06-24 09:33:57 -0400
committerWilliam Cohen <wcohen@redhat.com>2009-06-24 09:33:57 -0400
commit174eae80fcdcdc6bfd002e82d919259fe46b1149 (patch)
tree867c1045cb17351b76e6dba7f84c304daf3c5304 /testsuite/systemtap.examples/locks
parent760695dbfa5711e68555c192f5f4341e451d1d0c (diff)
downloadsystemtap-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.meta4
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