4

I have a VM with 2 virtual CPUs. When I run two multi-threaded java proceses the total CPU utilization in top exceeds 200%. In fact its closer to 800%.
alt text http://ftp.lib.byu.edu/top.jpg

I thought that %CPU was the percentage utilization of one core, and that a process on a two core box couldn't exceed 200 %CPU. Am I wrong?

racyclist
  • 624
  • 5
  • 9

1 Answers1

2

Does it make any more since when using the -H option (Press Shift-H while running), to show threads? Then see the "What to look for from the top -H output" from this IBM link.

Kyle Brandt
  • 82,107
  • 71
  • 302
  • 444