W3cubDocs

/Electron

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.

© 2013–2017 GitHub Inc.
Licensed under the MIT license.
https://electron.atom.io/docs/api/structures/process-metric/