Re: Dual XEON - >>SLOW<< on SMP

From: Maciej W. Rozycki (macro@ds2.pg.gda.pl)
Date: Thu Nov 02 2000 - 13:23:41 EST


On 2 Nov 2000, Ulrich Drepper wrote:

> I'm seeing this as well, but only with PIII Xeon systems, not PII
> Xeon. Every single timer interrupt on any CPU is accompanied by a NMI
> and LOC increment on every CPU.
>
> CPU0 CPU1
> 0: 146727 153389 IO-APIC-edge timer

 This is the legacy 8254 timer source, used for the system time, i.e.
gettimeofday() and friends.

> NMI: 300035 300035

 This is the NMI watchdog at work. Every tick of the legacy timer all
CPUs receive an NMI unless overridden by the "nmi_watchdog" command line
argument.

> LOC: 300028 300028

 This is the internal local APIC timer used for scheduling. Every CPU is
equipped with such a private timer.

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: macro@ds2.pg.gda.pl, PGP key available        +

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Nov 07 2000 - 21:00:11 EST