Multiple CPUs on System info Page

California

Verified User
Joined
Aug 19, 2004
Messages
48
I know the Debian 7 is in beta. Seems great so far.

Only glitch I have run across is all my cores show up separately on the system info page. So that's 8 separate "processors". It's only cosmetic.

Screen Shot 2013-09-25 at 6.01.12 PM.png
 
My guess (only a guess) is that DirectAdmin is using the output of:
Code:
cat /proc/cpuinfo
[
So check the output of that command from your shell and see if that's what you get.

Jeff
 
So if DirectAdmin simply does the cat, you're stuck, unless they'll write a program to do it themselves, and somehow merge everything.

Jeff
 
Back
Top