branneman / current-processes

Node.js library to get a snapshot of the currently running processes, OS-agnostic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux: CPU usage parser error

xu-duqing opened this issue · comments

image

response:

Process {
  pid: 27,
  name: 'node',
  cpu: 16,
  mem: { private: 16947200, virtual: 4096, usage: 0.012555656074983258 }
}