diff options
author | mmason <mmason> | 2007-04-24 23:04:43 +0000 |
---|---|---|
committer | mmason <mmason> | 2007-04-24 23:04:43 +0000 |
commit | 8248283a040f8193c55680ae88f1e82fcaa7542c (patch) | |
tree | 9a731e58d7069dd8434f292c11728d7938c1f46d /examples/syscalls_by_pid.txt | |
parent | dbb8444137bda360f01a78e172bc4f36a3d601b4 (diff) | |
download | systemtap-steved-8248283a040f8193c55680ae88f1e82fcaa7542c.tar.gz systemtap-steved-8248283a040f8193c55680ae88f1e82fcaa7542c.tar.xz systemtap-steved-8248283a040f8193c55680ae88f1e82fcaa7542c.zip |
Added a couple simple syscall example scripts.
Diffstat (limited to 'examples/syscalls_by_pid.txt')
-rw-r--r-- | examples/syscalls_by_pid.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/examples/syscalls_by_pid.txt b/examples/syscalls_by_pid.txt new file mode 100644 index 00000000..4943a139 --- /dev/null +++ b/examples/syscalls_by_pid.txt @@ -0,0 +1,35 @@ +# stap syscalls_by_pid.stp +Collecting data... Type Ctrl-C to exit and display results +^C +#SysCalls PID +2293 31866 +765 31081 +567 30983 +557 30965 +554 31008 +523 30985 +273 30991 +118 9585 +115 2130 +77 30928 +65 1988 +50 31006 +42 2492 +40 31077 +36 2487 +35 2490 +23 2257 +22 2366 +20 8682 +20 2048 +17 31197 +16 31067 +14 2313 +10 31011 +8 1 +5 31074 +3 1978 +3 1975 +3 2467 +3 30932 + |