Skip to main content
added 42 characters in body
Source Link

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?

UPD 0: I'm talking about Linux system.

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?

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?

UPD 0: I'm talking about Linux system.

edited title
Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 266

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

Source Link

How to detect process's highes 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?