Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4994 Discussions

Detecting memory bottlenecks in multicore CPUs

magicfoot
Beginner
350 Views
Is there a programmatic method available that can detect memory bottlenecks, particularly in multicore CPUs? i.e. maybe some indicator or counter that shows page faults or excessive paging ?
0 Kudos
2 Replies
Thomas_W_Intel
Employee
350 Views
Paging is controlled by the operating system and system tools like Windows Task Manager or vmstat for Linux can be used to monitor it. Is this what you are looking for?
0 Kudos
Peter_W_Intel
Employee
350 Views
Some performance counters can be used to measure page fault.
For example, Intel? Core i7 processors - event "DTLB_LOAD_MISSES" indicates "

Counts load misses in the STLB that cause a page walk"

Regards, Peter


0 Kudos
Reply