Lines Matching refs:dvmstat
3 # dvmstat - vmstat by PID/name/command.
10 # $Id: dvmstat,v 1.1.1.1 2015/09/30 22:01:06 christos Exp $
12 # USAGE: dvmstat { -p PID | -n name | command }
14 # dvmstat -p 1871 # examine PID 1871
15 # dvmstat -n tar # examine processes called "tar"
16 # dvmstat df -h # run and examine "df -h"
35 # When using dvmstat to run a command - if the command takes some time
36 # to execute, dvmstat will print output every second. If the command runs
75 USAGE: dvmstat [-h] { -p PID | -n name | command }
79 dvmstat -p 1871 # examine PID 1871
80 dvmstat -n tar # examine processes called "tar"
81 dvmstat df -h # run and examine "df -h"