Package: procps
Version: 1:2.0
Severity: normal
Hello Craig,
I am running a unstable debian on parisc platform with a development linux
kernel 2.6.11-rc2-pa3 :-)
And I noticed this top pb:
Tasks: 79 total, 2 running, 77 sleeping, 0 stopped, 0 zombie
Cpu(s): 1.9% us, 0.0% sy, 0.0% ni, 0.0% id, 0.0% wa, 98.1% hi, 0.0%
si
Mem: 124316k total, 66420k used, 57896k free, 5308k buffers
Swap: 127928k total, 0k used, 127928k free, 32612k cached
in place of much logical:
(kernel 2.6.10-pa6)
[...]
Cpu(s): 1.3% us, 1.3% sy, 0.0% ni, 96.4% id, 1.0% wa, 0.0% hi, 0.0%
si
[...]
since kernel 2.6.10-pa7 when:
"
CVSROOT: /var/cvs
Module name: linux-2.6
Changes by: willy at cvs.parisc-linux.org 2005-01-08 21:00:19
Modified files:
. : Makefile
Log message:
2.6.10-pa7:
Switch to generic IRQ code
[...]"
I so tried to use curent kernel headers:
/usr/include/linux -> /usr/src/linux/innclude/linux
/usr/include/asm -> /usr/src/linux/innclude/asm
(after the kernel build)
But it doesn't help at all :(
What did I missed? Any idea?
Thanks in advance for help,
Joel
PS: btw how may I localy change this line
"Cpu(s): 1.3% us, 1.3% sy, 0.0% ni, 96.4% id, 1.0% wa, 0.0% hi, 0.0%
si"
by something like:
Cpu states:
CPU USER NICE SYS IDLE ...
0 8.7% 0.0% 5.2% 86.1% ...