Welcome to Centmin Mod Community
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

    50,921
    11,805
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,263
    Local Time:
    4:57 PM
    Nginx 1.25.x
    MariaDB 10.x
    @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 Active Member

    176
    60
    28
    Dec 5, 2020
    The Netherlands
    Ratings:
    +132
    Local Time:
    7:57 AM
    1.25 x
    10.6
    See attachment. Not a 100% sure the h2load benchmarks are correct though.
     

    Attached Files:

  3. eva2000

    eva2000 Administrator Staff Member

    50,921
    11,805
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,263
    Local Time:
    4:57 PM
    Nginx 1.25.x
    MariaDB 10.x
    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