How can i check CPU cache misses in Jetson NX

I use linux perf tool to check my cache misses, but the value is very weird. Because no matter i use CPU-bound or IO-bound process, the cache misses rate is the same.
Does anyone face this question before?
Or is there any another way to check cache misses status?

Hi,
Not sure what your use-case is. For checking CPU usage, we generally run sudo tegrastats. It shows status of hardware engines such as CPUs, GPU, NVENC, etc.

Thanks reply~
But I want to check performance monitor unit event(like cache misses rate)to make some programming decision XD. I think tegrastats can’t show about PMU event at all.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.