Linux command for finding PID assigned to a CPU
If core number is 7
ps -e -o pid,nice,class,rtprio,psr,pcpu,comm --sort psr | awk '$5 == "7" {print; }'
Code language: Bash (bash)
Read More »Linux command for finding PID assigned to a CPUIf core number is 7
ps -e -o pid,nice,class,rtprio,psr,pcpu,comm --sort psr | awk '$5 == "7" {print; }'
Code language: Bash (bash)
Read More »Linux command for finding PID assigned to a CPUI found it quite frustrating to get started with D-Bus and the lack of working examples. I found this bit of example somewhere, can’t remember… Read More »D-Bus Python service example
This article covering how to change the NVidia Jetson modules partition layout using yocto + meta-tegra layer, and is basically a summary of this issue.… Read More »Partitioning NVIdia Jetson module