Linux guest operating systems keep time by counting timer interrupts. Unpatched 2.4 and earlier kernels program the virtual system timer to request clock interrupts at 100Hz (100 interrupts per second). 2.6 kernels, on the other hand, request interrupts at 1000Hz - ten times as often. Some 2.4 kernels modified by distribution vendors to contain 2.6 features also request 1000Hz interrupts, or in some cases, interrupts at other rates, such as 512Hz.The amount of work required to manage the virtual timer is greatest with Red Hat Enterprise Linux 5 (RHEL5) SMP systems, which use a clock frequency of 1000 Hz and suffer from a multiplicative amount of work due to SMP support. For instance, the following table of timer interrupts was created on a 1000 Hz RHEL VM:
Furthermore, an SMP-capable Linux kernel requests additional timer interrupts from the virtual local APIC timer. An SMP-capable kernel running on a one-CPU system generates twice as many total timer interrupts as the corresponding UP kernel, while such a kernel running on a two-CPU system requests three times as many. In general, an SMP-capable kernel running on <n> CPUs requests <n+1> times as many interrupts per second as a UP kernel. For example, an unmodified 2.6 Linux kernel running on a two-CPU virtual machine requests a total of 3000 clock interrupts per second.
When a guest asks for more than 1000 clock interrupts per second, it can be difficult for the virtual machine to keep up, especially if other applications are running on the host at the same time. This can cause the clock in the guest operating system to fall so far behind real time that it is unable to catch up. The overhead of delivering so many virtual clock interrupts can also hurt guest performance and increase host CPU consumption.
| vCPU Count | Interrupts/sec |
| 2 | 6,000 |
| 4 | 20,000 |
| 8 | 72,000 |
Well, I wouldn't say that it's ever a "problem". Operating systems need to be interrupted by their timer hardware. Unless we break the abstraction layer and let the guests access the underlying hardware, those interrupts will have to happen in software. It's an unavoidable fact of any virtualization platform.
Of course, when OSes are designed with specific features for virtualization, they can help the hypervisor to reduce the work. Most paravirt guests do precisely this. But again, that comes from the guest and not the hypervisor.
Despite the age of those articles, interrupt rates and timer virtualization for full virtualization have not changed since ESX 2.5.
Scott -
KB #1420 gives me a message that I am not authorized to view it. Has the number been changed perhaps?

It looks like that KB has been deprecated and replaced by 1008284, 1005861, 1006072, 1006113, 1005953, 1006090, 1006086, 1006088, and 1005802. But I need to wade through these to find what I need to update this article.
Scott
More information on my communities blog and on Twitter:
http://communities.vmware.com/blogs/drummonds
http://twitter.com/drummonds
Thanks!
Dave Convery
VMware vExpert 2009
http://www.dailyhypervisor.com
http://twitter.com/dconvery

Careful. We don't want to learn from this.
Bill Watterson, "Calvin and Hobbes"
Is this still a problem on ESX 3.5 UP1? The KB Article you listed only lists up to ESX 2.5 but I know we saw a problem like this in 3.0.2.