Is there any way to get the "perf stat -d sleep 1000" command to update me about the events value every 1/2/3 second(s) during a long time? I tried it on PAPI and I made it but the problem is that I'm limited to 4/5 events max on an eventset... so I cant get that much info that I need. The problem about "perf stat" is that I dont want to get a final report for a X time but I want to see the evolution of the value events like how LLC-misses changes when I run a benchmark software etc..
any idea?
You might be able to use the
--interval-print
flag if you have a new enough version of perf: