Post some YABS bench here

18182848687118

Comments

  • @dgc1980 said: decided to YABS my home pc via WSL2

    I didn't even know this was a thing, so I just tried it out on my crappy old desktop:

    yabs@upstairs:~$ bash yabs.sh |tee yabs1.txt
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Sat Jan  7 17:20:39 GMT 2023
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 19 minutes
    Processor  : Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
    CPU cores  : 8 @ 4007.998 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ❌ Disabled
    RAM        : 25.0 GiB
    Swap       : 7.0 GiB
    Disk       : 251.0 GiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 5.10.102.1-microsoft-standard-WSL2
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 172.61 MB/s  (43.1k) | 481.94 MB/s   (7.5k)
    Write      | 173.07 MB/s  (43.2k) | 484.48 MB/s   (7.5k)
    Total      | 345.69 MB/s  (86.4k) | 966.42 MB/s  (15.1k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 481.81 MB/s    (941) | 512.00 MB/s    (500)
    Write      | 507.41 MB/s    (991) | 546.09 MB/s    (533)
    Total      | 989.22 MB/s   (1.9k) | 1.05 GB/s     (1.0k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    ping: socket: Operation not permitted
    Clouvider       | London, UK (10G)          | 532 Mbits/sec   | 526 Mbits/sec   |
    ping: socket: Operation not permitted
    Scaleway        | Paris, FR (10G)           | 525 Mbits/sec   | 526 Mbits/sec   |
    ping: socket: Operation not permitted
    NovoServe       | North Holland, NL (40G)   | 527 Mbits/sec   | 538 Mbits/sec   |
    ping: socket: Operation not permitted
    Uztelecom       | Tashkent, UZ (10G)        | 235 Mbits/sec   | 304 Mbits/sec   |
    ping: socket: Operation not permitted
    Clouvider       | NYC, NY, US (10G)         | 324 Mbits/sec   | 522 Mbits/sec   |
    ping: socket: Operation not permitted
    Clouvider       | Dallas, TX, US (10G)      | 187 Mbits/sec   | 476 Mbits/sec   |
    ping: socket: Operation not permitted
    Clouvider       | Los Angeles, CA, US (10G) | 195 Mbits/sec   | 285 Mbits/sec   |
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 953
    Multi Core      | 3693
    Full Test       | https://browser.geekbench.com/v5/cpu/19758012
    
    YABS completed in 6 min 18 sec
    

    I'm almost tempted to try it out on my work machine (Ryzen 7 5800X, 64GB RAM, 3080 12GB and 4x2TB Samsung 980 PRO, the newest 2 are striped in a RAID0), but I have a very strict rule about not installing anything not work related.

    I also followed my usual yabs standard practice of creating a new user just for that, but noticed that under WSL2, even if you su to a new user, you still have the windows permissions of the user that ran wsl, so it seems a bit dangerous still.

    Was playing with WSL2 a bit - apparently this version runs a full VM, but it has a proprietary kernel and seemingly no modules loaded by default. But apparently, it can run wireguard if you build the module yourself, which is interesting. The main network interface seems to be overlapped onto the same interface as windows, so for instance you can access the "other side" using localhost. I might try that out another time. But in any case, having a "real linux drive" stored as a .vhdx is a definite improvement over the old version of WSL which I gave up on after a few hours, after I discovered that I couldn't even reliably run git on a directory from the Windows side and Windows couldn't access the Linux side properly either - if you can any changes to the Linux directory on the Windows side, it used to just corrupt the files. This new version of WSL2 exports the Linux stuff under \\wsl$\Linux\Debian which is now.

    Thanked by (1)cybertech
  • @sh97 said:
    How did you try on wsl2? I'm also interested now!

    My command log:

    As administrator in powershell:

    PS C:\WINDOWS\system32> dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
    PS C:\WINDOWS\system32> dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
    PS C:\WINDOWS\system32> wsl --set-default-version 2
    PS C:\WINDOWS\system32> wsl -l -o
    PS C:\WINDOWS\system32> wsl --install -d Debian
    

    As normal user:

    C:\>wsl ~
    ralf@upstairs:~$
    
    Thanked by (1)sh97
  • edited January 2023

    ReckNerd's sale back in 2022. KVM with 3 vcores and 3GiB RAM. Bought it 324 days ago, and it's been up ever since.

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Sun Jan  8 07:32:43 GMT 2023
    
    Basic System Information:
    ---------------------------------
    Uptime     : 323 days, 18 hours, 48 minutes
    Processor  : Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz
    CPU cores  : 3 @ 2699.982 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ❌ Disabled
    RAM        : 2.9 GiB
    Swap       : 3.0 GiB
    Disk       : 41.3 GiB
    Distro     : Ubuntu 20.04 LTS
    Kernel     : 5.4.0-28-generic
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 519
    Multi Core      | 1434
    Full Test       | https://browser.geekbench.com/v5/cpu/19768570
    
    YABS completed in 4 min 13 sec
    
    Thanked by (3)cybertech sh97 lemoncube
  • Virmach Flash Sale
    KVM – 1 GIGABIT
    4340MB DDR4 RAM
    3 vCORE (RYZEN 3.4GHz+)
    25GB SSD (NVMe)
    2560GB MONTHLY DATA
    SEATTLE, WA LOCATION
    1 DEDICATED IPv4

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Sun Jan  8 02:42:15 EST 2023
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    
    Basic System Information:
    ---------------------------------
    Uptime     : 3 days, 22 hours, 57 minutes
    Processor  : AMD Ryzen 9 3900X 12-Core Processor
    CPU cores  : 3 @ 3799.998 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 4.1 GiB
    Swap       : 256.0 MiB
    Disk       : 24.3 GiB
    Distro     : CentOS Linux 7 (Core)
    Kernel     : 3.10.0-1160.81.1.el7.x86_64
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 1049
    Multi Core      | 2898
    Full Test       | https://browser.geekbench.com/v5/cpu/19768692
    
    YABS completed in 2 min 27 sec
    
    Thanked by (2)cybertech chimichurri
  • SpartanHost, 3 vcores, 2.5GiB RAM, Seattle.

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Sun Jan  8 02:57:50 EST 2023
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 16 hours, 19 minutes
    Processor  : AMD Ryzen 9 5950X 16-Core Processor
    CPU cores  : 3 @ 3393.614 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 2.3 GiB
    Swap       : 1.2 GiB
    Disk       : 59.7 GiB
    Distro     : AlmaLinux 8.6 (Sky Tiger)
    Kernel     : 4.18.0-372.9.1.el8.x86_64
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 1214
    Multi Core      | 2862
    Full Test       | https://browser.geekbench.com/v5/cpu/19768906
    
    YABS completed in 2 min 29 sec
    
    Thanked by (1)cybertech
  • cybertechcybertech OGBenchmark King

    @noisycode said:
    Virmach Flash Sale
    KVM – 1 GIGABIT
    4340MB DDR4 RAM
    3 vCORE (RYZEN 3.4GHz+)
    25GB SSD (NVMe)
    2560GB MONTHLY DATA
    SEATTLE, WA LOCATION
    1 DEDICATED IPv4

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Sun Jan  8 02:42:15 EST 2023
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    
    Basic System Information:
    ---------------------------------
    Uptime     : 3 days, 22 hours, 57 minutes
    Processor  : AMD Ryzen 9 3900X 12-Core Processor
    CPU cores  : 3 @ 3799.998 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 4.1 GiB
    Swap       : 256.0 MiB
    Disk       : 24.3 GiB
    Distro     : CentOS Linux 7 (Core)
    Kernel     : 3.10.0-1160.81.1.el7.x86_64
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 1049
    Multi Core      | 2898
    Full Test       | https://browser.geekbench.com/v5/cpu/19768692
    
    YABS completed in 2 min 27 sec
    

    price?

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

  • @cybertech said:

    @noisycode said:
    Virmach Flash Sale
    KVM – 1 GIGABIT
    4340MB DDR4 RAM
    3 vCORE (RYZEN 3.4GHz+)
    25GB SSD (NVMe)
    2560GB MONTHLY DATA
    SEATTLE, WA LOCATION
    1 DEDICATED IPv4

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Sun Jan  8 02:42:15 EST 2023
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    
    Basic System Information:
    ---------------------------------
    Uptime     : 3 days, 22 hours, 57 minutes
    Processor  : AMD Ryzen 9 3900X 12-Core Processor
    CPU cores  : 3 @ 3799.998 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 4.1 GiB
    Swap       : 256.0 MiB
    Disk       : 24.3 GiB
    Distro     : CentOS Linux 7 (Core)
    Kernel     : 3.10.0-1160.81.1.el7.x86_64
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 1049
    Multi Core      | 2898
    Full Test       | https://browser.geekbench.com/v5/cpu/19768692
    
    YABS completed in 2 min 27 sec
    

    price?

    $18.68/yr.

    Thanked by (1)cybertech
  • GreenCloud, San Jose, 0.5TB (BF Special, 2022)

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Sun Jan  8 03:37:24 EST 2023
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 6 hours, 14 minutes
    Processor  : AMD EPYC 7643 48-Core Processor
    CPU cores  : 1 @ 2299.998 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 1.9 GiB
    Swap       : 2.0 GiB
    Disk       : 490.2 GiB
    Distro     : CentOS Linux 7 (Core)
    Kernel     : 3.10.0-1160.81.1.el7.x86_64
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 488
    Multi Core      | 464
    Full Test       | https://browser.geekbench.com/v5/cpu/19769512
    
    YABS completed in 4 min 6 sec
    

    GreenCloud, Hong Kong, 2222

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Sun Jan  8 03:38:08 EST 2023
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    
    Basic System Information:
    ---------------------------------
    Uptime     : 7 days, 5 hours, 16 minutes
    Processor  : AMD EPYC 7502P 32-Core Processor
    CPU cores  : 2 @ 2495.282 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 1.8 GiB
    Swap       : 1024.0 MiB
    Disk       : 20.6 GiB
    Distro     : CentOS Linux 7 (Core)
    Kernel     : 3.10.0-1160.53.1.el7.x86_64
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 883
    Multi Core      | 1728
    Full Test       | https://browser.geekbench.com/v5/cpu/19769499
    
    YABS completed in 2 min 44 sec
    
    Thanked by (1)cybertech
  • Special offer from Central.so, a quite young yet vivid brand I think, with 1 vCore, 1GiB RAM, located in Dallas. Not bad so far, and will keep an eye on the stability.

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Sun Jan  8 03:46:26 EST 2023
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    
    Basic System Information:
    ---------------------------------
    Uptime     : 5 days, 16 hours, 44 minutes
    Processor  : Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz
    CPU cores  : 1 @ 3299.998 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ❌ Disabled
    RAM        : 987.3 MiB
    Swap       : 256.0 MiB
    Disk       : 24.3 GiB
    Distro     : Debian GNU/Linux 10 (buster)
    Kernel     : 4.19.0-5-amd64
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 625
    Multi Core      | 598
    Full Test       | https://browser.geekbench.com/v5/cpu/19769644
    
    YABS completed in 3 min 16 sec
    
    Thanked by (1)cybertech
  • looking for a yabs from this offer: https://virmach.com/special-offers/ -> Ryzen Special 1024

  • iandkiandk Hosting ProviderOG
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Sun 08 Jan 2023 09:08:55 PM CET
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 6 minutes
    Processor  : AMD EPYC 7402 24-Core Processor
    CPU cores  : 48 @ 2800.000 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 251.6 GiB
    Swap       : 0.0 KiB
    Disk       : 
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 5.15.83-1-pve
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 319.02 MB/s  (79.7k) | 3.05 GB/s    (47.7k)
    Write      | 319.86 MB/s  (79.9k) | 3.07 GB/s    (48.0k)
    Total      | 638.88 MB/s (159.7k) | 6.13 GB/s    (95.8k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 4.29 GB/s     (8.3k) | 4.10 GB/s     (4.0k)
    Write      | 4.51 GB/s     (8.8k) | 4.37 GB/s     (4.2k)
    Total      | 8.81 GB/s    (17.2k) | 8.47 GB/s     (8.2k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 1.61 Gbits/sec  | 390 Mbits/sec   | 13.2 ms        
    Scaleway        | Paris, FR (10G)           | 3.74 Gbits/sec  | 2.84 Gbits/sec  | 15.7 ms        
    NovoServe       | North Holland, NL (40G)   | 4.02 Gbits/sec  | 3.58 Gbits/sec  | 7.73 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 2.61 Gbits/sec  | busy            | 79.1 ms        
    Clouvider       | NYC, NY, US (10G)         | 2.06 Gbits/sec  | 2.13 Gbits/sec  | 87.1 ms        
    Clouvider       | Dallas, TX, US (10G)      | 1.43 Gbits/sec  | 1.18 Gbits/sec  | 121 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 1.14 Gbits/sec  | 312 Mbits/sec   | 141 ms         
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 7.65 Gbits/sec  | 523 Mbits/sec   | 13.2 ms        
    Scaleway        | Paris, FR (10G)           | 3.77 Gbits/sec  | 3.01 Gbits/sec  | 15.9 ms        
    NovoServe       | North Holland, NL (40G)   | 9.02 Gbits/sec  | 7.35 Gbits/sec  | 7.86 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 2.56 Gbits/sec  | 2.02 Gbits/sec  | 79.1 ms        
    Clouvider       | NYC, NY, US (10G)         | 2.09 Gbits/sec  | 2.02 Gbits/sec  | 87.2 ms        
    Clouvider       | Dallas, TX, US (10G)      | 1.42 Gbits/sec  | 1.47 Gbits/sec  | 121 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 1.16 Gbits/sec  | 669 Mbits/sec   | 141 ms         
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 1072                          
    Multi Core      | 23429                         
    Full Test       | https://browser.geekbench.com/v5/cpu/19780836
    
    YABS completed in 9 min 3 sec
    
    Thanked by (3)lapua cybertech nick_

    AMD EPYC / NVMe / 10GBPs KVM in Frankfurt - https://v6node.com
    Looking for an unbeatable AMD EPYC Baremetal Server in Frankfurt? Drop me a PM

  • LowHosting.org RKVMPROTECTED16 with little more discount than normally ;)

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Mon 09 Jan 2023 09:57:59 AM EST
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 3 minutes
    Processor  : AMD Ryzen 9 5950X 16-Core Processor
    CPU cores  : 6 @ 3393.622 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 15.6 GiB
    Swap       : 256.0 MiB
    Disk       : 119.6 GiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 5.10.0-8-amd64
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 481.80 MB/s (120.4k) | 2.25 GB/s    (35.2k)
    Write      | 483.07 MB/s (120.7k) | 2.26 GB/s    (35.4k)
    Total      | 964.87 MB/s (241.2k) | 4.51 GB/s    (70.6k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 2.23 GB/s     (4.3k) | 2.46 GB/s     (2.4k)
    Write      | 2.35 GB/s     (4.5k) | 2.62 GB/s     (2.5k)
    Total      | 4.58 GB/s     (8.9k) | 5.08 GB/s     (4.9k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 923 Mbits/sec   | 926 Mbits/sec   | 17.5 ms
    Scaleway        | Paris, FR (10G)           | 923 Mbits/sec   | 926 Mbits/sec   | 17.6 ms
    NovoServe       | North Holland, NL (40G)   | busy            | busy            | 12.5 ms
    Uztelecom       | Tashkent, UZ (10G)        | 849 Mbits/sec   | 529 Mbits/sec   | 116 ms
    Clouvider       | NYC, NY, US (10G)         | 771 Mbits/sec   | 354 Mbits/sec   | 84.6 ms
    Clouvider       | Dallas, TX, US (10G)      | 487 Mbits/sec   | 197 Mbits/sec   | 128 ms
    Clouvider       | Los Angeles, CA, US (10G) | 777 Mbits/sec   | 405 Mbits/sec   | 149 ms
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 884 Mbits/sec   | 641 Mbits/sec   | 17.5 ms
    Scaleway        | Paris, FR (10G)           | busy            | busy            | 20.9 ms
    NovoServe       | North Holland, NL (40G)   | 877 Mbits/sec   | 872 Mbits/sec   | 12.4 ms
    Uztelecom       | Tashkent, UZ (10G)        | 761 Mbits/sec   | 224 Mbits/sec   | 99.8 ms
    Clouvider       | NYC, NY, US (10G)         | 804 Mbits/sec   | 220 Mbits/sec   | 84.4 ms
    Clouvider       | Dallas, TX, US (10G)      | 734 Mbits/sec   | 173 Mbits/sec   | 128 ms
    Clouvider       | Los Angeles, CA, US (10G) | 650 Mbits/sec   | 142 Mbits/sec   | 149 ms
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 1361
    Multi Core      | 5828
    Full Test       | https://browser.geekbench.com/v5/cpu/19793299
    
    YABS completed in 8 min 14 sec
    
    Thanked by (2)cybertech lapua

    Haven't bought a single service in VirMach Great Ryzen 2022 - 2023 Flash Sale.
    https://lowendspirit.com/uploads/editor/gi/ippw0lcmqowk.png

  • # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Tue 10 Jan 2023 02:08:52 PM EST
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 11 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       : 256.0 MiB
    Disk       : 24.6 GiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 5.10.0-8-amd64
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 345.26 MB/s  (86.3k) | 900.40 MB/s  (14.0k)
    Write      | 346.17 MB/s  (86.5k) | 905.14 MB/s  (14.1k)
    Total      | 691.44 MB/s (172.8k) | 1.80 GB/s    (28.2k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 772.35 MB/s   (1.5k) | 833.84 MB/s    (814)
    Write      | 813.39 MB/s   (1.5k) | 889.37 MB/s    (868)
    Total      | 1.58 GB/s     (3.0k) | 1.72 GB/s     (1.6k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping                     
    -----           | -----                     | ----            | ----            | ----                     
    Clouvider       | London, UK (10G)          | 1.86 Gbits/sec  | 930 Mbits/sec   | 13.7 ms                  
    Scaleway        | Paris, FR (10G)           | busy            | 435 Mbits/sec   |
    NovoServe       | North Holland, NL (40G)   | 1.86 Gbits/sec  | 932 Mbits/sec   | 26.0 ms
    Uztelecom       | Tashkent, UZ (10G)        | 53.9 Mbits/sec  | 617 Mbits/sec   | 75.0 ms
    Clouvider       | NYC, NY, US (10G)         | 1.75 Gbits/sec  | 706 Mbits/sec   | 79.3 ms
    Clouvider       | Dallas, TX, US (10G)      | 1.43 Gbits/sec  | 499 Mbits/sec   | 149 ms
    Clouvider       | Los Angeles, CA, US (10G) | 12.9 Mbits/sec  | 401 Mbits/sec   | 142 ms
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 1.84 Gbits/sec  | 1.48 Gbits/sec  | 13.6 ms
    Scaleway        | Paris, FR (10G)           | 1.83 Gbits/sec  | 1.34 Gbits/sec  | 13.0 ms
    NovoServe       | North Holland, NL (40G)   | 1.84 Gbits/sec  | 1.84 Gbits/sec  | 6.99 ms
    Uztelecom       | Tashkent, UZ (10G)        | 1.74 Gbits/sec  | 711 Mbits/sec   | 74.9 ms
    Clouvider       | NYC, NY, US (10G)         | 1.74 Gbits/sec  | 684 Mbits/sec   | 79.4 ms
    Clouvider       | Dallas, TX, US (10G)      | 1.43 Gbits/sec  | 643 Mbits/sec   | 121 ms
    Clouvider       | Los Angeles, CA, US (10G) | 920 Mbits/sec   | 586 Mbits/sec   | 142 ms
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 1401
    Multi Core      | 1464
    
    Thanked by (2)cybertech chimichurri
  • Hosthatch BF2022 New York storage, 104.5 dollars every three years

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Wed Jan 11 14:31:00 UTC 2023
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 1 minutes
    Processor  : Intel(R) Xeon(R) CPU E5-2690 v2 @ 3.00GHz
    CPU cores  : 1 @ 2999.998 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ❌ Disabled
    RAM        : 1.9 GiB
    Swap       : 0.0 KiB
    Disk       : 1.8 TiB
    Distro     : Ubuntu 22.04.1 LTS
    Kernel     : 5.15.0-57-generic
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 2.86 MB/s      (715) | 50.43 MB/s     (788)
    Write      | 2.87 MB/s      (718) | 50.80 MB/s     (793)
    Total      | 5.73 MB/s     (1.4k) | 101.23 MB/s   (1.5k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 202.02 MB/s    (394) | 390.00 MB/s    (380)
    Write      | 212.75 MB/s    (415) | 415.97 MB/s    (406)
    Total      | 414.78 MB/s    (809) | 805.97 MB/s    (786)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 2.22 Gbits/sec  | 1.21 Gbits/sec  | 70.0 ms        
    Scaleway        | Paris, FR (10G)           | busy            | 2.49 Gbits/sec  | 78.2 ms        
    NovoServe       | North Holland, NL (40G)   | 2.37 Gbits/sec  | 2.43 Gbits/sec  | 77.1 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 1.24 Gbits/sec  | 1.13 Gbits/sec  | 159 ms         
    Clouvider       | NYC, NY, US (10G)         | 7.41 Gbits/sec  | 5.32 Gbits/sec  | 0.901 ms       
    Clouvider       | Dallas, TX, US (10G)      | 1.31 Gbits/sec  | 2.82 Gbits/sec  | 37.6 ms        
    Clouvider       | Los Angeles, CA, US (10G) | 277 Mbits/sec   | 1.64 Gbits/sec  | 55.9 ms        
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 758                           
    Multi Core      | 756                           
    Full Test       | https://browser.geekbench.com/v5/cpu/19828451
    
    YABS completed in 7 min 0 sec
    
    Thanked by (1)cybertech

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

  • edited January 2023

    Virmach Frankfurt Flash Special, 36 dollars / year

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Thu Jan 12 12:46:34 UTC 2023
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 2 minutes
    Processor  : AMD Ryzen 9 5900X 12-Core Processor
    CPU cores  : 4 @ 3693.060 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 6.6 GiB
    Swap       : 0.0 KiB
    Disk       : 39.0 GiB
    Distro     : Ubuntu 22.04.1 LTS
    Kernel     : 5.15.0-57-generic
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 317.09 MB/s  (79.2k) | 1.14 GB/s    (17.8k)
    Write      | 317.92 MB/s  (79.4k) | 1.14 GB/s    (17.9k)
    Total      | 635.01 MB/s (158.7k) | 2.28 GB/s    (35.7k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 849.43 MB/s   (1.6k) | 914.63 MB/s    (893)
    Write      | 894.56 MB/s   (1.7k) | 975.54 MB/s    (952)
    Total      | 1.74 GB/s     (3.4k) | 1.89 GB/s     (1.8k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 1.87 Gbits/sec  | 936 Mbits/sec   | 14.2 ms        
    Scaleway        | Paris, FR (10G)           | 1.86 Gbits/sec  | 934 Mbits/sec   | 16.6 ms        
    NovoServe       | North Holland, NL (40G)   | 1.87 Gbits/sec  | 1.87 Gbits/sec  | 8.37 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 1.22 Gbits/sec  | 695 Mbits/sec   | 86.6 ms        
    Clouvider       | NYC, NY, US (10G)         | 1.40 Gbits/sec  | 796 Mbits/sec   | 85.2 ms        
    Clouvider       | Dallas, TX, US (10G)      | 840 Mbits/sec   | 568 Mbits/sec   | 120 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 7.70 Mbits/sec  | 492 Mbits/sec   | 146 ms         
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 1345                          
    Multi Core      | 3536                          
    Full Test       | https://browser.geekbench.com/v5/cpu/19844242
    
    Thanked by (2)cybertech lapua

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

  • @chimichurri
    Virmach Frankfurt Flash Special, 36 dollars / year - LINK? flash sale is over?

  • https://virmach.com/flash-sale/ (but yeah, it's over :worried: )

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

  • @chimichurri said:
    https://virmach.com/flash-sale/ (but yeah, it's over :worried: )

    lucky you. nice machine in frankfurt am main. ryzen in ffm 👍

  • edited January 2023

    Wrong thread

  • `# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #

    Yet-Another-Bench-Script

    v2022-12-29

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

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

    Fri Jan 13 12:30:04 PST 2023
    locale: Cannot set LC_CTYPE to default locale: No such file or directory

    Basic System Information:

    Uptime : 0 days, 0 hours, 5 minutes
    Processor : AMD Ryzen 9 7950X 16-Core Processor
    CPU cores : 32 @ 4500.000 MHz
    AES-NI : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM : 125.0 GiB
    Swap : 976.0 MiB
    Disk : 3.6 TiB
    Distro : Debian GNU/Linux 11 (bullseye)
    Kernel : 5.15.83-1-pve

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

    Block Size 4k (IOPS) 64k (IOPS)
    Read 779.74 MB/s (194.9k) 320.80 MB/s (5.0k)
    Write 781.80 MB/s (195.4k) 322.49 MB/s (5.0k)
    Total 1.56 GB/s (390.3k) 643.29 MB/s (10.0k)
    Block Size 512k (IOPS) 1m (IOPS)
    ------ --- ---- ---- ----
    Read 991.68 MB/s (1.9k) 1.42 GB/s (1.3k)
    Write 1.04 GB/s (2.0k) 1.52 GB/s (1.4k)
    Total 2.03 GB/s (3.9k) 2.94 GB/s (2.8k)

    iperf3 Network Speed Tests (IPv4):

    Provider Location (Link) Send Speed Recv Speed Ping
    Clouvider London, UK (10G) 941 Mbits/sec 941 Mbits/sec 3.72 ms
    Scaleway Paris, FR (10G) 937 Mbits/sec 938 Mbits/sec 14.1 ms
    NovoServe North Holland, NL (40G) 937 Mbits/sec 935 Mbits/sec 13.7 ms
    Uztelecom Tashkent, UZ (10G) 885 Mbits/sec 583 Mbits/sec 96.6 ms
    Clouvider NYC, NY, US (10G) 898 Mbits/sec 641 Mbits/sec 75.6 ms
    Clouvider Dallas, TX, US (10G) 871 Mbits/sec 452 Mbits/sec 113 ms
    Clouvider Los Angeles, CA, US (10G) 836 Mbits/sec 322 Mbits/sec 132 ms

    Geekbench 5 Benchmark Test:

    Test | Value
    |
    Single Core | 2206
    Multi Core | 22061
    Full Test | https://browser.geekbench.com/v5/cpu/19869874

    YABS completed in 5 min 36 sec`

  • LetMeBeSadLetMeBeSad Hosting ProviderOG
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 2 minutes
    Processor  : 12th Gen Intel(R) Core(TM) i5-12500
    CPU cores  : 12 @ 5900.000 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 62.6 GiB
    Swap       : 0.0 KiB
    Disk       : 200.5 GiB
    Distro     : Debian GNU/Linux bookworm/sid
    Kernel     : 6.0.14-tkg-spaceberg
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 1.35 GB/s   (338.2k) | 8.43 GB/s   (131.7k)
    Write      | 1.35 GB/s   (339.1k) | 8.47 GB/s   (132.4k)
    Total      | 2.70 GB/s   (677.3k) | 16.91 GB/s  (264.2k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 5.90 GB/s    (11.5k) | 5.59 GB/s     (5.4k)
    Write      | 6.21 GB/s    (12.1k) | 5.96 GB/s     (5.8k)
    Total      | 12.12 GB/s   (23.6k) | 11.55 GB/s   (11.2k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 4.29 Gbits/sec  | 467 Mbits/sec   | 31.7 ms        
    Scaleway        | Paris, FR (10G)           | busy            | 786 Mbits/sec   | 39.1 ms        
    NovoServe       | North Holland, NL (40G)   | 4.86 Gbits/sec  | 4.91 Gbits/sec  | 26.4 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 4.78 Gbits/sec  | busy            | 66.5 ms        
    Clouvider       | NYC, NY, US (10G)         | 1.42 Gbits/sec  | 354 Mbits/sec   | 101 ms         
    Clouvider       | Dallas, TX, US (10G)      | 1.11 Gbits/sec  | 346 Mbits/sec   | 149 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 793 Mbits/sec   | 423 Mbits/sec   | 155 ms         
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 4.22 Gbits/sec  | 318 Mbits/sec   | 31.7 ms        
    Scaleway        | Paris, FR (10G)           | busy            | 483 Mbits/sec   | 36.8 ms        
    NovoServe       | North Holland, NL (40G)   | 4.69 Gbits/sec  | 4.72 Gbits/sec  | 26.5 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 5.44 Gbits/sec  | 143 Mbits/sec   | 66.3 ms        
    Clouvider       | NYC, NY, US (10G)         | 945 Mbits/sec   | 233 Mbits/sec   | 101 ms         
    Clouvider       | Dallas, TX, US (10G)      | 1.07 Gbits/sec  | 270 Mbits/sec   | 149 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 876 Mbits/sec   | 301 Mbits/sec   | 155 ms         
    
    Geekbench 4 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 7655                          
    Multi Core      | 35543                         
    Full Test       | https://browser.geekbench.com/v4/cpu/16687560
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 1952                          
    Multi Core      | 9535                          
    Full Test       | https://browser.geekbench.com/v5/cpu/19429101
    
    YABS completed in 11 min 20 sec
    
    Thanked by (2)cybertech lapua

    Spaceberg.cc - Your favorite Seedbox provider!

  • LetMeBeSadLetMeBeSad Hosting ProviderOG
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Thu Jan 12 03:02:29 PM CET 2023
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 15 hours, 58 minutes
    Processor  : AMD EPYC 7702P 64-Core Processor
    CPU cores  : 8 @ 1996.249 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 31.4 GiB
    Swap       : 0.0 KiB
    Disk       : 393.6 GiB
    Distro     : Debian GNU/Linux bookworm/sid
    Kernel     : 6.1.4-tkg-spaceberg
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 312.54 MB/s  (78.1k) | 4.15 GB/s    (64.9k)
    Write      | 313.37 MB/s  (78.3k) | 4.18 GB/s    (65.3k)
    Total      | 625.92 MB/s (156.4k) | 8.33 GB/s   (130.2k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 14.91 GB/s   (29.1k) | 16.77 GB/s   (16.3k)
    Write      | 15.70 GB/s   (30.6k) | 17.89 GB/s   (17.4k)
    Total      | 30.61 GB/s   (59.7k) | 34.66 GB/s   (33.8k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 2.24 Gbits/sec  | 2.48 Gbits/sec   | 7.44 ms        
    Scaleway        | Paris, FR (10G)           | 2.11 Gbits/sec  | 2.33 Gbits/sec   | 11.1 ms        
    NovoServe       | North Holland, NL (40G)   | 2.24 Gbits/sec  | 2.43 Gbits/sec  | 2.83 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 2.01 Gbits/sec  | 2.15 Gbits/sec  | 83.5 ms        
    Clouvider       | NYC, NY, US (10G)         | 2.03 Gbits/sec  | 1.97 Gbits/sec  | 75.5 ms        
    Clouvider       | Dallas, TX, US (10G)      | 1.55 Gbits/sec  | 1.74 Gbits/sec  | 124 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 1.19 Gbits/sec  | 1.18 Gbits/sec  | 144 ms         
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 2.16 Gbits/sec  | 2.42 Gbits/sec   | 7.42 ms        
    Scaleway        | Paris, FR (10G)           | 2.06 Gbits/sec  | 2.35 Gbits/sec   | 11.0 ms        
    NovoServe       | North Holland, NL (40G)   | 2.07 Gbits/sec  | 2.40 Gbits/sec  | 2.78 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 1.96 Gbits/sec  | 2.31 Gbits/sec  | 83.0 ms        
    Clouvider       | NYC, NY, US (10G)         | 1.93 Gbits/sec  | 1.89 Gbits/sec  | 75.5 ms        
    Clouvider       | Dallas, TX, US (10G)      | 1.45 Gbits/sec  | 1.24 Gbits/sec  | 124 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 1.21 Gbits/sec  | 1.11 Gbits/sec  | 144 ms         
    
    Geekbench 4 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 4876                          
    Multi Core      | 28000                         
    Full Test       | https://browser.geekbench.com/v4/cpu/16698854
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 1043                          
    Multi Core      | 7198                          
    Full Test       | https://browser.geekbench.com/v5/cpu/19845447
    
    Thanked by (2)cybertech lapua

    Spaceberg.cc - Your favorite Seedbox provider!

  • LetMeBeSadLetMeBeSad Hosting ProviderOG
    Basic System Information:
    ---------------------------------
    Uptime     : 20 days, 9 hours, 3 minutes
    Processor  : Intel(R) Xeon(R) Silver 4210 CPU @ 2.20GHz
    CPU cores  : 2 @ 2194.842 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ❌ Disabled
    RAM        : 1.9 GiB
    Swap       : 0.0 KiB
    Disk       : 984.3 GiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 5.17.9-spaceberg
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 137.16 MB/s  (34.2k) | 1.70 GB/s    (26.5k)
    Write      | 137.52 MB/s  (34.3k) | 1.71 GB/s    (26.7k)
    Total      | 274.69 MB/s  (68.6k) | 3.41 GB/s    (53.3k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 4.15 GB/s     (8.1k) | 3.16 GB/s     (3.0k)
    Write      | 4.37 GB/s     (8.5k) | 3.37 GB/s     (3.2k)
    Total      | 8.52 GB/s    (16.6k) | 6.53 GB/s     (6.3k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed     
                    |                           |                 |                
    Clouvider       | London, UK (10G)          | 2.40 Gbits/sec  | 2.36 Gbits/sec 
    Online.net      | Paris, FR (10G)           | 2.48 Gbits/sec  | 2.35 Gbits/sec 
    Hybula          | The Netherlands (40G)     | 2.48 Gbits/sec  | 2.38 Gbits/sec 
    Clouvider       | NYC, NY, US (10G)         | 1.86 Gbits/sec  | 1.68 Gbits/sec 
    Velocity Online | Tallahassee, FL, US (10G) | 1.72 Gbits/sec  | 2.00 Gbits/sec 
    Clouvider       | Los Angeles, CA, US (10G) | 590 Mbits/sec   | 255 Mbits/sec  
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed     
                    |                           |                 |                
    Clouvider       | London, UK (10G)          | 2.41 Gbits/sec  | 2.32 Gbits/sec 
    Online.net      | Paris, FR (10G)           | 2.47 Gbits/sec  | 2.30 Gbits/sec 
    Hybula          | The Netherlands (40G)     | 2.48 Gbits/sec  | 2.33 Gbits/sec 
    Clouvider       | NYC, NY, US (10G)         | 1.93 Gbits/sec  | 1.78 Gbits/sec 
    Clouvider       | Los Angeles, CA, US (10G) | 1.14 Gbits/sec  | 1000 Mbits/sec 
    
    Geekbench 4 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 3225                          
    Multi Core      | 6072                          
    Full Test       | https://browser.geekbench.com/v4/cpu/16557720
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 729                           
    Multi Core      | 1406                          
    Full Test       | https://browser.geekbench.com/v5/cpu/15080971
    

    Spaceberg.cc - Your favorite Seedbox provider!

  • hostikohostiko Hosting Provider

    hostiko.com.ua
    PL-2:

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Sat Jan 14 15:34:39 CET 2023
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 36 minutes
    Processor  : Intel(R) Xeon(R) W-1270P CPU @ 3.80GHz
    CPU cores  : 2 @ 3791.998 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 3.6 GiB
    Swap       : 0.0 KiB
    Disk       : 60.0 GiB
    Distro     : Rocky Linux 8.4 (Green Obsidian)
    Kernel     : 4.18.0-305.3.1.el8_4.x86_64
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 644.22 MB/s (161.0k) | 4.87 GB/s    (76.1k)
    Write      | 645.92 MB/s (161.4k) | 4.90 GB/s    (76.5k)
    Total      | 1.29 GB/s   (322.5k) | 9.77 GB/s   (152.7k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 4.73 GB/s     (9.2k) | 4.78 GB/s     (4.6k)
    Write      | 4.99 GB/s     (9.7k) | 5.10 GB/s     (4.9k)
    Total      | 9.73 GB/s    (19.0k) | 9.89 GB/s     (9.6k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 220 Mbits/sec   | 195 Mbits/sec   |                
    Scaleway        | Paris, FR (10G)           | 221 Mbits/sec   | 195 Mbits/sec   | 32.4 ms        
    NovoServe       | North Holland, NL (40G)   | 221 Mbits/sec   | 195 Mbits/sec   |                
    Uztelecom       | Tashkent, UZ (10G)        | 207 Mbits/sec   | 167 Mbits/sec   |                
    Clouvider       | NYC, NY, US (10G)         | 209 Mbits/sec   | 156 Mbits/sec   |                
    Clouvider       | Dallas, TX, US (10G)      | 204 Mbits/sec   | 150 Mbits/sec   |                
    Clouvider       | Los Angeles, CA, US (10G) | 205 Mbits/sec   | 135 Mbits/sec   |                
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 1440                          
    Multi Core      | 2797                          
    Full Test       | https://browser.geekbench.com/v5/cpu/19882981
    

    PL-PERF-2:

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Sat Jan 14 16:35:30 CET 2023
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 50 minutes
    Processor  : AMD Ryzen 9 7950X 16-Core Processor
    CPU cores  : 2 @ 4491.524 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 7.6 GiB
    Swap       : 0.0 KiB
    Disk       : 100.0 GiB
    Distro     : Rocky Linux 8.4 (Green Obsidian)
    Kernel     : 4.18.0-305.3.1.el8_4.x86_64
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 660.89 MB/s (165.2k) | 4.98 GB/s    (77.8k)
    Write      | 662.64 MB/s (165.6k) | 5.00 GB/s    (78.2k)
    Total      | 1.32 GB/s   (330.8k) | 9.98 GB/s   (156.0k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 4.28 GB/s     (8.3k) | 4.53 GB/s     (4.4k)
    Write      | 4.51 GB/s     (8.8k) | 4.83 GB/s     (4.7k)
    Total      | 8.79 GB/s    (17.1k) | 9.36 GB/s     (9.1k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 6.46 Gbits/sec  | 6.78 Gbits/sec  |                
    Scaleway        | Paris, FR (10G)           | 6.63 Gbits/sec  | 6.17 Gbits/sec  | 30.6 ms        
    NovoServe       | North Holland, NL (40G)   | 7.36 Gbits/sec  | 7.60 Gbits/sec  |                
    Uztelecom       | Tashkent, UZ (10G)        | 1.82 Gbits/sec  | 1.44 Gbits/sec  |                
    Clouvider       | NYC, NY, US (10G)         | 1.86 Gbits/sec  | 1.94 Gbits/sec  |                
    Clouvider       | Dallas, TX, US (10G)      | 1.31 Gbits/sec  | 1.37 Gbits/sec  |                
    Clouvider       | Los Angeles, CA, US (10G) | 982 Mbits/sec   | 844 Mbits/sec   |                
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 2225                          
    Multi Core      | 4033                          
    Full Test       | https://browser.geekbench.com/v5/cpu/19884027
    
  • @hostiko beast! waiting for 200.000 code ;)

  • # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Mon 16 Jan 2023 10:45:12 AM GMT
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 0 minutes
    Processor  : AMD Ryzen 9 5950X 16-Core Processor
    CPU cores  : 1 @ 3393.624 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 1.9 GiB
    Swap       : 0.0 KiB
    Disk       : 59.0 GiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 6.1.0-1-amd64
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 359.79 MB/s  (89.9k) | 3.14 GB/s    (49.0k)
    Write      | 360.74 MB/s  (90.1k) | 3.15 GB/s    (49.3k)
    Total      | 720.54 MB/s (180.1k) | 6.29 GB/s    (98.4k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 3.48 GB/s     (6.7k) | 3.40 GB/s     (3.3k)
    Write      | 3.66 GB/s     (7.1k) | 3.63 GB/s     (3.5k)
    Total      | 7.14 GB/s    (13.9k) | 7.03 GB/s     (6.8k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 861 Mbits/sec   | 128 Mbits/sec   | 19.0 ms
    Scaleway        | Paris, FR (10G)           | busy            | 112 Mbits/sec   | 23.1 ms
    NovoServe       | North Holland, NL (40G)   | 871 Mbits/sec   | 532 Mbits/sec   | 11.4 ms
    Uztelecom       | Tashkent, UZ (10G)        | 803 Mbits/sec   | 77.4 Mbits/sec  | 87.5 ms
    Clouvider       | NYC, NY, US (10G)         | 827 Mbits/sec   | 118 Mbits/sec   | 83.3 ms
    Clouvider       | Dallas, TX, US (10G)      | 733 Mbits/sec   | 36.8 Mbits/sec  | 125 ms
    Clouvider       | Los Angeles, CA, US (10G) | 731 Mbits/sec   | 140 Mbits/sec   | 145 ms
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 912 Mbits/sec   | 904 Mbits/sec   | 19.1 ms
    Scaleway        | Paris, FR (10G)           | busy            | 854 Mbits/sec   | 15.7 ms
    NovoServe       | North Holland, NL (40G)   | 918 Mbits/sec   | 909 Mbits/sec   | 11.2 ms
    Uztelecom       | Tashkent, UZ (10G)        | 867 Mbits/sec   | 548 Mbits/sec   | 87.4 ms
    Clouvider       | NYC, NY, US (10G)         | 878 Mbits/sec   | 476 Mbits/sec   | 83.2 ms
    Clouvider       | Dallas, TX, US (10G)      | 844 Mbits/sec   | 447 Mbits/sec   | 125 ms
    Clouvider       | Los Angeles, CA, US (10G) | 815 Mbits/sec   | 347 Mbits/sec   | 145 ms
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 1669
    Multi Core      | 1648
    
    Thanked by (2)cybertech chimichurri
  • Contabo SSD Storage Singapore - Lifting the I/O limit

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Wed Jan 18 23:13:40 +08 2023
    
    Basic System Information:
    ---------------------------------
    Uptime     : 64 days, 8 hours, 0 minutes
    Processor  : AMD EPYC 7282 16-Core Processor
    CPU cores  : 2 @ 2794.748 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ❌ Disabled
    RAM        : 3.8 GiB
    Swap       : 0.0 KiB
    Disk       : 392.6 GiB
    Distro     : Ubuntu 22.04.1 LTS
    Kernel     : 5.15.0-25-generic
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 5.29 MB/s     (1.3k) | 64.06 MB/s    (1.0k)
    Write      | 5.31 MB/s     (1.3k) | 64.48 MB/s    (1.0k)
    Total      | 10.60 MB/s    (2.6k) | 128.55 MB/s   (2.0k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 523.68 MB/s   (1.0k) | 629.71 MB/s    (614)
    Write      | 551.50 MB/s   (1.0k) | 671.65 MB/s    (655)
    Total      | 1.07 GB/s     (2.0k) | 1.30 GB/s     (1.2k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 172 Mbits/sec   | 186 Mbits/sec   | 155 ms         
    Scaleway        | Paris, FR (10G)           | 172 Mbits/sec   | busy            | 168 ms         
    NovoServe       | North Holland, NL (40G)   | 171 Mbits/sec   | 175 Mbits/sec   | 156 ms         
    Uztelecom       | Tashkent, UZ (10G)        | 169 Mbits/sec   | 181 Mbits/sec   | 188 ms         
    Clouvider       | NYC, NY, US (10G)         | 163 Mbits/sec   | 174 Mbits/sec   | 235 ms         
    Clouvider       | Dallas, TX, US (10G)      | 170 Mbits/sec   | 181 Mbits/sec   | 190 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 141 Mbits/sec   | 184 Mbits/sec   | 170 ms         
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 764                           
    Multi Core      | 1392                          
    Full Test       | https://browser.geekbench.com/v5/cpu/19956439
    
    Thanked by (2)cybertech chimichurri
  • edited January 2023

    Build in a friends basement in London =), nothing public-facing because it's residential internet but it's constantly processing data and uploading the results to s3 storage. Also use it to remote into when deploying large projects because my home internet is trash. Might end up just switching to a hetzner dedi when the kWh price here jumps 5x in April... at the moment it's only costing ~£15/mo.

    Basic System Information:
    ---------------------------------
    Uptime     : 19 days, 14 hours, 57 minutes
    Processor  : AMD Ryzen 9 5900X 12-Core Processor
    CPU cores  : 24 @ 3701.000 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ❌ Disabled
    RAM        : 31.9 GiB
    Swap       : 8.0 GiB
    Disk       : 2.0 TiB
    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       | 528.48 MB/s (132.1k) | 2.21 GB/s    (34.6k)
    Write      | 529.88 MB/s (132.4k) | 2.22 GB/s    (34.8k)
    Total      | 1.05 GB/s   (264.5k) | 4.44 GB/s    (69.4k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 2.24 GB/s     (4.3k) | 2.42 GB/s     (2.3k)
    Write      | 2.36 GB/s     (4.6k) | 2.58 GB/s     (2.5k)
    Total      | 4.60 GB/s     (8.9k) | 5.01 GB/s     (4.8k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 538 Mbits/sec   | 622 Mbits/sec   | 4.42 ms
    Scaleway        | Paris, FR (10G)           | 534 Mbits/sec   | 398 Mbits/sec   | 11.8 ms
    NovoServe       | North Holland, NL (40G)   | 549 Mbits/sec   | 863 Mbits/sec   | 11.6 ms
    Uztelecom       | Tashkent, UZ (10G)        | 434 Mbits/sec   | 232 Mbits/sec   | 113 ms
    Clouvider       | NYC, NY, US (10G)         | 547 Mbits/sec   | 177 Mbits/sec   | 72.8 ms
    Clouvider       | Dallas, TX, US (10G)      | 485 Mbits/sec   | 228 Mbits/sec   | 110 ms
    Clouvider       | Los Angeles, CA, US (10G) | 425 Mbits/sec   | 241 Mbits/sec   | 129 ms
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 1795
    Multi Core      | 14978
    Full Test       | https://browser.geekbench.com/v5/cpu/19964603
    
    Thanked by (2)chimichurri ElonBezos
  • NeoonNeoon OG
    edited January 2023

    Virmach, 7$/y

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-12-29                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Thu 19 Jan 2023 05:29:02 PM EST
    
    Basic System Information:
    ---------------------------------
    Uptime     : 10 days, 19 hours, 1 minutes
    Processor  : AMD Ryzen 9 3900X 12-Core Processor
    CPU cores  : 1 @ 3799.996 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 2.1 GiB
    Swap       : 256.0 MiB
    Disk       : 19.6 GiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 5.10.0-8-amd64
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 108.80 MB/s  (27.2k) | 102.19 MB/s   (1.5k)
    Write      | 109.09 MB/s  (27.2k) | 102.72 MB/s   (1.6k)
    Total      | 217.89 MB/s  (54.4k) | 204.91 MB/s   (3.2k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 761.13 MB/s   (1.4k) | 1.31 GB/s     (1.2k)
    Write      | 801.57 MB/s   (1.5k) | 1.39 GB/s     (1.3k)
    Total      | 1.56 GB/s     (3.0k) | 2.71 GB/s     (2.6k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 293 Mbits/sec   | 224 Mbits/sec   | 255 ms         
    Scaleway        | Paris, FR (10G)           | 524 Mbits/sec   | 185 Mbits/sec   | 145 ms         
    NovoServe       | North Holland, NL (40G)   | 192 Mbits/sec   | 449 Mbits/sec   | 272 ms         
    Uztelecom       | Tashkent, UZ (10G)        | 305 Mbits/sec   | 2.48 Mbits/sec  | 220 ms         
    Clouvider       | NYC, NY, US (10G)         | 497 Mbits/sec   | 444 Mbits/sec   | 63.7 ms        
    Clouvider       | Dallas, TX, US (10G)      | 722 Mbits/sec   | 531 Mbits/sec   | 57.5 ms        
    Clouvider       | Los Angeles, CA, US (10G) | 440 Mbits/sec   | 817 Mbits/sec   | 30.8 ms        
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 1098                          
    Multi Core      | 1086                          
    Full Test       | https://browser.geekbench.com/v5/cpu/19981894
    
    YABS completed in 6 min 32 sec
    
    Thanked by (1)ariq01
  • LetMeBeSadLetMeBeSad Hosting ProviderOG
    Fri Jan 20 02:28:39 CET 2023
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 9 minutes
    Processor  : AMD Ryzen 9 7950X 16-Core Processor
    CPU cores  : 1 @ 4491.528 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 1.9 GiB
    Swap       : 0.0 KiB
    Disk       : 29.5 GiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 6.1.6-spaceberg
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 507.36 MB/s (126.8k) | 3.33 GB/s    (52.0k)
    Write      | 508.70 MB/s (127.1k) | 3.34 GB/s    (52.3k)
    Total      | 1.01 GB/s   (254.0k) | 6.67 GB/s   (104.3k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 3.68 GB/s     (7.1k) | 3.59 GB/s     (3.5k)
    Write      | 3.87 GB/s     (7.5k) | 3.83 GB/s     (3.7k)
    Total      | 7.55 GB/s    (14.7k) | 7.43 GB/s     (7.2k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 3.56 Gbits/sec  | 2.31 Gbits/sec  | 27.5 ms        
    Scaleway        | Paris, FR (10G)           | 3.88 Gbits/sec  | 2.39 Gbits/sec  | 30.7 ms        
    Clouvider       | NYC, NY, US (10G)         | 1.93 Gbits/sec  | 351 Mbits/sec   | 94.1 ms        
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 3.75 Gbits/sec  | 3.74 Gbits/sec  | 27.4 ms        
    Scaleway        | Paris, FR (10G)           | 3.50 Gbits/sec  | 4.22 Gbits/sec  | 33.2 ms        
    Clouvider       | NYC, NY, US (10G)         | 1.96 Gbits/sec  | 1.75 Gbits/sec  | 94.1 ms        
    
    Geekbench 4 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 9303                          
    Multi Core      | 8729                          
    Full Test       | https://browser.geekbench.com/v4/cpu/16702555
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 2150                              
    Multi Core      | 2184                              
    Full Test       | https://browser.geekbench.com/v5/cpu/19983640
    
    Thanked by (3)cybertech lapua nick_

    Spaceberg.cc - Your favorite Seedbox provider!

Sign In or Register to comment.