3

I'd like to monitor my apps and see what cores, and what percentage of each core, they are using. I know of PerformanceCounter, but I can't seem to find a way to get the cpu core usage for each process separately..

Does anybody have any ideas?

Unmesh Kondolikar
  • 9,256
  • 4
  • 38
  • 51
  • Can't you get the processor % per system core for a process/application as a performance counter. – CodingBarfield Mar 24 '11 at 11:10
  • as far as i know not? i looked trough all the counters couldn't find any that suit the job. if you could point me in the right direction that would be very kind ;) ty – Andy Rotsaert Mar 24 '11 at 14:12

1 Answers1

0

You can use the Process Exporer and check here for other ideas Tracking CPU and Memory usage per process

Community
  • 1
  • 1
sep15ms
  • 879
  • 1
  • 8
  • 6
  • basicly what im trying to achieve is a process affinity & priority manager like process lasso kinda does. But therefor i need to measure process cpu core load. anyone ? thnx in advance – Andy Rotsaert Mar 24 '11 at 04:51