summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/sig_by_proc.meta
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2008-05-09 16:36:13 -0400
committerWilliam Cohen <wcohen@redhat.com>2008-05-09 16:36:13 -0400
commitd9b47a1d2744d0c8f2a3f74ea3705b9d10916b5b (patch)
tree7fc93232804de8f204058c9c0b19654090d0abd8 /testsuite/systemtap.examples/sig_by_proc.meta
parent0382b42d78fb0d6355b0bec2219fbdc2ef9dca8c (diff)
downloadsystemtap-steved-d9b47a1d2744d0c8f2a3f74ea3705b9d10916b5b.tar.gz
systemtap-steved-d9b47a1d2744d0c8f2a3f74ea3705b9d10916b5b.tar.xz
systemtap-steved-d9b47a1d2744d0c8f2a3f74ea3705b9d10916b5b.zip
Add syscalls_by_pid.meta, syscalls_by_proc.meta,
sigmon.meta, sig_by_pid.meta, sig_by_proc.meta, and socket-trace.meta.
Diffstat (limited to 'testsuite/systemtap.examples/sig_by_proc.meta')
-rw-r--r--testsuite/systemtap.examples/sig_by_proc.meta13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/sig_by_proc.meta b/testsuite/systemtap.examples/sig_by_proc.meta
new file mode 100644
index 00000000..eea42be4
--- /dev/null
+++ b/testsuite/systemtap.examples/sig_by_proc.meta
@@ -0,0 +1,13 @@
+title: Signal Counts by Process Name
+name: sig_by_proc.stp
+version: 1.0
+author: IBM
+keywords: signals
+subsystem: signals
+status: experimental
+exit: user-controlled
+output: sorted-list on-exit
+scope: system-wide
+description: Print signal counts by process name in descending order.
+test_check: stap -p4 sig_by_proc.stp
+test_installcheck: stap sig_by_proc.stp -c "sleep 1"