summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/locks/bkl.meta
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-06-25 11:51:29 -0400
committerDave Brolley <brolley@redhat.com>2009-06-25 11:51:29 -0400
commita2958e68a76148370e8aaf41dafcb6a5726fc595 (patch)
tree76727b8f5ab14c9abdbd00ce92898fb9e0ae49a9 /testsuite/systemtap.examples/locks/bkl.meta
parent313db8e6d1e62f372d168b7368f220cb432d07d6 (diff)
parentf1d04fa79e3c8664e8e6b2d1d3f38e1e51effcbf (diff)
downloadsystemtap-steved-a2958e68a76148370e8aaf41dafcb6a5726fc595.tar.gz
systemtap-steved-a2958e68a76148370e8aaf41dafcb6a5726fc595.tar.xz
systemtap-steved-a2958e68a76148370e8aaf41dafcb6a5726fc595.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.examples/locks/bkl.meta')
-rw-r--r--testsuite/systemtap.examples/locks/bkl.meta10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/locks/bkl.meta b/testsuite/systemtap.examples/locks/bkl.meta
new file mode 100644
index 00000000..e4afabde
--- /dev/null
+++ b/testsuite/systemtap.examples/locks/bkl.meta
@@ -0,0 +1,10 @@
+title: Tracing Contention on Big Kernel Lock (BKL)
+name: bkl.stp
+keywords: locking
+subsystem: kernel
+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 1
+test_installcheck: stap bkl.stp -c "sleep 1" 1