struct Hardware::PID::Stat
- Hardware::PID::Stat
- Struct
- Value
- Object
Overview
Parse stat initialized at Hadware::PID#stat
Defined in:
hardware/pid/stat.crConstructors
Instance Method Summary
-
#cmajflt : Int32
Returns the "cmajflt" field of
#stat. -
#cminflt : Int32
Returns the "cminflt" field of
#stat. -
#comm : String
Returns the "comm" field of
#stat. -
#cstime : Int32
Returns the "cstime" field of
#stat. -
#cutime : Int32
Returns the "cutime" field of
#stat. -
#flags : Int32
Returns the "flags" field of
#stat. -
#itrealvalue : Int32
Returns the "itrealvalue" field of
#stat. -
#majflt : Int32
Returns the "majflt" field of
#stat. -
#minflt : Int32
Returns the "minflt" field of
#stat. -
#nice : Int32
Returns the "nice" field of
#stat. -
#numthreads : Int32
Returns the "numthreads" field of
#stat. -
#pgrp : Int32
Returns the "pgrp" field of
#stat. -
#ppid : Int32
Returns the "ppid" field of
#stat. -
#priority : Int32
Returns the "priority" field of
#stat. -
#rss : Int32
Returns the "rss" field of
#stat. -
#session : Int32
Returns the "session" field of
#stat. -
#starttime : Int32
Returns the "starttime" field of
#stat. -
#state : String
Returns the "state" field of
#stat. -
#stime : Int32
Returns the "stime" field of
#stat. -
#tpgid : Int32
Returns the "tpgid" field of
#stat. -
#tty_nr : Int32
Returns the "tty_nr" field of
#stat. -
#utime : Int32
Returns the "utime" field of
#stat. -
#vsize : Int32
Returns the "vsize" field of
#stat.