Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Get information about cores utilization

H__Kamil
Beginner
403 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
403 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