1scomes(8) Tool for watching system resources scomes(8)
2
3
4
6 scomes - tool for watching system resources
7
9 scomes -c "binary [binary arguments ...]" [timer]
10
12 scomes is a simple systemtap script for watching activity of one
13 process. Syscalls count, userspace and kernelspace ticks, read and
14 written bytes, transmitted and received bytes and polling syscalls are
15 measured.
16
17
18 binary Binary file to be executed. This process will be watched.
19
20 timer Setting this option causes the script to print out statistic
21 every N seconds. If not provided, the statistics are printed
22 only when watched process terminates.
23
24
26 tuned(8) diskdevstat(8) netdevstat(8) varnetload(8) stap(1)
27
29 Written by Jan HutaĆ <jhutar@redhat.com>.
30
32 Report bugs to https://bugzilla.redhat.com/.
33
34
35
36Phil Knirsch 13 Jan 2011 scomes(8)