summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/process/sig_by_proc.meta
blob: 8a454373534a83cd659546d4304c425df4fd2005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 0.2"