开发者

Reading performance counters for Intel Xeon in userspace

开发者 https://www.devze.com 2023-02-07 01:43 出处:网络
I want to read performance counters for intel xeon using a shell script in userspace. Oprofile will not work as it is too rigid to fu开发者_如何学Clfill my requirements. I am using FC13.

I want to read performance counters for intel xeon using a shell script in userspace. Oprofile will not work as it is too rigid to fu开发者_如何学Clfill my requirements. I am using FC13. Thanks


Perf will allow you to select which counters you want and also has the ability to output in machine readable form. https://perf.wiki.kernel.org/index.php/Main_Page

0

精彩评论

暂无评论...
验证码 换一张
取 消