In linux we have ps
and top
command that can give very good detail about processes CPU utilization along with on which cores it is running.
Do we have something like that in windows which can give Processes and its threads along with CPU usage and on which Core it is running in the command line?
I have looked in tasklist
, wmic
but none of it gives on which core the process is running. There is another tool called Xperf but it seems some complicated as it is used with another tool to give GUI where we can look for the cores.
Is there any easy way?