2

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 fulfill my requirements. I am using FC13. Thanks

BeeOnRope
  • 60,350
  • 16
  • 207
  • 386
ahmed
  • 21
  • 2

1 Answers1

0

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

kobrien
  • 2,931
  • 2
  • 24
  • 33