Skip to content

perf is a vital performance measurement tool

0

We've encountered an issue with the perf command not working on our current AWS instance. When running the command sudo perf stat -e instructions:u echo "soma", it returns <not supported> instructions, which is unexpected.

asked 2 years ago579 views
1 Answer
1

Hello.

Could you please share the type of OS you are using on EC2?
Also, if you run the command below, will "instructions" be output to the list?
If it is not output, it may not be supported.
https://man7.org/linux/man-pages/man1/perf-list.1.html

perf list
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.