All of lore.kernel.org
 help / color / mirror / Atom feed
* timer interrupt handled by CPU0 only
@ 2009-05-13  8:01 peansen ken
  0 siblings, 0 replies; 3+ messages in thread
From: peansen ken @ 2009-05-13  8:01 UTC (permalink / raw)
  To: linux-newbie

I have start irqbalance service. Why the timer interrupt only happend in CPU0
$ sudo service irqbalance status
irqbalance (pid 2390) is running...
$ cat /proc/interrupts
           CPU0       CPU1       CPU2       CPU3
  0:   21487296          0          0          0    IO-APIC-edge  timer
  1:          3          0          0          0    IO-APIC-edge  i8042
  8:          1          0          0          0    IO-APIC-edge  rtc
  9:          0          0          0          0   IO-APIC-level  acpi
 12:          4          0          0          0    IO-APIC-edge  i8042
 74:         18          0          0          0   IO-APIC-level
uhci_hcd:usb1, uhci_hcd:usb3, ehci_hcd:usb4
 82:          0          0          0          0   IO-APIC-level  uhci_hcd:usb2
 90:       1934          0   45886283          0   IO-APIC-level  libata
 98:          0          0          0          0   IO-APIC-level  libata
106:        120          0          0   22824923         PCI-MSI  eth0
169:      16933          0    9370507          0   IO-APIC-level  ioc0
NMI:      43241      26776      33934      29946
LOC:   21487192   21487118   21487046   21486887
ERR:          0
MIS:          0
$ uname -a
Linux xxx 2.6.18-53.el5 #1 SMP Mon Nov 12 02:14:55 EST 2007 x86_64
x86_64 x86_64 GNU/Linux
$ cat /proc/cpuinfo
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 23
model name	: Intel(R) Xeon(R) CPU           L5410  @ 2.33GHz
stepping	: 6
cpu MHz		: 2333.339
cache size	: 6144 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm
constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
bogomips	: 4669.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 38 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 23
model name	: Intel(R) Xeon(R) CPU           L5410  @ 2.33GHz
stepping	: 6
cpu MHz		: 2333.339
cache size	: 6144 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm
constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
bogomips	: 4666.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 38 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 23
model name	: Intel(R) Xeon(R) CPU           L5410  @ 2.33GHz
stepping	: 6
cpu MHz		: 2333.339
cache size	: 6144 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm
constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
bogomips	: 4666.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 38 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 23
model name	: Intel(R) Xeon(R) CPU           L5410  @ 2.33GHz
stepping	: 6
cpu MHz		: 2333.339
cache size	: 6144 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm
constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
bogomips	: 4666.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 38 bits physical, 48 bits virtual
power management:

$
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: timer interrupt handled by CPU0 only
  2009-05-13 10:27 qmh524
@ 2009-05-13 13:25 ` Alexander Clouter
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Clouter @ 2009-05-13 13:25 UTC (permalink / raw)
  To: linux-kernel

qmh524 <qmh524@gmail.com> wrote:
>
> I have start irqbalance service. Why the timer interrupt only happend in CPU0
>
irqBALANCE...you could also ask why all your eth0 IRQ's are on CPU3 or 
your ATA action is on CPU2.

It's my understanding you *steer* IRQ's to a CPU, you do not round-robin 
them across all the CPU's.

Cheers

> $ sudo service irqbalance status
> irqbalance (pid 2390) is running...
> $ cat /proc/interrupts
>           CPU0       CPU1       CPU2       CPU3
>  0:   21487296          0          0          0    IO-APIC-edge  timer
>  1:          3          0          0          0    IO-APIC-edge  i8042
>  8:          1          0          0          0    IO-APIC-edge  rtc
>  9:          0          0          0          0   IO-APIC-level  acpi
> 12:          4          0          0          0    IO-APIC-edge  i8042
> 74:         18          0          0          0   IO-APIC-level
> uhci_hcd:usb1, uhci_hcd:usb3, ehci_hcd:usb4
> 82:          0          0          0          0   IO-APIC-level  uhci_hcd:usb2
> 90:       1934          0   45886283          0   IO-APIC-level  libata
> 98:          0          0          0          0   IO-APIC-level  libata
> 106:        120          0          0   22824923         PCI-MSI  eth0
> 169:      16933          0    9370507          0   IO-APIC-level  ioc0
> NMI:      43241      26776      33934      29946
> LOC:   21487192   21487118   21487046   21486887
> ERR:          0
> MIS:          0

-- 
Alexander Clouter
.sigmonster says: A hammer sometimes misses its mark - a bouquet never.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* timer interrupt handled by CPU0 only
@ 2009-05-13 10:27 qmh524
  2009-05-13 13:25 ` Alexander Clouter
  0 siblings, 1 reply; 3+ messages in thread
From: qmh524 @ 2009-05-13 10:27 UTC (permalink / raw)
  To: linux-kernel

I have start irqbalance service. Why the timer interrupt only happend in CPU0
$ sudo service irqbalance status
irqbalance (pid 2390) is running...
$ cat /proc/interrupts
           CPU0       CPU1       CPU2       CPU3
  0:   21487296          0          0          0    IO-APIC-edge  timer
  1:          3          0          0          0    IO-APIC-edge  i8042
  8:          1          0          0          0    IO-APIC-edge  rtc
  9:          0          0          0          0   IO-APIC-level  acpi
 12:          4          0          0          0    IO-APIC-edge  i8042
 74:         18          0          0          0   IO-APIC-level
uhci_hcd:usb1, uhci_hcd:usb3, ehci_hcd:usb4
 82:          0          0          0          0   IO-APIC-level  uhci_hcd:usb2
 90:       1934          0   45886283          0   IO-APIC-level  libata
 98:          0          0          0          0   IO-APIC-level  libata
106:        120          0          0   22824923         PCI-MSI  eth0
169:      16933          0    9370507          0   IO-APIC-level  ioc0
NMI:      43241      26776      33934      29946
LOC:   21487192   21487118   21487046   21486887
ERR:          0
MIS:          0
$ uname -a
Linux xxx 2.6.18-53.el5 #1 SMP Mon Nov 12 02:14:55 EST 2007 x86_64
x86_64 x86_64 GNU/Linux
$ cat /proc/cpuinfo
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 23
model name	: Intel(R) Xeon(R) CPU           L5410  @ 2.33GHz
stepping	: 6
cpu MHz		: 2333.339
cache size	: 6144 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm
constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
bogomips	: 4669.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 38 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 23
model name	: Intel(R) Xeon(R) CPU           L5410  @ 2.33GHz
stepping	: 6
cpu MHz		: 2333.339
cache size	: 6144 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm
constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
bogomips	: 4666.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 38 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 23
model name	: Intel(R) Xeon(R) CPU           L5410  @ 2.33GHz
stepping	: 6
cpu MHz		: 2333.339
cache size	: 6144 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm
constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
bogomips	: 4666.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 38 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 23
model name	: Intel(R) Xeon(R) CPU           L5410  @ 2.33GHz
stepping	: 6
cpu MHz		: 2333.339
cache size	: 6144 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm
constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
bogomips	: 4666.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 38 bits physical, 48 bits virtual
power management:

$


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-05-13 14:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-13  8:01 timer interrupt handled by CPU0 only peansen ken
2009-05-13 10:27 qmh524
2009-05-13 13:25 ` Alexander Clouter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.