I'm wondering....
cpuinfo shows the cpu's labeled 0,1,3,4
top labels them 0,1,2,3
could this maybe be why cpu #2 shows nothing, because it doesn't exist? Cpu 2 never
changes, but the others do to some degree.
How can I max out the processors to test? To do this output I compiled a kernel with
make zImage MAKE="make -j4"
thanks,
zeit
-----Original Message-----
From: Mark Hahn [SMTP:[EMAIL PROTECTED]]
Sent: Monday, July 26, 1999 1:52 PM
To: zeit
Subject: Re: testing SMP
> I'm suspecting that my 3rd processor is dead or at least that's what top is showing.
that's _not_ what top is showing. unless you have four tasks of equal
priority, all runnable at once, you shouldnt' expect to see all four
processors busy at once. the mere fact that all four show up in cpuinfo
means that they're all perfectly live. as an added bonus, they're all
the same stepping, and reflect the same bogomips.
> 12:05pm up 13:21, 2 users, load average: 0.03, 0.02, 0.00
> 50 processes: 46 sleeping, 4 running, 0 zombie, 0 stopped
> CPU states: 204.9% user, 54.7% system, 0.0% nice, 140.9% idle
> CPU0 states: 80.0% user, 16.1% system, 0.0% nice, 2.0% idle
> CPU1 states: 73.0% user, 26.0% system, 0.0% nice, 0.0% idle
> CPU2 states: 0.0% user, 0.0% system, 0.0% nice, 100.0% idle
> CPU3 states: 100.0% user, 0.0% system, 0.0% nice, 0.0% idle
you're using about half the machine. find more work! ;)
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]