[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] million cycle interrupt
On 12/04/2009 21:16, "Dan Magenheimer" <dan.magenheimer@xxxxxxxxxx> wrote: > Is a million cycles in an interrupt handler bad? Any idea what > might be consuming this? The evidence might imply more cpus > means longer interrupt, which bodes poorly for larger machines. > I tried disabling the timer rendezvous code (not positive I > was successful), but still got large measurements, and > eventually the machine froze up (but not before I observed > the stime skew climbing quickly to the millisecond-plus > range). You can instrument irq_enter() and irq_exit() to read TSC and find out the distribution of irq handling times for interruptions that Xen knows about. Otherwise who knows, it could even be system management mode on that particular box. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |