Skip to main content

Processor being displayed incorrectly

Comments

12 comments

  • Infopro
    Thanks by your help to clarify this doubts.

    This is more of a question for your Host providing the hardware don't you think? :)
    0
  • rpvw
    Probably not directly related to cPanel You would possibly get better advice from a specialist forum that deals with benchmarking. I wonder if the new server has the Spectre/Meltdown microcodes applied that are reported to slow the processor speed down ? And you might be interested in the full spec for the X3440 that can be found
    0
  • vacancy
    There is a problem with the test program you are using. X3440 3 times better processor. (multi core power) What kind of disk is used on your old and new server?
    0
  • 000
    This is more of a question for your Host providing the hardware don't you think? :)

    no, I think maybe this old procesor can do tested with some commands... By this I write here, no in "support - company"
    0
  • LucasRolff
    The script you're using is possibly doing a test on a single core, and because the frequency of your CPU is 2.53Ghz on the new one and 2.80Ghz on the old one, you'll end up with slower single core performance. snaps.trollcdn.com/LZPPo8A8CKhfNw1ACZjCLpEeACsf8eBjBHgLFQJc2e.png
    0
  • 000
    I wonder if the new server has the Spectre/Meltdown microcodes applied that are reported to slow the processor speed down ?

    thanks. "what command show this info? ( I unknow all about this )
    0
  • 000
    What kind of disk is used on your old and new server?

    thanks. Here info: NEW server: 55065 OLD server: 55069 but becouse "My_Script_test_speed.php" run only in RAM (memory), I believe this no is important, what do you think?
    0
  • 000
    The script you're using is possibly doing a test on a single core...

    thanks, excellent point!. That makes sense to me, how I can confirm that? when the 8 cores is useds? I can force some config to all time the 8 cores is useds? "My_Script_test_speed.php" samplely run: [PHP] $k = 100000000; $tiempo_inicio = microtime(true); for($i = 0; $i < $k; $i ++); $tiempo = microtime(true) - $tiempo_inicio; echo ceil($tiempo); [/PHP] in this time OLD server: 2.22271609306 in this time NEW server: 2.8849511146545 sunday 08:30 ( time USA ) = little requests, little trafic remember NEW server = CentOs 7 + cPanel + 0 webs OLD server = CentOs 6 + cPanel + TomCat + 80 webs thanks by your help with this...
    0
  • LucasRolff
    Apparently I have to attach images, and can't use the "Image" button in the forum :-) oh well, so my previous image is attached to this post.
    thanks, excellent point!. That makes sense to me, how I can confirm that? when the 8 cores is useds? I can force some config to all time the 8 cores is useds? "My_Script_test_speed.php" samplely run: [PHP] $k = 100000000; $tiempo_inicio = microtime(true); for($i = 0; $i < $k; $i ++); $tiempo = microtime(true) - $tiempo_inicio; echo ceil($tiempo); [/PHP]

    You're running a PHP script, which is single threaded. If you want to benchmark 8 cores, run the script in parallel using for example
    0
  • cPanelLauren
    Hi @000 I do agree with the suggestions provided here, please let us know if the advice provided helped you solve your issue if you have time
    0
  • 000
    Hi @000 let us know if the advice provided helped you...

    Oh sure! this info helpme to clearify mi "mental issue" :) I was mistake becouse my "My_Script_test_speed.php" is obsolet to test CPU, "My_Script_test_speed.php" only test ONE CORE each time... However, [2 core = 80 webs + TomCat] vs [8 core = 0 webs] and winner (over 1 CORE) is... {2 CORE with 80 webs!!!} My mind no can process this.... xD May be I need do: blog.programster.org/ubuntu16-04-cpu-benchmarking what do you think? is correct do this over a server cPanel? know you other [test-CPU-program]? regards
    0
  • cPanelLauren
    blog.programster.org/ubuntu16-04-cpu-benchmarking

    That looks to be for Ubuntu which cPanel doesn't run on.
    0

Please sign in to leave a comment.