Skip to main content
2 of 3
edited title
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 266

How to detect process's highest cpu usage during it's life

I've written some multi-thread test, and now I want to be sure that the highest CPU usage of this test is equal to 100 * CPU_NUMBER of current machine. Is it possible to do?