• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Dual processors..!

M

media@

Guest
Hello,
If i have dedicated server with Plesk installed, how do i know my machine has dual Xeon processor?

My panel only show this:

CPU GenuineIntel, Intel(R) Xeon(TM) CPU 3.20GHz
Version psa v7.5.3_build75050607.13 os_FedoraCore 2
OS Linux 2.6.10-1.771_FC2smp
Key number PLSK.
System Uptime: 3 day(s) 22:41


Or how can i check that they really give me dual xeon machine?

Thank you for your answer
 
SSH into the server, type:
cat /proc/cpuinfo
or
top

You should see 2 (or 4 if hyperthreading is enabled in the bios) CPU's
 
you are running a smp kernel ( Linux 2.6.10-1.771_FC2smp) so you probably have more processors
 
Originally posted by eilko
you are running a smp kernel ( Linux 2.6.10-1.771_FC2smp) so you probably have more processors
Not necessarily. IIRC releases of RH/FC automatically seclect the smp kernel for HT capable procs. So his machine could still only have one physical CPU but run the smp kernel.
 
in that case he will also see two procs when he has only one HT-enabled proc. So the only way to be sure is to check the bios?
 
If you have xeons with hyperthreading each cpu will show as two cpu's. the first cpu will be 0 and 1. the second cpu will be 2 and 3 and so forth.

in ssh.

If you do a "less /proc/cpuinfo" your going to see 4 cpu's if you have dual xeons with ht.

if you run the command "top" it will show your cpu's also and their current usage.

/proc/cpuinfo is more informative because it gives you the type and speed of each proc. In the case if you have hyperthreading, then your going to want to know the type. When i first got my dual xeon dedicated server i thought i actually had quad xeons by mistake :D
 
Back
Top