Post some YABS bench here

17778808283118

Comments

  • @ralf said:

    @chimichurri said:
    Hosthatch BF2022 2TB Amsterdam, 110 dollars every 3 years
    ...
    @dosai Big thanks for the tip! Just like you said, network is fast, my man ;)

    I clearly wasn't paying enough attention to everything that was going on! I thought the Polar Bear was the best value 2TB backup option!

    Indeed, I'd missed noticing it too. Unfortunately now gone; maybe back at New Years?

    I have an older deal

    $84/y

    2 CPU core
    2.5 TB storage
    2.5 GB RAM
    6 TB bandwidth

    This new deal would have been saving me nearly $50 a year 👀🤦

    1 CPU core
    2 TB storage
    1 GB RAM
    10 TB bandwidth
    $50 per year
    $110 per 3 years (doubled RAM and bandwidth for three year payments)

  • edited November 2022

    @ralf @tarasis You may still be able to get it (quote from OGF HH BF thread)

    Since we're getting tickets about this already....the order page will be available for one hour, at 16:00 CET on 1st December.

    After 17:00 CET, it will not be possible to order these.

    Thanked by (4)Falzo tarasis ralf gemini86

    Contribute your idling VPS/dedi (link), Android (link) or iOS (link) devices to medical research

  • nice testing and writeup!

    What's interesting about this is that the small 4k IO performance is awful in the VM, about 1/4 speed. But, what I didn't expect is that the blocks that are page size and up are somewhat quicker on the VM. I'm not sure why this is, but maybe the readbacks are more likely to end up in RAM cache.

    depending on how you deploy your VMs and especially if you're using qcow2 images, it might be worth it to play around with preallocation and the cluster_size. I usually set the latter to something like 512k or 1M which can help quite a bit with IO.
    though this all is much more noticable on spinning rust setups compared to ssd/nvme nowadays.

    Thanked by (1)ralf
  • AWS lighstail, 5$ p.m., last benchmark before final shutdown after rockstable 3+ years of uptime

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-11-22                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Wed Nov 30 18:38:33 CET 2022
    
    Basic System Information:
    ---------------------------------
    Uptime     : 1192 days, 12 hours, 0 minutes
    Processor  : Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz
    CPU cores  : 1 @ 2400.135 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ❌ Disabled
    RAM        : 994.6 MiB
    Swap       : 1024.0 MiB
    Disk       : 39.3 GiB
    Distro     : Debian GNU/Linux 9 (stretch)
    Kernel     : 4.9.0-9-amd64
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 6.33 MB/s     (1.5k) | 64.56 MB/s    (1.0k)
    Write      | 6.29 MB/s     (1.5k) | 63.88 MB/s     (998)
    Total      | 12.63 MB/s    (3.1k) | 128.45 MB/s   (2.0k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 63.46 MB/s     (123) | 63.53 MB/s      (62)
    Write      | 63.53 MB/s     (124) | 62.99 MB/s      (61)
    Total      | 127.00 MB/s    (247) | 126.52 MB/s    (123)
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 675                           
    Multi Core      | 681                           
    Full Test       | https://browser.geekbench.com/v5/cpu/18989805
    
  • Not_OlesNot_Oles Hosting ProviderContent Writer

    @ralf said: Host first:

    >Geekbench 5 Benchmark Test:

    Test | Value
    |
    Single Core | 1441
    Multi Core | 7982
    Full Test | https://browser.geekbench.com/v5/cpu/18922424
    and now the VM:

    >Geekbench 5 Benchmark Test:

    Test | Value
    |
    Single Core | 1436
    Multi Core | 7633
    Full Test | https://browser.geekbench.com/v5/cpu/18967843

    Hi @ralf!

    Thanks for posting this. Very interesting!

    What jumped out at me was the tiny 5 point difference between the single core Geekbench 5 scores, 1441 for the Host and 1436 for the VM. I would have expected the difference to be between 50 and 150. How do you have such a low virtualization penalty?

    @Mason said: Hey @ralf - just wanted to say this was a very awesome and interesting read! Thanks for taking the time to test out the host vs a host-sized VM and compare the two results! If I'm not mistaken, I believe @Not_Oles has done some lengthy experiments testing YABS VM performance vs host performance as well in the past and had similar findings.

    Hi @Mason!

    Thanks for your kind words! In case anybody is interested, here are links to previous posts about the difference between host and VM performance:

    When running qemu on Hetzner AX101, how much difference does -cpu host and -enable-kvm make?

    results with qemu's default processor (as in the first test, above) but now flying the -enable-kvm flag

    Here is a link to your previous comment:

    This is why I always request for CPU passthrough

    Best wishes from the desert! 🏜️

    Thanked by (2)AuroraZero Mason

    I hope everyone gets the servers they want!

  • edited December 2022

    @Not_Oles said: What jumped out at me was the tiny 5 point difference between the single core Geekbench 5 scores, 1441 for the Host and 1436 for the VM. I would have expected the difference to be between 50 and 150. How do you have such a low virtualization penalty?

    I'll try another yabs run again when I get some free time, but I wonder if you'd lost performance because you'd not added the necessary things to the grub command line.

    In /etc/default/grub find GRUB_CMDLINE_LINUX and add iommu=pt intel_iommu=on

    WARNING: I think this should be iommu=pt amd_iommu=on for AMD, but I've not tried it.

    Oh, and the other thing... I've used isolcpus=1,2,....,7,9,10,...,15 so that linux can only schedule on cores 0 and 8 (the same physical core). Then in my vcpupin, I explicitly bound vcpu 0 to 1, vcpu 1 to 2, etc... This means that the core will be completely idle except for the VM process. If you don't do that, it could up end up competing with all the normal kernel things on the host. Remember that the linux scheduler will always try to put tasks on the lowest numbered cores it can.

    Thanked by (1)Not_Oles
  • Not_OlesNot_Oles Hosting ProviderContent Writer

    @ralf said:

    @Not_Oles said: What jumped out at me was the tiny 5 point difference between the single core Geekbench 5 scores, 1441 for the Host and 1436 for the VM. I would have expected the difference to be between 50 and 150. How do you have such a low virtualization penalty?

    I'll try another yabs run again when I get some free time, but I wonder if you'd lost performance because you'd not added the necessary things to the grub command line.

    In /etc/default/grub find GRUB_CMDLINE_LINUX and add iommu=pt intel_iommu=on

    WARNING: I think this should be iommu=pt amd_iommu=on for AMD, but I've not tried it.

    Oh, and the other thing... I've used isolcpus=1,2,....,7,9,10,...,15 so that linux can only schedule on cores 0 and 8 (the same physical core). Then in my vcpupin, I explicitly bound vcpu 0 to 1, vcpu 1 to 2, etc... This means that the core will be completely idle except for the VM process. If you don't do that, it could up end up competing with all the normal kernel things on the host. Remember that the linux scheduler will always try to put tasks on the lowest numbered cores it can.

    Thanks for your 🌟 suggestions! 🌟 I will study up, try some stuff, and post something. Thanks again!

    I hope everyone gets the servers they want!

  • edited December 2022

    Amsterdam - KVM Memory VPS - KVM Beta High
    Prior to transfer to @iaecm - https://lowendspirit.com/discussion/4983/post-bf-buyers-remorse-tuesday-vps-giveaway

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-11-22                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Thu Dec  1 10:38:01 UTC 2022
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 3 minutes
    Processor  : AMD EPYC Processor
    CPU cores  : 8 @ 3393.624 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ❌ Disabled
    RAM        : 30.6 GiB
    Swap       : 0.0 KiB
    Disk       : 228.3 GiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 5.10.0-17-amd64
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 82.26 MB/s   (20.5k) | 1.22 GB/s    (19.1k)
    Write      | 82.48 MB/s   (20.6k) | 1.23 GB/s    (19.2k)
    Total      | 164.74 MB/s  (41.1k) | 2.45 GB/s    (38.3k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 1.28 GB/s     (2.5k) | 1.72 GB/s     (1.6k)
    Write      | 1.35 GB/s     (2.6k) | 1.84 GB/s     (1.7k)
    Total      | 2.63 GB/s     (5.1k) | 3.56 GB/s     (3.4k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 868 Mbits/sec   | 685 Mbits/sec   | 16.4 ms
    Scaleway        | Paris, FR (10G)           | 852 Mbits/sec   | 795 Mbits/sec   | 21.8 ms
    NovoServe       | North Holland, NL (40G)   | 873 Mbits/sec   | 869 Mbits/sec   | 12.3 ms
    Uztelecom       | Tashkent, UZ (10G)        | 705 Mbits/sec   | 409 Mbits/sec   | 94.4 ms
    Clouvider       | NYC, NY, US (10G)         | 754 Mbits/sec   | 291 Mbits/sec   | 84.1 ms
    Clouvider       | Dallas, TX, US (10G)      | 444 Mbits/sec   | 162 Mbits/sec   | 121 ms
    Clouvider       | Los Angeles, CA, US (10G) | 444 Mbits/sec   | 131 Mbits/sec   | 140 ms
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 1038
    Multi Core      | 4494
    Full Test       | https://browser.geekbench.com/v5/cpu/19005655
    

    EDIT: realised that this was after a fresh re-install, so the net speeds might be slightly lower than they should as I didn't change the MTU.

    Thanked by (3)cybertech tarasis Advin
  • Naranjatech: 1 CPU, 1GB RAM and 16GB NVMe 11,50 €/year

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-11-22                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    Wed 30 Nov 2022 08:53:05 PM +07
    Basic System Information:
    ---------------------------------
    Uptime     : 1 days, 10 hours, 40 minutes
    Processor  : AMD EPYC 7452 32-Core Processor
    CPU cores  : 1 @ 2349.992 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ❌  Disabled
    RAM        : 976.8 MiB
    Swap       : 256.0 MiB
    Disk       : 15.7 GiB
    Distro     : Ubuntu 20.04.5 LTS
    Kernel     : 5.4.0-132-generic
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 235.74 MB/s  (58.9k) | 2.59 GB/s    (40.5k)
    Write      | 236.37 MB/s  (59.0k) | 2.61 GB/s    (40.8k)
    Total      | 472.11 MB/s (118.0k) | 5.21 GB/s    (81.4k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 5.29 GB/s    (10.3k) | 5.03 GB/s     (4.9k)
    Write      | 5.57 GB/s    (10.8k) | 5.37 GB/s     (5.2k)
    Total      | 10.86 GB/s   (21.2k) | 10.40 GB/s   (10.1k)
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 667 Mbits/sec   | 457 Mbits/sec   | 7.89 ms
    Scaleway        | Paris, FR (10G)           | busy            | busy            | 11.3 ms
    Clouvider       | NYC, NY, US (10G)         | 579 Mbits/sec   | 180 Mbits/sec   | 88.8 ms
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 565 Mbits/sec   | 370 Mbits/sec   | 7.87 ms
    Scaleway        | Paris, FR (10G)           | 646 Mbits/sec   | 404 Mbits/sec   | 23.8 ms
    Clouvider       | NYC, NY, US (10G)         | 642 Mbits/sec   | 169 Mbits/sec   | 75.2 ms
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 852
    Multi Core      | 851
    Full Test       | https://browser.geekbench.com/v5/cpu/18985326
    

    MaxKVM ADX-2 Singapore: Monthly: $2.90

    1x vCPU (EPYC 7702p, dedicated)
    2GB RAM (ECC DDR4)
    60GB SSD (PCIe4 NVMe SSD)
    2TB Transfer (Inbound + Outbound, monthly)
    10Gbps+ Port Speed (Dual 40G uplink)

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-11-22                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Tue 29 Nov 2022 01:15:17 PM UTC
    
    Basic System Information:
    ---------------------------------
    Uptime     : 3 days, 11 hours, 48 minutes
    Processor  : AMD EPYC 7702P 64-Core Processor
    CPU cores  : 1 @ 1999.999 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 1.9 GiB
    Swap       : 1024.0 MiB
    Disk       : 58.0 GiB
    Distro     : Ubuntu 20.04.5 LTS
    Kernel     : 5.4.0-132-generic
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 238.43 MB/s  (59.6k) | 1.65 GB/s    (25.8k)
    Write      | 239.06 MB/s  (59.7k) | 1.66 GB/s    (26.0k)
    Total      | 477.49 MB/s (119.3k) | 3.32 GB/s    (51.9k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 1.87 GB/s     (3.6k) | 2.09 GB/s     (2.0k)
    Write      | 1.97 GB/s     (3.8k) | 2.23 GB/s     (2.1k)
    Total      | 3.85 GB/s     (7.5k) | 4.32 GB/s     (4.2k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 705 Mbits/sec   | 1.09 Gbits/sec  | 227 ms
    Scaleway        | Paris, FR (10G)           | 1.44 Gbits/sec  | 1.16 Gbits/sec  | 157 ms
    Clouvider       | NYC, NY, US (10G)         | 353 Mbits/sec   | 708 Mbits/sec   | 247 ms
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 657 Mbits/sec   | 353 Mbits/sec   | 228 ms
    Scaleway        | Paris, FR (10G)           | 1.44 Gbits/sec  | 1.19 Gbits/sec  | 150 ms
    Clouvider       | NYC, NY, US (10G)         | 595 Mbits/sec   | 686 Mbits/sec   | 247 ms
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 890
    Multi Core      | 858
    Full Test       | https://browser.geekbench.com/v5/cpu/18961365
    
    Thanked by (3)cybertech nick_ tarasis

    https://dttech.net - Personal Site.

  • Server Factory - Ryzen S (2 dedicated vCores)
    Prior to transfer to @contactwajeeh - https://lowendspirit.com/discussion/4983/post-bf-buyers-remorse-tuesday-vps-giveaway

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-11-22                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Thu 01 Dec 2022 02:32:57 PM CET
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 1 minutes
    Processor  : AMD Ryzen 9 5950X 16-Core Processor
    CPU cores  : 2 @ 3393.624 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 7.8 GiB
    Swap       : 0.0 KiB
    Disk       : 98.3 GiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 5.10.0-19-amd64
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 81.18 MB/s   (20.2k) | 936.27 MB/s  (14.6k)
    Write      | 81.39 MB/s   (20.3k) | 941.20 MB/s  (14.7k)
    Total      | 162.57 MB/s  (40.6k) | 1.87 GB/s    (29.3k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 1.97 GB/s     (3.8k) | 2.12 GB/s     (2.0k)
    Write      | 2.08 GB/s     (4.0k) | 2.26 GB/s     (2.2k)
    Total      | 4.06 GB/s     (7.9k) | 4.38 GB/s     (4.2k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 1.04 Gbits/sec  | 999 Mbits/sec   | 6.62 ms        
    Scaleway        | Paris, FR (10G)           | 1.02 Gbits/sec  | 999 Mbits/sec   | 11.1 ms        
    NovoServe       | North Holland, NL (40G)   | 1.04 Gbits/sec  | 1.00 Gbits/sec  | 7.99 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 337 Mbits/sec   | 932 Mbits/sec   | 90.8 ms        
    Clouvider       | NYC, NY, US (10G)         | 296 Mbits/sec   | 950 Mbits/sec   | 74.8 ms        
    Clouvider       | Dallas, TX, US (10G)      | 257 Mbits/sec   | 774 Mbits/sec   | 123 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 318 Mbits/sec   | busy            | 144 ms         
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 1.04 Gbits/sec  | 987 Mbits/sec   | 6.61 ms        
    Scaleway        | Paris, FR (10G)           | 1.02 Gbits/sec  | 986 Mbits/sec   | 10.8 ms        
    NovoServe       | North Holland, NL (40G)   | 1.04 Gbits/sec  | 988 Mbits/sec   | 7.97 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 378 Mbits/sec   | 904 Mbits/sec   | 90.7 ms        
    Clouvider       | NYC, NY, US (10G)         | 288 Mbits/sec   | 941 Mbits/sec   | 74.7 ms        
    Clouvider       | Dallas, TX, US (10G)      | 185 Mbits/sec   | 874 Mbits/sec   | 123 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 255 Mbits/sec   | 775 Mbits/sec   | 144 ms         
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 1731                          
    Multi Core      | 1691                          
    Full Test       | https://browser.geekbench.com/v5/cpu/19008902
    

    I'm a bit sad to let this one go, it's been great!

  • HostCram KVM-3C - $21 Quarterly (same as BF, but slightly higher price and bigger drive)
    Prior to transfer to @webkesh - https://lowendspirit.com/discussion/4983/post-bf-buyers-remorse-tuesday-vps-giveaway

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-11-22                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Thu 01 Dec 2022 11:21:07 AM EST
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 1 minutes
    Processor  : 11th Gen Intel(R) Core(TM) i9-11900K @ 3.50GHz
    CPU cores  : 3 @ 3504.000 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 2.9 GiB
    Swap       : 0.0 KiB
    Disk       : 68.8 GiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 5.10.0-19-amd64
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 584.53 MB/s (146.1k) | 611.95 MB/s   (9.5k)
    Write      | 586.07 MB/s (146.5k) | 615.17 MB/s   (9.6k)
    Total      | 1.17 GB/s   (292.6k) | 1.22 GB/s    (19.1k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 1.07 GB/s     (2.0k) | 1.15 GB/s     (1.1k)
    Write      | 1.13 GB/s     (2.2k) | 1.23 GB/s     (1.2k)
    Total      | 2.20 GB/s     (4.3k) | 2.38 GB/s     (2.3k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 798 Mbits/sec   | 108 Mbits/sec   | 109 ms         
    Scaleway        | Paris, FR (10G)           | busy            | busy            | 110 ms         
    NovoServe       | North Holland, NL (40G)   | 801 Mbits/sec   | 647 Mbits/sec   | 114 ms         
    Uztelecom       | Tashkent, UZ (10G)        | 704 Mbits/sec   | 148 Mbits/sec   | 191 ms         
    Clouvider       | NYC, NY, US (10G)         | 829 Mbits/sec   | 350 Mbits/sec   | 39.7 ms        
    Clouvider       | Dallas, TX, US (10G)      | 859 Mbits/sec   | 941 Mbits/sec   | 1.93 ms        
    Clouvider       | Los Angeles, CA, US (10G) | 836 Mbits/sec   | 411 Mbits/sec   | 32.0 ms        
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 1794                          
    Multi Core      | 4544                          
    Full Test       | https://browser.geekbench.com/v5/cpu/19012317
    

    Another fine VPS, amazing performance for the price.

  • Old HH year end deal 2 vCPU, 2GB Ram, 2.5TB disk, 6TB BW $84/y

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-11-22                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Sat 26 Nov 17:45:37 CET 2022
    
    Basic System Information:
    ---------------------------------
    Uptime     : 9 days, 24 hours, 0 minutes
    Processor  : Intel(R) Xeon(R) CPU E5-2690 v2 @ 3.00GHz
    CPU cores  : 2 @ 2999.998 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ❌ Disabled
    RAM        : 2.4 GiB
    Swap       : 2.0 GiB
    Disk       : 2.4 TiB
    Distro     : Arch Linux
    Kernel     : 6.0.7-arch1-1
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 12.39 MB/s    (3.0k) | 165.16 MB/s   (2.5k)
    Write      | 12.40 MB/s    (3.1k) | 166.03 MB/s   (2.5k)
    Total      | 24.79 MB/s    (6.1k) | 331.19 MB/s   (5.1k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 450.17 MB/s    (879) | 524.84 MB/s    (512)
    Write      | 474.09 MB/s    (925) | 559.79 MB/s    (546)
    Total      | 924.26 MB/s   (1.8k) | 1.08 GB/s     (1.0k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | busy            | 328 Mbits/sec   | 6.86 ms
    Scaleway        | Paris, FR (10G)           | 1.87 Gbits/sec  | 493 Mbits/sec   | 11.0 ms
    NovoServe       | North Holland, NL (40G)   | 8.59 Gbits/sec  | 6.49 Gbits/sec  | 0.741 ms
    Uztelecom       | Tashkent, UZ (10G)        | 911 Mbits/sec   | 109 Mbits/sec   | 84.7 ms
    Clouvider       | NYC, NY, US (10G)         | 656 Mbits/sec   | 1.92 Gbits/sec  | 74.1 ms
    Clouvider       | Dallas, TX, US (10G)      | 612 Mbits/sec   | 1.28 Gbits/sec  | 113 ms
    Clouvider       | Los Angeles, CA, US (10G) | 480 Mbits/sec   | 680 Mbits/sec   | 131 ms
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 3.07 Gbits/sec  | 2.31 Gbits/sec  | 6.99 ms
    Scaleway        | Paris, FR (10G)           | 2.52 Gbits/sec  | 5.73 Gbits/sec  | 10.9 ms
    NovoServe       | North Holland, NL (40G)   | 10.9 Gbits/sec  | 15.7 Gbits/sec  | 0.788 ms
    Uztelecom       | Tashkent, UZ (10G)        | 333 Mbits/sec   | 1.44 Gbits/sec  | 84.3 ms
    Clouvider       | NYC, NY, US (10G)         | 740 Mbits/sec   | 2.35 Gbits/sec  | 74.1 ms
    Clouvider       | Dallas, TX, US (10G)      | 738 Mbits/sec   | 1.11 Gbits/sec  | 111 ms
    Clouvider       | Los Angeles, CA, US (10G) | 717 Mbits/sec   | 1.06 Gbits/sec  | 131 ms
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 726
    Multi Core      | 1401
    Full Test       | https://browser.geekbench.com/v5/cpu/18897225![](https://lowendspirit.com/uploads/editor/j0/mn5nc3blxwq1.png "")
    
    

    New HH BF 2TB, $110/3y. 1vCPU, 2GB Ram, 2TB disk, 20TB

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-11-22                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Thu Dec  1 21:21:37 UTC 2022
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 23 minutes
    Processor  : AMD EPYC 7551P 32-Core Processor
    CPU cores  : 1 @ 1999.973 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 1.9 GiB
    Swap       : 2.0 GiB
    Disk       : 1.8 TiB
    Distro     : Ubuntu 22.04.1 LTS
    Kernel     : 5.15.0-46-generic
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 4.50 MB/s     (1.1k) | 57.98 MB/s     (906)
    Write      | 4.52 MB/s     (1.1k) | 58.43 MB/s     (912)
    Total      | 9.02 MB/s     (2.2k) | 116.42 MB/s   (1.8k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 172.46 MB/s    (336) | 239.70 MB/s    (234)
    Write      | 181.63 MB/s    (354) | 255.66 MB/s    (249)
    Total      | 354.09 MB/s    (690) | 495.37 MB/s    (483)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 3.12 Gbits/sec  | 3.95 Gbits/sec  | 7.32 ms        
    Scaleway        | Paris, FR (10G)           | 3.77 Gbits/sec  | 5.95 Gbits/sec  | 11.2 ms        
    NovoServe       | North Holland, NL (40G)   | 9.81 Gbits/sec  | 6.92 Gbits/sec  | 1.36 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 1.75 Gbits/sec  | 1.91 Gbits/sec  | 88.2 ms        
    Clouvider       | NYC, NY, US (10G)         | 1.35 Gbits/sec  | 1.90 Gbits/sec  | 75.1 ms        
    Clouvider       | Dallas, TX, US (10G)      | 891 Mbits/sec   | 1.11 Gbits/sec  | 113 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 777 Mbits/sec   | 955 Mbits/sec   | 130 ms         
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 4.14 Gbits/sec  | 3.85 Gbits/sec  | 7.11 ms        
    Scaleway        | Paris, FR (10G)           | busy            | busy            | 10.0 ms        
    NovoServe       | North Holland, NL (40G)   | 7.25 Gbits/sec  | 13.0 Gbits/sec  | 1.34 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 1.36 Gbits/sec  | 1.94 Gbits/sec  | 87.8 ms        
    Clouvider       | NYC, NY, US (10G)         | 1.07 Gbits/sec  | 2.42 Gbits/sec  | 75.0 ms        
    Clouvider       | Dallas, TX, US (10G)      | 1.14 Gbits/sec  | 1.54 Gbits/sec  | 113 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 781 Mbits/sec   | 927 Mbits/sec   | 129 ms         
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 632                           
    Multi Core      | 624                           
    Full Test       | https://browser.geekbench.com/v5/cpu/19017484![](https://lowendspirit.com/uploads/editor/1b/cp9feveqbuti.png "")
    
    

    Much better net connection, slower disk (although could be hit with others testing), and slower core but not by a lot. $84/y vs $36/y

  • edited December 2022

    Psychz Network (Copy from MJJ-loc)

    Notice the Disk IO

    Thanked by (1)chimichurri

    smartass shitposting satirist

  • HostHatch Sweden

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-11-22                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Fri 02 Dec 2022 06:41:59 PM UTC
    
    Basic System Information:
    ---------------------------------
    Uptime     : 1 days, 42 hours, 0 minutes
    Processor  : AMD EPYC 7443P 24-Core Processor
    CPU cores  : 2 @ 2844.654 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 4.8 GiB
    Swap       : 0.0 KiB
    Disk       : 27.9 GiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 5.10.0-9-amd64
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 90.40 MB/s   (22.6k) | 505.71 MB/s   (7.9k)
    Write      | 90.64 MB/s   (22.6k) | 508.37 MB/s   (7.9k)
    Total      | 181.04 MB/s  (45.2k) | 1.01 GB/s    (15.8k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 660.27 MB/s   (1.2k) | 621.61 MB/s    (607)
    Write      | 695.35 MB/s   (1.3k) | 663.01 MB/s    (647)
    Total      | 1.35 GB/s     (2.6k) | 1.28 GB/s     (1.2k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 2.29 Gbits/sec  | 3.24 Gbits/sec  | 27.5 ms
    Scaleway        | Paris, FR (10G)           | 2.97 Gbits/sec  | 3.69 Gbits/sec  | 32.4 ms
    NovoServe       | North Holland, NL (40G)   | 2.40 Gbits/sec  | busy            | 23.0 ms
    Uztelecom       | Tashkent, UZ (10G)        | busy            | busy            | 80.3 ms
    Clouvider       | NYC, NY, US (10G)         | 617 Mbits/sec   | 1.23 Gbits/sec  | 92.2 ms
    Clouvider       | Dallas, TX, US (10G)      | 900 Mbits/sec   | 1.15 Gbits/sec  | 127 ms
    Clouvider       | Los Angeles, CA, US (10G) | 747 Mbits/sec   | busy            | 152 ms
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 2.26 Gbits/sec  | 3.83 Gbits/sec  | 28.0 ms
    Scaleway        | Paris, FR (10G)           | 2.26 Gbits/sec  | 2.80 Gbits/sec  | 28.7 ms
    NovoServe       | North Holland, NL (40G)   | 2.87 Gbits/sec  | 8.09 Gbits/sec  | 22.9 ms
    Uztelecom       | Tashkent, UZ (10G)        | 967 Mbits/sec   | 1.82 Gbits/sec  | 80.1 ms
    Clouvider       | NYC, NY, US (10G)         | 779 Mbits/sec   | 1.01 Gbits/sec  | 92.0 ms
    Clouvider       | Dallas, TX, US (10G)      | 599 Mbits/sec   | 1.11 Gbits/sec  | 127 ms
    Clouvider       | Los Angeles, CA, US (10G) | 609 Mbits/sec   | 966 Mbits/sec   | 150 ms
    
    Geekbench 4 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 5109
    Multi Core      | 8462
    Full Test       | https://browser.geekbench.com/v4/cpu/16677696
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 1081
    Multi Core      | 2133
    Full Test       | https://browser.geekbench.com/v5/cpu/19038489
    
    Thanked by (2)cybertech chimichurri
  • Not_OlesNot_Oles Hosting ProviderContent Writer

    @ralf said: In /etc/default/grub find GRUB_CMDLINE_LINUX and add iommu=pt intel_iommu=on

    WARNING: I think this should be iommu=pt amd_iommu=on for AMD, but I've not tried it.

    Oh, and the other thing... I've used isolcpus=1,2,....,7,9,10,...,15 so that linux can only schedule on cores 0 and 8 (the same physical core). Then in my vcpupin, I explicitly bound vcpu 0 to 1, vcpu 1 to 2, etc... This means that the core will be completely idle except for the VM process. If you don't do that, it could up end up competing with all the normal kernel things on the host. Remember that the linux scheduler will always try to put tasks on the lowest numbered cores it can.

    Hi @ralf!

    The iommu/VT-d already might be enabled on Darkstar because I can see:

    root@darkstar:~# dmesg | grep DMAR
    [    0.011242] ACPI: DMAR 0x00000000E761FE80 00013C (v01 HP     ProLiant 00000001 \xd2?   0000162E)
    [    0.011292] ACPI: Reserving DMAR table memory at [mem 0xe761fe80-0xe761ffbb]
    [    0.480827] DMAR-IR: This system BIOS has enabled interrupt remapping
    [    0.853692] DMAR: Host address width 39
    [    0.853751] DMAR: DRHD base: 0x000000efffe000 flags: 0x1
    [    0.853822] DMAR: dmar0: reg_base_addr efffe000 ver 1:0 cap c90780106f0462 ecap f0207e
    [    0.853909] DMAR: RMRR base: 0x000000e77fd000 end: 0x000000e77fefff
    [    0.853974] DMAR: RMRR base: 0x000000e77f6000 end: 0x000000e77fbfff
    [    0.854036] DMAR: RMRR base: 0x000000e763e000 end: 0x000000e763ffff
    [    0.854098] DMAR: ATSR flags: 0x0
    root@darkstar:~# 
    

    I have to look more at the scheduling and run more tests.

    Thanks again for your helpful comments!

    Tom

    I hope everyone gets the servers they want!

  • havochavoc OGContent Writer

    My new firewall - will probably run VMs on it too given that its way overspec'd for pure firewall duty (16gb / fast 1tb nvme)

    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 12 hours, 50 minutes
    Processor  : Intel(R) Pentium(R) Silver N6005 @ 2.00GHz
    CPU cores  : 4 @ 2000.000 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 15.5 GiB
    Swap       : 8.0 GiB
    Disk       : 94.4 GiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 5.15.74-1-pve
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 542.02 MB/s (135.5k) | 631.34 MB/s   (9.8k)
    Write      | 543.45 MB/s (135.8k) | 634.66 MB/s   (9.9k)
    Total      | 1.08 GB/s   (271.3k) | 1.26 GB/s    (19.7k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 581.52 MB/s   (1.1k) | 526.75 MB/s    (514)
    Write      | 612.41 MB/s   (1.1k) | 561.83 MB/s    (548)
    Total      | 1.19 GB/s     (2.3k) | 1.08 GB/s     (1.0k)
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 785                           
    Multi Core      | 2451                          
    Full Test       | https://browser.geekbench.com/v5/cpu/19053117
    

    Thanked by (3)Falzo ralf tylerdu
  • Spaceberg VDS Nasty - 1 (Stack)

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-11-22                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Sat 03 Dec 2022 01:25:33 PM UTC
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 53 minutes
    Processor  : AMD Ryzen 9 3900X 12-Core Processor
    CPU cores  : 16 @ 3799.998 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 15.6 GiB
    Swap       : 0.0 KiB
    Disk       : 7.1 TiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 6.0.11-tkg-spaceberg
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 189.82 MB/s  (47.4k) | 1.78 GB/s    (27.8k)
    Write      | 190.33 MB/s  (47.5k) | 1.79 GB/s    (28.0k)
    Total      | 380.15 MB/s  (95.0k) | 3.57 GB/s    (55.8k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 2.71 GB/s     (5.3k) | 2.92 GB/s     (2.8k)
    Write      | 2.86 GB/s     (5.5k) | 3.11 GB/s     (3.0k)
    Total      | 5.57 GB/s    (10.8k) | 6.04 GB/s     (5.9k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 5.04 Gbits/sec  | 8.86 Gbits/sec  | 10.8 ms
    Scaleway        | Paris, FR (10G)           | 5.22 Gbits/sec  | 8.67 Gbits/sec  | 15.2 ms
    NovoServe       | North Holland, NL (40G)   | 5.13 Gbits/sec  | 14.1 Gbits/sec  | 7.49 ms
    Uztelecom       | Tashkent, UZ (10G)        | 4.39 Gbits/sec  | 8.31 Gbits/sec  | 86.8 ms
    Clouvider       | NYC, NY, US (10G)         | 2.36 Gbits/sec  | 2.64 Gbits/sec  | 78.8 ms
    Clouvider       | Dallas, TX, US (10G)      | 1.52 Gbits/sec  | 1.70 Gbits/sec  | 119 ms
    Clouvider       | Los Angeles, CA, US (10G) | 1.31 Gbits/sec  | 1.50 Gbits/sec  | 136 ms
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 1370
    Multi Core      | 10034
    Full Test       | https://browser.geekbench.com/v5/cpu/19056203
    
    Thanked by (3)tarasis cybertech tylerdu
  • LetMeBeSadLetMeBeSad Hosting ProviderOG
    edited December 2022

    Our Sweety - 1 package. HDD, NVMe cached

    Mon 05 Dec 2022 08:59:29 PM UTC
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 0 minutes
    Processor  : AMD EPYC Processor
    CPU cores  : 12 @ 3599.998 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ❌ Disabled
    RAM        : 15.6 GiB
    Swap       : 3.8 GiB
    Disk       : 94.1 GiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 5.10.0-19-amd64
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 288.76 MB/s  (72.1k) | 3.94 GB/s    (61.6k)
    Write      | 289.52 MB/s  (72.3k) | 3.96 GB/s    (61.9k)
    Total      | 578.28 MB/s (144.5k) | 7.91 GB/s   (123.6k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 4.67 GB/s     (9.1k) | 4.15 GB/s     (4.0k)
    Write      | 4.92 GB/s     (9.6k) | 4.42 GB/s     (4.3k)
    Total      | 9.59 GB/s    (18.7k) | 8.57 GB/s     (8.3k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 979 Mbits/sec   | 8.61 Gbits/sec  | 3.10 ms        
    Scaleway        | Paris, FR (10G)           | busy            | busy            | 4.71 ms        
    NovoServe       | North Holland, NL (40G)   | 978 Mbits/sec   | 8.48 Gbits/sec  | 6.63 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 900 Mbits/sec   | 6.17 Gbits/sec  | 96.4 ms        
    Clouvider       | NYC, NY, US (10G)         | 928 Mbits/sec   | 1.84 Gbits/sec  | 77.4 ms        
    Clouvider       | Dallas, TX, US (10G)      | 897 Mbits/sec   | 1.14 Gbits/sec  | 114 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 874 Mbits/sec   | 1.24 Gbits/sec  | 136 ms         
    
    Geekbench 4 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 5978                          
    Multi Core      | 31461                         
    Full Test       | https://browser.geekbench.com/v4/cpu/16679239
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 1361                          
    Multi Core      | 7625                          
    Full Test       | https://browser.geekbench.com/v5/cpu/19110458
    
    Thanked by (3)tarasis cybertech tylerdu

    Spaceberg.cc - Your favorite Seedbox provider!

  • cybertechcybertech OGBenchmark King

    greencloudvps
    SG Storage
    after migration to new DC

    root@cybertech-1TB-SG:~# curl -sL yabs.sh | bash -s -- -9
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-04                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Tue 06 Dec 2022 10:08:48 PM +08
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 4 minutes
    Processor  : AMD EPYC 7643 48-Core Processor
    CPU cores  : 1 @ 2299.998 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 3.8 GiB
    Swap       : 0.0 KiB
    Disk       : 999.5 GiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 6.0.0-4-amd64
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 12.16 MB/s    (3.0k) | 141.63 MB/s   (2.2k)
    Write      | 12.16 MB/s    (3.0k) | 142.37 MB/s   (2.2k)
    Total      | 24.33 MB/s    (6.0k) | 284.01 MB/s   (4.4k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 614.76 MB/s   (1.2k) | 747.81 MB/s    (730)
    Write      | 647.43 MB/s   (1.2k) | 797.61 MB/s    (778)
    Total      | 1.26 GB/s     (2.4k) | 1.54 GB/s     (1.5k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 587 Mbits/sec   | 145 Mbits/sec   |
    Scaleway        | Paris, FR (10G)           | busy            | 428 Mbits/sec   | 154 ms
    NovoServe       | North Holland, NL (40G)   | 580 Mbits/sec   | 507 Mbits/sec   |
    Uztelecom       | Tashkent, UZ (10G)        | 506 Mbits/sec   | 381 Mbits/sec   |
    Clouvider       | NYC, NY, US (10G)         | 608 Mbits/sec   | 94.6 Mbits/sec  |
    Clouvider       | Dallas, TX, US (10G)      | 589 Mbits/sec   | 141 Mbits/sec   |
    Clouvider       | Los Angeles, CA, US (10G) | 559 Mbits/sec   | 139 Mbits/sec   |
    
    Geekbench 4 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 4667
    Multi Core      | 4405
    Full Test       | https://browser.geekbench.com/v4/cpu/16679589
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 974
    Multi Core      | 982
    Full Test       | https://browser.geekbench.com/v5/cpu/19124883
    
    
    Thanked by (2)chimichurri nick_

    I bench YABS 24/7/365 unless it's a leap year.

  • cybertechcybertech OGBenchmark King

    spaceberg
    france

    root@cybertech-FR:~# curl -sL yabs.sh | bash -s -- -9
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-04                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Wed 07 Dec 2022 07:31:42 AM UTC
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 1 hours, 19 minutes
    Processor  : AMD EPYC Processor
    CPU cores  : 6 @ 3599.998 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ❌ Disabled
    RAM        : 7.8 GiB
    Swap       : 7.4 GiB
    Disk       : 877.5 GiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 5.10.0-19-amd64
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 381.07 MB/s  (95.2k) | 1.60 GB/s    (25.1k)
    Write      | 382.08 MB/s  (95.5k) | 1.61 GB/s    (25.2k)
    Total      | 763.15 MB/s (190.7k) | 3.22 GB/s    (50.4k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 1.02 GB/s     (2.0k) | 3.36 GB/s     (3.2k)
    Write      | 1.08 GB/s     (2.1k) | 3.58 GB/s     (3.5k)
    Total      | 2.11 GB/s     (4.1k) | 6.94 GB/s     (6.7k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 952 Mbits/sec   | 8.03 Gbits/sec  | 3.35 ms
    Scaleway        | Paris, FR (10G)           | 972 Mbits/sec   | 7.22 Gbits/sec  | 4.89 ms
    NovoServe       | North Holland, NL (40G)   | 971 Mbits/sec   | 6.84 Gbits/sec  | 6.65 ms
    Uztelecom       | Tashkent, UZ (10G)        | 905 Mbits/sec   | 1.68 Gbits/sec  | 98.1 ms
    Clouvider       | NYC, NY, US (10G)         | busy            | 2.46 Gbits/sec  | 74.8 ms
    Clouvider       | Dallas, TX, US (10G)      | 859 Mbits/sec   | 1.60 Gbits/sec  | 114 ms
    Clouvider       | Los Angeles, CA, US (10G) | 871 Mbits/sec   | 1.34 Gbits/sec  | 134 ms
    
    Geekbench 4 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 5995
    Multi Core      | 27260
    Full Test       | https://browser.geekbench.com/v4/cpu/16679936
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 1358
    Multi Core      | 6378
    Full Test       | https://browser.geekbench.com/v5/cpu/19139817
    
    
    Thanked by (2)chimichurri lapua

    I bench YABS 24/7/365 unless it's a leap year.

  • cybertechcybertech OGBenchmark King
    edited December 2022

    greencloudvps
    San Jose
    $40/3 years (double cpu during pre order)

    root@cybertech:~# curl -sL yabs.sh | bash -s -- -4
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-04                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Thu 08 Dec 2022 09:48:49 AM +08
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 0 minutes
    Processor  : Intel(R) Xeon(R) CPU E5-2698 v4 @ 2.20GHz
    CPU cores  : 2 @ 2199.996 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 1.9 GiB
    Swap       : 243.0 MiB
    Disk       : 19.8 GiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 6.0.0-5-amd64
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 90.15 MB/s   (22.5k) | 802.31 MB/s  (12.5k)
    Write      | 90.38 MB/s   (22.5k) | 806.54 MB/s  (12.6k)
    Total      | 180.53 MB/s  (45.1k) | 1.60 GB/s    (25.1k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 1.23 GB/s     (2.4k) | 1.05 GB/s     (1.0k)
    Write      | 1.29 GB/s     (2.5k) | 1.12 GB/s     (1.0k)
    Total      | 2.52 GB/s     (4.9k) | 2.17 GB/s     (2.1k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 1.27 Gbits/sec  | 1.19 Gbits/sec  | 136 ms
    Scaleway        | Paris, FR (10G)           | 1.17 Gbits/sec  | 913 Mbits/sec   | 140 ms
    NovoServe       | North Holland, NL (40G)   | 1.11 Gbits/sec  | 1.22 Gbits/sec  | 143 ms
    Uztelecom       | Tashkent, UZ (10G)        | 767 Mbits/sec   | 713 Mbits/sec   | 231 ms
    Clouvider       | NYC, NY, US (10G)         | 3.01 Gbits/sec  | 2.46 Gbits/sec  | 60.6 ms
    Clouvider       | Dallas, TX, US (10G)      | 3.29 Gbits/sec  | 3.83 Gbits/sec  | 36.7 ms
    Clouvider       | Los Angeles, CA, US (10G) | 8.90 Gbits/sec  | 6.95 Gbits/sec  | 8.30 ms
    
    Geekbench 4 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 3217
    Multi Core      | 5960
    Full Test       | https://browser.geekbench.com/v4/cpu/16680413
    
    
    Thanked by (1)nick_

    I bench YABS 24/7/365 unless it's a leap year.

  • Webhosting24 BlackFriday 2021 Special KVM NVMe VPS, upgraded from 10x10x10, in Munich, $13.52/year.
    Compared to previous benchmark from 2021-April, both CPU score and I/O score decreased.

    sunny@vps9:~$ curl -sL yabs.sh | bash -s -- -s "https://yabsdb.com/add"
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-04                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Thu Dec  8 02:23:17 AM UTC 2022
    
    Basic System Information:
    ---------------------------------
    Uptime     : 4 days, 1 hours, 48 minutes
    Processor  : Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz
    CPU cores  : 1 @ 2399.996 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 969.5 MiB
    Swap       : 512.0 MiB
    Disk       : 21.0 GiB
    Distro     : Ubuntu 22.04.1 LTS
    Kernel     : 5.15.0-56-generic
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 155.39 MB/s  (38.8k) | 1.75 GB/s    (27.4k)
    Write      | 155.80 MB/s  (38.9k) | 1.76 GB/s    (27.5k)
    Total      | 311.19 MB/s  (77.7k) | 3.52 GB/s    (55.0k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 3.16 GB/s     (6.1k) | 1.67 GB/s     (1.6k)
    Write      | 3.33 GB/s     (6.5k) | 1.78 GB/s     (1.7k)
    Total      | 6.50 GB/s    (12.7k) | 3.45 GB/s     (3.3k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 985 Mbits/sec   | 944 Mbits/sec   | 19.4 ms        
    Scaleway        | Paris, FR (10G)           | 778 Mbits/sec   | busy            | 23.5 ms        
    NovoServe       | North Holland, NL (40G)   | 990 Mbits/sec   | 949 Mbits/sec   | 13.6 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 850 Mbits/sec   | 659 Mbits/sec   | 92.1 ms        
    Clouvider       | NYC, NY, US (10G)         | 782 Mbits/sec   | 280 Mbits/sec   | 87.6 ms        
    Clouvider       | Dallas, TX, US (10G)      | 643 Mbits/sec   | 130 Mbits/sec   | 527 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 550 Mbits/sec   | 302 Mbits/sec   | 179 ms         
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 322 Mbits/sec   | 901 Mbits/sec   | 19.3 ms        
    Scaleway        | Paris, FR (10G)           | 504 Mbits/sec   | 802 Mbits/sec   | 23.9 ms        
    NovoServe       | North Holland, NL (40G)   | 510 Mbits/sec   | 933 Mbits/sec   | 13.7 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 449 Mbits/sec   | 370 Mbits/sec   | 92.1 ms        
    Clouvider       | NYC, NY, US (10G)         | 396 Mbits/sec   | 218 Mbits/sec   | 87.6 ms        
    Clouvider       | Dallas, TX, US (10G)      | 344 Mbits/sec   | 228 Mbits/sec   | 125 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 257 Mbits/sec   | 408 Mbits/sec   | 147 ms         
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 718                           
    Multi Core      | 714                           
    Full Test       | https://browser.geekbench.com/v5/cpu/19157204
    
    View your YABS here https://yabsdb.com/yabs/Icler7t0
    
    Thanked by (3)nick_ cybertech emperor

    ServerFactory aff best VPS; HostBrr aff best storage.

  • edited December 2022

    holy shit, what a beast

    whats wrong with formating. does not work for me!

    ``

    woot@localhost:~# curl -sL yabs.sh | bash

    ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##

    Yet-Another-Bench-Script

    v2022-12-04

    https://github.com/masonr/yet-another-bench-script

    ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##

    Thu 08 Dec 2022 06:13:15 AM PST

    Basic System Information:

    Uptime : 17 days, 5 hours, 15 minutes
    Processor : AMD Ryzen 9 5900X 12-Core Processor
    CPU cores : 1 @ 3693.060 MHz
    AES-NI : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM : 976.4 MiB
    Swap : 0.0 KiB
    Disk : 270.5 GiB
    Distro : Debian GNU/Linux 11 (bullseye)
    Kernel : 5.10.0-11-amd64

    fio Disk Speed Tests (Mixed R/W 50/50):

    Block Size 4k (IOPS) 64k (IOPS)
    Read 450.30 MB/s (112.5k) 1.74 GB/s (27.3k)
    Write 451.49 MB/s (112.8k) 1.75 GB/s (27.4k)
    Total 901.80 MB/s (225.4k) 3.50 GB/s (54.7k)
    Block Size 512k (IOPS) 1m (IOPS)
    ------ --- ---- ---- ----
    Read 2.05 GB/s (4.0k) 2.03 GB/s (1.9k)
    Write 2.16 GB/s (4.2k) 2.17 GB/s (2.1k)
    Total 4.21 GB/s (8.2k) 4.20 GB/s (4.1k)

    iperf3 Network Speed Tests (IPv4):

    Provider Location (Link) Send Speed Recv Speed Ping
    Clouvider London, UK (10G) 332 Mbits/sec 4.27 Gbits/sec 13.1 ms
    Scaleway Paris, FR (10G) 586 Mbits/sec 4.39 Gbits/sec 14.5 ms
    NovoServe North Holland, NL (40G) 204 Mbits/sec 7.17 Gbits/sec 8.16 ms
    Uztelecom Tashkent, UZ (10G) 49.4 Mbits/sec 1.42 Gbits/sec 90.9 ms
    Clouvider NYC, NY, US (10G) 94.2 Mbits/sec 2.01 Gbits/sec 88.9 ms
    Clouvider Dallas, TX, US (10G) 58.7 Mbits/sec 1.21 Gbits/sec 124 ms
    Clouvider Los Angeles, CA, US (10G) busy 1.01 Gbits/sec 167 ms

    Geekbench 5 Benchmark Test:

    Test | Value
    |
    Single Core | 1639
    Multi Core | 1620

    ``

  • @lapua said:
    holy shit, what a beast

    whats wrong with formating. does not work for me!

    ``

    woot@localhost:~# curl -sL yabs.sh | bash

    ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##

    Yet-Another-Bench-Script

    v2022-12-04

    https://github.com/masonr/yet-another-bench-script

    ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##

    Thu 08 Dec 2022 06:13:15 AM PST

    Basic System Information:

    Uptime : 17 days, 5 hours, 15 minutes
    Processor : AMD Ryzen 9 5900X 12-Core Processor
    CPU cores : 1 @ 3693.060 MHz
    AES-NI : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM : 976.4 MiB
    Swap : 0.0 KiB
    Disk : 270.5 GiB
    Distro : Debian GNU/Linux 11 (bullseye)
    Kernel : 5.10.0-11-amd64

    fio Disk Speed Tests (Mixed R/W 50/50):

    Block Size 4k (IOPS) 64k (IOPS)
    Read 450.30 MB/s (112.5k) 1.74 GB/s (27.3k)
    Write 451.49 MB/s (112.8k) 1.75 GB/s (27.4k)
    Total 901.80 MB/s (225.4k) 3.50 GB/s (54.7k)
    Block Size 512k (IOPS) 1m (IOPS)
    ------ --- ---- ---- ----
    Read 2.05 GB/s (4.0k) 2.03 GB/s (1.9k)
    Write 2.16 GB/s (4.2k) 2.17 GB/s (2.1k)
    Total 4.21 GB/s (8.2k) 4.20 GB/s (4.1k)

    iperf3 Network Speed Tests (IPv4):

    Provider Location (Link) Send Speed Recv Speed Ping
    Clouvider London, UK (10G) 332 Mbits/sec 4.27 Gbits/sec 13.1 ms
    Scaleway Paris, FR (10G) 586 Mbits/sec 4.39 Gbits/sec 14.5 ms
    NovoServe North Holland, NL (40G) 204 Mbits/sec 7.17 Gbits/sec 8.16 ms
    Uztelecom Tashkent, UZ (10G) 49.4 Mbits/sec 1.42 Gbits/sec 90.9 ms
    Clouvider NYC, NY, US (10G) 94.2 Mbits/sec 2.01 Gbits/sec 88.9 ms
    Clouvider Dallas, TX, US (10G) 58.7 Mbits/sec 1.21 Gbits/sec 124 ms
    Clouvider Los Angeles, CA, US (10G) busy 1.01 Gbits/sec 167 ms

    Geekbench 5 Benchmark Test:

    Test | Value
    |
    Single Core | 1639
    Multi Core | 1620

    ``

    Wow
    What provider?

  • @lapua said: whats wrong with formating

    add one more ` .. i do it with 3 ```

    ServerStatus , slackvpn <-- openVPN auto install script for Slackware 15

  • Another Post-CM InceptionHosting buy.. this time in Netherlands. Great little box :)

    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 34 minutes
    Processor  : QEMU Virtual CPU version 2.5+
    CPU cores  : 2 @ 3792.020 MHz
    AES-NI     : ❌ Disabled
    VM-x/AMD-V : ❌ Disabled
    RAM        : 966.8 MiB
    Swap       : 1023.0 MiB
    Disk       : 38.1 GiB
    Distro     : Slackware 15.0 x86_64
    Kernel     : 5.15.80
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 5.77 MB/s     (1.4k) | 63.13 MB/s     (986)
    Write      | 5.77 MB/s     (1.4k) | 63.54 MB/s     (992)
    Total      | 11.54 MB/s    (2.8k) | 126.68 MB/s   (1.9k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 175.24 MB/s    (342) | 156.55 MB/s    (152)
    Write      | 184.56 MB/s    (360) | 166.98 MB/s    (163)
    Total      | 359.80 MB/s    (702) | 323.53 MB/s    (315)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 8.25 Gbits/sec  | 7.36 Gbits/sec  | 5.60 ms
    Scaleway        | Paris, FR (10G)           | 7.54 Gbits/sec  | 8.17 Gbits/sec  | 8.63 ms
    NovoServe       | North Holland, NL (40G)   | 8.27 Gbits/sec  | 8.42 Gbits/sec  | 1.21 ms
    Uztelecom       | Tashkent, UZ (10G)        | 829 Mbits/sec   | 1.27 Gbits/sec  | 99.0 ms
    Clouvider       | NYC, NY, US (10G)         | 355 Mbits/sec   | 2.24 Gbits/sec  | 82.1 ms
    Clouvider       | Dallas, TX, US (10G)      | 140 Mbits/sec   | 1.57 Gbits/sec  | 116 ms
    Clouvider       | Los Angeles, CA, US (10G) | 128 Mbits/sec   | 1.30 Gbits/sec  | 138 ms
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 5.03 Gbits/sec  | 6.32 Gbits/sec  | 5.75 ms
    Scaleway        | Paris, FR (10G)           | 6.83 Gbits/sec  | 6.15 Gbits/sec  | 8.64 ms
    NovoServe       | North Holland, NL (40G)   | 6.26 Gbits/sec  | 8.12 Gbits/sec  | 1.16 ms
    Uztelecom       | Tashkent, UZ (10G)        | 1.26 Gbits/sec  | 1.65 Gbits/sec  | 99.1 ms
    Clouvider       | NYC, NY, US (10G)         | 102 Mbits/sec   | 2.22 Gbits/sec  | 82.0 ms
    Clouvider       | Dallas, TX, US (10G)      | 567 Mbits/sec   | 1.56 Gbits/sec  | 116 ms
    Clouvider       | Los Angeles, CA, US (10G) | 157 Mbits/sec   | 1.28 Gbits/sec  | 138 ms
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 910
    Multi Core      | 1512
    Full Test       | https://browser.geekbench.com/v5/cpu/19172007
    
    Thanked by (2)cybertech tylerdu

    ServerStatus , slackvpn <-- openVPN auto install script for Slackware 15

  • edited December 2022

    holy shit, what a beast

     # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
     #              Yet-Another-Bench-Script              #
     #                     v2022-12-04                    #
     # https://github.com/masonr/yet-another-bench-script #
     # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
     Thu 08 Dec 2022 06:13:15 AM PST
    
     Basic System Information:
     ---------------------------------
     Uptime     : 17 days, 5 hours, 15 minutes
     Processor  : AMD Ryzen 9 5900X 12-Core Processor
     CPU cores  : 1 @ 3693.060 MHz
     AES-NI     : ✔ Enabled
     VM-x/AMD-V : ✔ Enabled
     RAM        : 976.4 MiB
     Swap       : 0.0 KiB
     Disk       : 270.5 GiB
     Distro     : Debian GNU/Linux 11 (bullseye)
     Kernel     : 5.10.0-11-amd64
    
     fio Disk Speed Tests (Mixed R/W 50/50):
     ---------------------------------
     Block Size | 4k            (IOPS) | 64k           (IOPS)
       ------   | ---            ----  | ----           ----
     Read       | 450.30 MB/s (112.5k) | 1.74 GB/s    (27.3k)
     Write      | 451.49 MB/s (112.8k) | 1.75 GB/s    (27.4k)
     Total      | 901.80 MB/s (225.4k) | 3.50 GB/s    (54.7k)
                |                      |
     Block Size | 512k          (IOPS) | 1m            (IOPS)
       ------   | ---            ----  | ----           ----
     Read       | 2.05 GB/s     (4.0k) | 2.03 GB/s     (1.9k)
     Write      | 2.16 GB/s     (4.2k) | 2.17 GB/s     (2.1k)
     Total      | 4.21 GB/s     (8.2k) | 4.20 GB/s     (4.1k)
    
     iperf3 Network Speed Tests (IPv4):
     ---------------------------------
     Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
     -----           | -----                     | ----            | ----            | ----
     Clouvider       | London, UK (10G)          | 332 Mbits/sec   | 4.27 Gbits/sec  | 13.1 ms
     Scaleway        | Paris, FR (10G)           | 586 Mbits/sec   | 4.39 Gbits/sec  | 14.5 ms
     NovoServe       | North Holland, NL (40G)   | 204 Mbits/sec   | 7.17 Gbits/sec  | 8.16 ms
     Uztelecom       | Tashkent, UZ (10G)        | 49.4 Mbits/sec  | 1.42 Gbits/sec  | 90.9 ms
     Clouvider       | NYC, NY, US (10G)         | 94.2 Mbits/sec  | 2.01 Gbits/sec  | 88.9 ms
     Clouvider       | Dallas, TX, US (10G)      | 58.7 Mbits/sec  | 1.21 Gbits/sec  | 124 ms
     Clouvider       | Los Angeles, CA, US (10G) | busy            | 1.01 Gbits/sec  | 167 ms
    
     Geekbench 5 Benchmark Test:
     ---------------------------------
     Test            | Value
                     |
     Single Core     | 1639
     Multi Core      | 1620
    
    
    Thanked by (2)cybertech chimichurri
  • @lapua said:
    holy shit, what a beast

    Nice. Which provider? Plan?

  • @localhost said:

    @lapua said:
    holy shit, what a beast

    Nice. Which provider? Plan?

    buyvm

    Thanked by (1)localhost
  • @lapua said:

    @localhost said:

    @lapua said:
    holy shit, what a beast

    Nice. Which provider? Plan?

    buyvm

    Premium

Sign In or Register to comment.