Background
I want to find the cpu core id and utilization of each and every process running in my system.
I have used ps -eF
to get cpu core id and ps -aux
to get cpu utilization.
Query
I want to know, is there any way to get both the things using a single command or any specific options that is available in ps
command to retrieve both the things?