Tool/software: Linux
software:prossesor-sdk-4.3; hardware:custom-board;
Hi,
I want to check sgx utilization rate, is there any cmd on linux can get it ?
Thank you,
Andi.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
software:prossesor-sdk-4.3; hardware:custom-board;
Hi,
I want to check sgx utilization rate, is there any cmd on linux can get it ?
Thank you,
Andi.
You can check PowerVR Tune utility for SGX utilization. There's omapconf utility too.
Hi Andi,
There are two more tools that you can use to get to know SGX utilization.
You can use pvrscope (provided in Processor SDK Linux filesystem) as below -
$mkfifo /tmp/socfifo
$pvrscope -f -c
or you can use soc-performance-monitor as documented here -