Hi Guys,
is there a way to show what core/cpu a given process is running on?
Example I have 4 java process I am monitoring on a single server, I want to know what core each one is running on
is this possible?
What is the target node OS?
unix, windows or other?
Mainly windows 2003 and a few windows 2008
Interesting question. I spent the last hour googling and searching wmi for the answer. I cannot find anywhere that shows what core a process is running on.
I suspect that unless you bind a process to a specific core (using processor affinity) the process will wander around the cores and use them all.
So I don't think you can do it.
YMMV
Chris