Learn about Centmin Mod LEMP Stack today
Register Now

AMD Ryzen 9 7950X3D Dedicated Server discussions

Discussion in 'Dedicated server hosting' started by eva2000, Nov 8, 2023.

  1. eva2000

    eva2000 Administrator Staff Member

    55,802
    12,272
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,858
    Local Time:
    12:06 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    @duderuud you have a beast of a dedicated server with AMD Ryzen 9 7950X3D https://community.centminmod.com/threads/post-your-130-00beta01-el9-install-times.24241/#post-97700

    So would you mind running some benchmarks? :) You don't have to if you don't want to. Just curious :)

    Some Centmin Mod Nginx HTTP/2 h2load benchmarks from https://github.com/centminmod/h2load-benchmarks as per https://community.centminmod.com/th...-00beta01-test-installation.24233/#post-97648

    Setup


    Code (Text):
    /usr/bin/nv -d domain.com -s y -u YOURFTPusername
    CNIP=$(curl -s https://geoip.centminmod.com/v4 | jq -r ".ip") && echo "$CNIP domain.com" >> /etc/hosts
    cat /etc/hosts
    curl -Ik https://domain.com
    cd /home; git clone https://github.com/centminmod/h2load-benchmarks


    Then HTTP/2 h2load benchmark run

    with 1 thread -t1
    Code (Text):
    /home/h2load-benchmarks/h2load-bench.sh -t1 -c100 -n5000 -u https://domain.com | grep -oP '{.*}' | jq -r | tee -a /home/nginxh2loadbench-summary1.log
    

    with 2 thread -t2
    Code (Text):
    /home/h2load-benchmarks/h2load-bench.sh -t2 -c100 -n5000 -u https://domain.com | grep -oP '{.*}' | jq -r | tee -a /home/nginxh2loadbench-summary2.log
    

    with 4 thread -t4
    Code (Text):
    /home/h2load-benchmarks/h2load-bench.sh -t4 -c100 -n5000 -u https://domain.com | grep -oP '{.*}' | jq -r | tee -a /home/nginxh2loadbench-summary4.log
    

    with 8 thread -t8
    Code (Text):
    /home/h2load-benchmarks/h2load-bench.sh -t8 -c100 -n5000 -u https://domain.com | grep -oP '{.*}' | jq -r | tee -a /home/nginxh2loadbench-summary8.log
    

    with 16 thread -t16
    Code (Text):
    /home/h2load-benchmarks/h2load-bench.sh -t16 -c100 -n5000 -u https://domain.com | grep -oP '{.*}' | jq -r | tee -a /home/nginxh2loadbench-summary16.log
    

    with 24 thread -t24
    Code (Text):
    /home/h2load-benchmarks/h2load-bench.sh -t24 -c100 -n5000 -u https://domain.com | grep -oP '{.*}' | jq -r | tee -a /home/nginxh2loadbench-summary24.log
    

    with 32 thread -t32
    Code (Text):
    /home/h2load-benchmarks/h2load-bench.sh -t32 -c100 -n5000 -u https://domain.com | grep -oP '{.*}' | jq -r | tee -a /home/nginxh2loadbench-summary32.log
    


    Then sysbench benchmarks setup

    Code (Text):
    mkdir -p /root/tools/sysbench
    cd /root/tools/sysbench
    wget -O /root/tools/sysbench/sysbench.sh https://github.com/centminmod/centminmod-sysbench/raw/master/sysbench.sh
    chmod +x sysbench.sh
    ./sysbench.sh install
    

    Run benchmarks
    Code (Text):
    ./sysbench.sh cpu
    

    Code (Text):
    ./sysbench.sh mem
    

    Code (Text):
    ./sysbench.sh file
    

    Code (Text):
    ./sysbench.sh file-16k
    

    Code (Text):
    ./sysbench.sh file-64k
    

    Code (Text):
    ./sysbench.sh file-512k
    

    Code (Text):
    ./sysbench.sh file-1m
    

    Code (Text):
    ./sysbench.sh mysqloltpnew
    
     
  2. duderuud

    duderuud Premium Member Premium Member

    269
    88
    28
    Dec 5, 2020
    The Netherlands
    Ratings:
    +189
    Local Time:
    4:06 AM
    1.27 x
    10.6
    See attachment. Not a 100% sure the h2load benchmarks are correct though.
     

    Attached Files:

  3. eva2000

    eva2000 Administrator Staff Member

    55,802
    12,272
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,858
    Local Time:
    12:06 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Cheers. Those Nginx HTTP/2 HTTPS h2load benchmarks look right to me, though higher numbers in terms of requests/s

    upload_2023-11-8_6-3-14.png

    upload_2023-11-8_6-8-30.png

    upload_2023-11-8_6-9-13.png

    upload_2023-11-8_6-49-50.png
     
  4. rdan

    rdan Well-Known Member

    5,451
    1,412
    113
    May 25, 2014
    Ratings:
    +2,206
    Local Time:
    10:06 AM
    Mainline
    10.2
    Does it have 100% uptime?
    Like Xeon servers.

    I tried some of the older AMD Ryzen servers from Hetzner auctions (AMD Ryzen 9 5950X), and after 40+ days of running it just hangs up for unknown reasons (I cannot find some reasons on the logs).

    I also suspect it could be because I'm using HWE kernels at that time.
     
  5. duderuud

    duderuud Premium Member Premium Member

    269
    88
    28
    Dec 5, 2020
    The Netherlands
    Ratings:
    +189
    Local Time:
    4:06 AM
    1.27 x
    10.6
    I have not experienced the hang ups...
     
  6. rdan

    rdan Well-Known Member

    5,451
    1,412
    113
    May 25, 2014
    Ratings:
    +2,206
    Local Time:
    10:06 AM
    Mainline
    10.2
    Maximum days its been up and online?
    I might try the same CPU config from Hetzner.

    Thank you.
     
  7. duderuud

    duderuud Premium Member Premium Member

    269
    88
    28
    Dec 5, 2020
    The Netherlands
    Ratings:
    +189
    Local Time:
    4:06 AM
    1.27 x
    10.6
    No idea really but 30+ days was no issue at all. I regularly reboot servers after significant updates.
     
  8. Wormonow

    Wormonow New Member

    2
    0
    1
    Oct 24, 2024
    Ratings:
    +0
    Local Time:
    5:06 AM
    I've been looking into servers like this one, too, and while they offer some solid performance, especially for benchmarks, it's worth checking out options that are more geared toward streaming and high-demand applications.