Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I get the L2 cache miss count of each process on the windows platform?

I want to compute the memory bandwidth of each process. Anyone can tell me how can I get the L2 cache miss for each process.

Thanks Hui

like image 939
HChen Avatar asked Oct 25 '22 18:10

HChen


1 Answers

There's a screenshot on this Intel Performance Counter Monitor page that shows L2 Cache Misses, though I don't know whether it's available per-process.

like image 78
Danny Tuppeny Avatar answered Oct 27 '22 09:10

Danny Tuppeny