logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

scomes - tool for watching system resources

Author

       Written by Jan Hutař <jhutar@redhat.com>.

Description

scomes  is  a simple systemtap script for watching activity of one process. Syscalls count, userspace and
       kernelspace ticks, read and written bytes, transmitted  and  received  bytes  and  polling  syscalls  are
       measured.

       binary Binary file to be executed. This process will be watched.

       timer  Setting this option causes the script to print out statistic every N seconds. If not provided, the
              statistics are printed only when watched process terminates.

Name

       scomes - tool for watching system resources

Reporting Bugs

       Report bugs to https://bugzilla.redhat.com/.

Phil Knirsch                                       13 Jan 2011                                         scomes(8)

See Also

tuned(8) diskdevstat(8) netdevstat(8) varnetload(8) stap(1)

Synopsis

scomes -c "binary [binary arguments ...]" [timer]

See Also