Software Archive
Read-only legacy content
17060 Discussions

Get information about cores utilization

H__Kamil
Beginner
251 Views

Hi, 

I would like to get information about cores utilization every 0.01 second. Is it possible? I tried do it using top utility with parameter -d 0.01 however it does not work (too slow). 

0 Kudos
1 Reply
Dmitry_P_Intel1
Employee
251 Views

Hello,

Is it important to get CPU utilization right during application runtime in your case? If you are OK to look at statistics after the run you can try VTune Amplifier XE. It also will allow you to distinct time spent in threading runtimes vs user code that can be important to track effective CPU utilization not counting CPU burning in sync spinning etc.

Thanks & Regards, Dmitry

0 Kudos
Reply