Home | History | Annotate | Download | only in dist

Lines Matching refs:procsystime

3 # procsystime - print process system call time details.
6 # $Id: procsystime,v 1.1.1.1 2015/09/30 22:01:06 christos Exp $
8 # USAGE: procsystime [-acehoT] [ -p PID | -n name | command ]
18 # procsystime -p 1871 # examine PID 1871
19 # procsystime -n tar # examine processes called "tar"
20 # procsystime -aTn bash # print all details for bash shells
21 # procsystime df -h # run and examine "df -h"
78 USAGE: procsystime [-aceho] [ -p PID | -n name | command ]
87 procsystime -p 1871 # examine PID 1871
88 procsystime -n tar # examine processes called "tar"
89 procsystime -aTn bash # print all details for bash
90 procsystime df -h # run and examine "df -h"