electron/docs/api/structures/process-metric.md
2017-05-26 08:36:51 -07:00

268 B

ProcessMetric Object

  • pid Integer - Process id of the process.
  • type String - Process type (Browser or Tab or GPU etc).
  • memory MemoryInfo - Memory information for the process.
  • cpu CPUUsage - CPU usage of the process.