Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How do you check single core speed/performance?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How do you check single core speed/performance?

Hi,
What is the best way to check single core speed/performance?

Regards.

Comments

  • labzelabze Member, Patron Provider

    YABS

    wget -qO- yabs.sh | bash

  • LeviLevi Member
    edited July 2023

    Typical thorough vps and node examination begins from 72 hours long random interval yabs testing. Just cron and hammer vps to the ground. This would shed some light on node overselling, limitations and even technical support.

    Next 72 hours there is randomized speed test events to check network and how consistent it is.

    For both tasks yabs is sufficient and 144 hours of testing is enough to determine if your 2.99 is well spent.

    Thanked by 2PineappleM emgh
  • Cinebench or Geekbench is the best way to check single core speed/performance.

    Thanked by 1ChaoscripT
  • PatriarchPatriarch Member
    edited July 2023

    wget -qO- bench.sh | bash
    wget -qO- yabs.sh | bash
    wget -qO- benchy.pw | sh

  • bruh21bruh21 Member, Host Rep

    just start mining crypto and see how much fat profits you make 🤑🤑🤑🤑🤑🤑

    Thanked by 1emgh
  • If you're going to use YABS for this, you can disable the disk and iperf tests:

    curl -sL yabs.sh | bash -s -- -fi

  • other than testing it, is there any online database for users to submit the results? so as to compare to other providers or set an estimate

  • febryanvaldofebryanvaldo Member
    edited July 2023

    Depends on the server or VPS specs,

    If it's ≤ 1 Core and 2GB RAM,
    then the best way is Geekbench 5 and Passmark PeformanceTest

    If it's ≥ 2 Core and 4GB RAM,
    then you could use Geekbench 5 - 6, Passmark PeformanceTest, Cinebench R20 - R23, UnixBench.

    Alternatively for more comprehensive testing, you could rely on Phoronix Test Suite (OpenBenchmarking). There are many tests you could choose there.

    Thanked by 1ChaoscripT
  • Of course if you have a particular application in mind, the best test is to load-test that process rather than using an artificial benchmark.

    If the code doesn't directly support limiting concurrency for a single-core test, use taskset (https://unix.stackexchange.com/questions/73/how-can-i-set-the-processor-affinity-of-a-process-on-linux ) or your OS's equivalent to constrain it to a specific core. For a web-called application with multiple requests (rather than testing a single long-running process) you may need some config jigger-pokery may be needed to force the web server to accept and bequeath core affinity.

  • @labze said:
    YABS

    wget -qO- yabs.sh | bash

    For now I will also rely on YABS solely

Sign In or Register to comment.