• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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