How to see usage of each core in Windows 10?

The Performance tab of the Task Manager shows this:

Task Manager

i.e. the CPU usage, and the number of cores (and logical cores) I have available.

Can I get a graph like this for each core to see whether something is indeed running parallel or not (e.g. some multiprocessing stuff on Python)?


Solution 1:

Right click on graph -> Change graph to -> Logical processors

It will show you the usage of each logical processor.

Screenshot of the answer