Is there a program that logs this, or at least lets me see in real time which process is running on which core? I don't think the task manager quite does either of these.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
You want Process Explorer: http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx |
|||
|
|
|
I think you are assuming that a process gets run on a fixed core, but this is not true. Processes will jump from core to core way to fast to monitor visually. |
|||||||
|
|
For a command-line solution you may be interested in the pslist utility, which is part of the pstools suite. I'm afraid it doesn't show processor affinity, but it will enable you to log which processes are running and for how long. The official site for pstools can be found here. You may also like to Google for the 'PsTools Primer' article by Wes Miller. |
|||
|
|