getProcStat

Reads /proc/<pid>/stat and extracts the data.

  1. ProcStat getProcStat(cstring path)
  2. bool getProcStat(cstring path, ProcStat stat)
    bool
    getProcStat

Parameters

path cstring

path of the file to query

Return Value

Type: bool

'false' if parsing has failed, 'true' otherwise

Meta