Home » Questions » Computers [ Ask a new question ]

How do I see a log of which process was running on which CPU and for how long?

How do I see a log of which process was running on which CPU and for how long?

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.

Asked by: Guest | Views: 312
Total answers/comments: 1
bert [Entry]

"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."