32

Several responses to a question I asked earlier suggested I try Opera kiosk mode, so I decided to download it and give it a try. Once the download had completed and the disk image was being verified, Safari hung for over a minute and there were periods where Safari used a very high %CPU:

alt text

In Mac OS X 10.5, I was accustomed to seeing Safari freeze, but it never used up more than 200% CPU (2 cores x 100%). Is this a bug in Activity Monitor? Or does this mean that %CPU is now more akin to system load?

Kyle Cronin
  • 23,242
  • 21
  • 83
  • 143
  • This looks like a bug. Do you see high numbers when the program is NOT marked "Not Responding"? –  Sep 07 '09 at 02:37
  • Yeah, this was the only time I saw it. I actually went as high as 3,000% for a second, but the system was barely responsive so it was difficult to get a screenshot. – Kyle Cronin Sep 07 '09 at 04:48

1 Answers1

31

The % CPU is relative to 1 core, so 726% is using almost 8 cores. Core is loosely defined, so 1 Hyper-Threaded, "virtual" core looks like 2 cores to Activity Monitor.

What type of system do you have? If it is just 2 cores (which is seems to be) then nik's answer sounds correct.

A late model 8-core system can look like 16 cores to Activity Monitor:

alt text

hanleyp
  • 436