lxc / libresource

CGroup aware resource querying library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add per process info

rahuyada opened this issue · comments

Add per process info

  • pid
  • ppid
  • user (The username who executed the process)
  • flags (Process flags)
  • priority
  • nice
  • virt (Virtual memory of process in bytes)
  • res (RSS of process in bytes)
  • shared (Shared memory used by process in bytes)
  • state (Process state)
  • systime (time on the cpu in kernel mode)
  • usrtime (time on the cpu in user mode)
  • cmdline (Command line of executable)
  • wchan (Wait channel)
  • tty (Controlling tty)
  • starttime (time the command started)
  • processor (cpu id where the process last executed)