Howdy, Stranger!

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


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

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

DartDay 2026 Live! $7/Yr VPS • 100+ Giveaways • Live Stream • Instant Dedicated • Free 9950X

1858687888991»

Comments

  • vonovono Member

    @vweiguang said:

    root@s34037:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 3.5G 0 disk ├─sda1 8:1 0 2.5G 0 part / ├─sda14 8:14 0 4M 0 part ├─sda15 8:15 0 106M 0 part /boot/efi └─sda16 259:0 0 913M 0 part /boot sr0 11:0 1 4M 0 rom sr1 11:1 1 1024M 0 rom root@s34037:~# dmesg | grep -i vda dmesg | grep -i scsi ls /dev/disk/by-id/ [ 1.271425] SCSI subsystem initialized [ 1.543144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 1.913422] virtio_scsi virtio3: 2/0/0 default/read/poll queues [ 1.915895] scsi host0: Virtio SCSI HBA [ 1.918944] scsi 0:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 [ 1.920153] scsi host1: ata_piix [ 1.921846] scsi host2: ata_piix [ 1.935272] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.084131] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 [ 2.093371] sr 1:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray [ 2.104319] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 2.104400] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 2.106058] scsi 2:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 [ 2.121249] sr 2:0:0:0: [sr1] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray [ 2.129067] sr 2:0:0:0: Attached scsi CD-ROM sr1 [ 2.129287] sr 2:0:0:0: Attached scsi generic sg2 type 5 [ 2.214641] sd 0:0:0:0: [sda] Attached SCSI disk ata-QEMU_DVD-ROM_QM00001 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part14 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part16 ata-QEMU_DVD-ROM_QM00003 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part1 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part15
    @DartNode
    @keoir
    After reinstalling the OS, my server is no longer showing the full 100GB of disk space. Could you please look into this and get it corrected?
    Thank

    I seem to be running into the same issue. My disk’s down to 96 GB now, but it’s not much less than before, so I don’t really care.

  • @nekomikoreimu said:
    @DartNode any debian 13 or almalinux 10 support

    i agree, up to date iso options would be very nice, but in the meantime you can select debian 12, fix the dns issues (if any) and run these command to upgrade to debian 13

    apt update -y
    apt upgrade -y
    apt dist-upgrade -y
    apt clean -y
    apt autoremove -y
    
    sed -i 's/bookworm/trixie/g' /etc/apt/sources.list
    find /etc/apt/sources.list.d -name "*.list" -exec sed -i 's/bookworm/trixie/g' {} \;
    apt update -y
    apt upgrade --without-new-pkgs -y
    apt full-upgrade -y
    
  • @nekomikoreimu said:
    @DartNode any debian 13 or almalinux 10 support

    Seconded on Debian 13 quick installer.
    In the mean time, you can mount the Debian 13 net install iso via the "Boot & ISO - Rescue Mode" option in the panel, then boot and connect via VNC and install Debian 13 manually.

    Note: The "Boot & ISO" seemed to have some bugs where it would throw errors sometimes, but I did successfully boot to Debian 13 boot iso, and install Debian 13 on a server with it.

    Thanked by 1nekomikoreimu
  • ThePickleThePickle Member
    edited June 26

    @vweiguang said:

    root@s34037:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 3.5G 0 disk ├─sda1 8:1 0 2.5G 0 part / ├─sda14 8:14 0 4M 0 part ├─sda15 8:15 0 106M 0 part /boot/efi └─sda16 259:0 0 913M 0 part /boot sr0 11:0 1 4M 0 rom sr1 11:1 1 1024M 0 rom root@s34037:~# dmesg | grep -i vda dmesg | grep -i scsi ls /dev/disk/by-id/ [ 1.271425] SCSI subsystem initialized [ 1.543144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 1.913422] virtio_scsi virtio3: 2/0/0 default/read/poll queues [ 1.915895] scsi host0: Virtio SCSI HBA [ 1.918944] scsi 0:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 [ 1.920153] scsi host1: ata_piix [ 1.921846] scsi host2: ata_piix [ 1.935272] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.084131] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 [ 2.093371] sr 1:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray [ 2.104319] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 2.104400] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 2.106058] scsi 2:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 [ 2.121249] sr 2:0:0:0: [sr1] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray [ 2.129067] sr 2:0:0:0: Attached scsi CD-ROM sr1 [ 2.129287] sr 2:0:0:0: Attached scsi generic sg2 type 5 [ 2.214641] sd 0:0:0:0: [sda] Attached SCSI disk ata-QEMU_DVD-ROM_QM00001 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part14 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part16 ata-QEMU_DVD-ROM_QM00003 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part1 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part15
    @DartNode
    @keoir
    After reinstalling the OS, my server is no longer showing the full 100GB of disk space. Could you please look into this and get it corrected?
    Thank

    I seem to be running into the same issue. My disk’s down to 96 GB now, but it’s not much less than before, so I don’t really care.

    Resize disk worked for me

    Thanked by 1vono
  • DartNodeDartNode Member, Patron Provider

    @JoshR said:
    @DartNode We are at page 90 here.
    If I ask nicely can I get a free credit or basic vps? :wink:

    We have so many more giveaways planned! What other prizes would you be excited to see? :smile:

  • rpqurpqu Member

    @DartNode said:

    @JoshR said:
    @DartNode We are at page 90 here.
    If I ask nicely can I get a free credit or basic vps? :wink:

    We have so many more giveaways planned! What other prizes would you be excited to see? :smile:

    $99/y upgradeable dedi :wink: :wink: :wink:

    Thanked by 1DartNode
  • DartNodeDartNode Member, Patron Provider

    @rpqu said:

    @DartNode said:

    @JoshR said:
    @DartNode We are at page 90 here.
    If I ask nicely can I get a free credit or basic vps? :wink:

    We have so many more giveaways planned! What other prizes would you be excited to see? :smile:

    $99/y upgradeable dedi :wink: :wink: :wink:

    You are relentless in your pursuit of the $99/y dedi! What upgrades would you make?

    Thanked by 1rpqu
  • It's been 8 days since darthday and my liquidation dedi isn't usable, stil offline and no answer on my ticket... maybe i should get worried?

  • rpqurpqu Member

    @DartNode said:

    @rpqu said:

    @DartNode said:

    @JoshR said:
    @DartNode We are at page 90 here.
    If I ask nicely can I get a free credit or basic vps? :wink:

    We have so many more giveaways planned! What other prizes would you be excited to see? :smile:

    $99/y upgradeable dedi :wink: :wink: :wink:

    You are relentless in your pursuit of the $99/y dedi! What upgrades would you make?

    If possible,
    Storage:

    • 2026-2028: +256 GB SSD then RAID1
    • 2028-2032: +2*1TB NVME RAID1
    • 2032-2036: +2*2TB NVME RAID1
      RAM:

    • 2026-2029: 64GB or 128GB

    • 2029-?: 256GB
    Thanked by 1DartNode
  • DartNodeDartNode Member, Patron Provider

    @maskofsin said:
    It's been 8 days since darthday and my liquidation dedi isn't usable, stil offline and no answer on my ticket... maybe i should get worried?

    There is no need to worry! I can assure you that your machine is in our provisioning queue and will be addressed shortly if it hasn't been already. I apologize for the delay and truly appreciate your patience through this process.

    If you provide me with your ticket number, I will personally check on the status of your machine and reach out to you about compensation for the delay. :)

    -Joe

  • maskofsinmaskofsin Member
    edited June 26

    @DartNode said:

    @maskofsin said:
    It's been 8 days since darthday and my liquidation dedi isn't usable, stil offline and no answer on my ticket... maybe i should get worried?

    There is no need to worry! I can assure you that your machine is in our provisioning queue and will be addressed shortly if it hasn't been already. I apologize for the delay and truly appreciate your patience through this process.

    If you provide me with your ticket number, I will personally check on the status of your machine and reach out to you about compensation for the delay. :)

    -Joe

    Thanks Joe.
    They did provision it but it's offline and not accessible due to what seems to be a be a dashboard bug because i got the liquidation + colocation deal.
    My tickets are:

    26894 - support ticket where Zack told me about the dashboard bug - i asked if it was possible to at least power it on so I could set it up while the bug is fixed
    26442 - provisioning ticket

    Thanked by 1DartNode
  • @DartNode said:

    @maskofsin said:
    It's been 8 days since darthday and my liquidation dedi isn't usable, stil offline and no answer on my ticket... maybe i should get worried?

    There is no need to worry! I can assure you that your machine is in our provisioning queue and will be addressed shortly if it hasn't been already. I apologize for the delay and truly appreciate your patience through this process.

    If you provide me with your ticket number, I will personally check on the status of your machine and reach out to you about compensation for the delay. :)

    -Joe

    @DartNode
    Please take a look at my issue — ticket #26992. The machine has been unusable for an entire day now.
    Thanks

    Thanked by 1DartNode
  • linda26linda26 Member

    @maskofsin said:

    @DartNode said:

    @maskofsin said:
    It's been 8 days since darthday and my liquidation dedi isn't usable, stil offline and no answer on my ticket... maybe i should get worried?

    There is no need to worry! I can assure you that your machine is in our provisioning queue and will be addressed shortly if it hasn't been already. I apologize for the delay and truly appreciate your patience through this process.

    If you provide me with your ticket number, I will personally check on the status of your machine and reach out to you about compensation for the delay. :)

    -Joe

    Thanks Joe.
    They did provision it but it's offline and not accessible due to what seems to be a be a dashboard bug because i got the liquidation + colocation deal.
    My tickets are:

    26894 - support ticket where Zack told me about the dashboard bug - i asked if it was possible to at least power it on so I could set it up while the bug is fixed
    26442 - provisioning ticket

    i think i may know your problem, if you mean the dedi power on/off bug, you should know that the dashboard is not real time-i think ,and if you ssh dartnode@your ip then you can log in your dedi remotely. Don't look at the dashboard, the power will always be off but you can still log in through ssh

    Thanked by 1DartNode
  • @linda26 said:

    @maskofsin said:

    @DartNode said:

    @maskofsin said:
    It's been 8 days since darthday and my liquidation dedi isn't usable, stil offline and no answer on my ticket... maybe i should get worried?

    There is no need to worry! I can assure you that your machine is in our provisioning queue and will be addressed shortly if it hasn't been already. I apologize for the delay and truly appreciate your patience through this process.

    If you provide me with your ticket number, I will personally check on the status of your machine and reach out to you about compensation for the delay. :)

    -Joe

    Thanks Joe.
    They did provision it but it's offline and not accessible due to what seems to be a be a dashboard bug because i got the liquidation + colocation deal.
    My tickets are:

    26894 - support ticket where Zack told me about the dashboard bug - i asked if it was possible to at least power it on so I could set it up while the bug is fixed
    26442 - provisioning ticket

    i think i may know your problem, if you mean the dedi power on/off bug, you should know that the dashboard is not real time-i think ,and if you ssh dartnode@your ip then you can log in your dedi remotely. Don't look at the dashboard, the power will always be off but you can still log in through ssh

    that doesn't seem to be the case. my ip is dead and all the dashboard options don't work, probably because of this bug and mine being a colocation. thanks tho!

  • twinstartwinstar Member

    @Samurai said:
    My 99/year Dedi just got delivered recently. The GB6 scores look pretty good, higher than what I originally expected. :D

    Are you willing to transfer it?

  • Just an update, Daniel sent me my IPMI and I'm getting things ready. A bit of a pain setting things up through another vpn but I can finally get things ready

    Thanked by 1DartNode
  • MahediMahedi Member

    Replies are disabled on this ticket.

    Anyone facing similar issue?

    I did replied through email but bit confused if he received it!
    Ticket #26749

  • DartNodeDartNode Member, Patron Provider

    @Mahedi said:

    Replies are disabled on this ticket.

    Anyone facing similar issue?

    I did replied through email but bit confused if he received it!
    Ticket #26749

    Give it a try now. :)

    Thanked by 1Mahedi
  • Finally got around to setting up my Ryzen-3 Giveaway.

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2026-05-11                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Fri Jun 26 15:42:09 CDT 2026
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 4 minutes
    Processor  : AMD Ryzen 9 9950X 16-Core Processor
    CPU cores  : 2 @ 4291.936 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 3.8 GiB
    Swap       : 1.0 GiB
    Disk       : 97.9 GiB
    Distro     : Debian GNU/Linux 13 (trixie)
    Kernel     : 6.12.94+deb13-cloud-amd64
    VM Type    : KVM
    IPv4/IPv6  : ✔ Online / ✔ Online
    
    IPv6 Network Information:
    ---------------------------------
    ISP        : Snaju Development
    ASN        : AS399646 Snaju Development
    Host       : Snaju Development
    Location   : Houston, Texas (TX)
    Country    : United States
    
    fio Disk Speed Tests (Mixed R/W 50/50) (Partition /dev/sda1):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 100.33 MB/s  (25.0k) | 1.39 GB/s    (21.7k)
    Write      | 100.60 MB/s  (25.1k) | 1.40 GB/s    (21.9k)
    Total      | 200.94 MB/s  (50.2k) | 2.79 GB/s    (43.6k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 1.36 GB/s     (2.6k) | 1.35 GB/s     (1.3k)
    Write      | 1.43 GB/s     (2.8k) | 1.44 GB/s     (1.4k)
    Total      | 2.79 GB/s     (5.4k) | 2.79 GB/s     (2.7k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | busy            | busy            | 104 ms
    Eranium         | Amsterdam, NL (100G)      | 854 Mbits/sec   | 603 Mbits/sec   | 122 ms
    Uztelecom       | Tashkent, UZ (10G)        | 613 Mbits/sec   | 94.4 Mbits/sec  | 292 ms
    Leaseweb        | Singapore, SG (10G)       | 660 Mbits/sec   | 642 Mbits/sec   | 225 ms
    Clouvider       | Los Angeles, CA, US (10G) | 909 Mbits/sec   | 865 Mbits/sec   | 38.1 ms
    Leaseweb        | NYC, NY, US (10G)         | 912 Mbits/sec   | 821 Mbits/sec   | 44.2 ms
    Edgoo           | Sao Paulo, BR (1G)        | 826 Mbits/sec   | 319 Mbits/sec   | 143 ms
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | busy            | 595 Mbits/sec   | 104 ms
    Eranium         | Amsterdam, NL (100G)      | 840 Mbits/sec   | 603 Mbits/sec   | 122 ms
    Uztelecom       | Tashkent, UZ (10G)        | 439 Mbits/sec   | 175 Mbits/sec   | 290 ms
    Leaseweb        | Singapore, SG (10G)       | 653 Mbits/sec   | 615 Mbits/sec   | 226 ms
    Clouvider       | Los Angeles, CA, US (10G) | 904 Mbits/sec   | 908 Mbits/sec   | 38.1 ms
    Leaseweb        | NYC, NY, US (10G)         | 903 Mbits/sec   | 735 Mbits/sec   | 44.2 ms
    Edgoo           | Sao Paulo, BR (1G)        | 816 Mbits/sec   | 488 Mbits/sec   | 159 ms
    
    Geekbench 6 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 3119
    Multi Core      | 5515
    Full Test       | Local (--no-upload)
    
    YABS completed in 13 min 52 sec
    
    Thanked by 2DartNode simo
  • Here's my yabs on the colocation dedi:

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

    Yet-Another-Bench-Script

    v2026-05-11

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

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

    Fri Jun 26 04:03:13 PM -03 2026

    Basic System Information:

    Uptime : 0 days, 0 hours, 3 minutes
    Processor : Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz
    CPU cores : 48 @ 2772.970 MHz
    AES-NI : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM : 125.8 GiB
    Swap : 8.0 GiB
    Disk : 94.9 GiB
    Distro : Debian GNU/Linux 13 (trixie)
    Kernel : 7.0.12-1-pve
    VM Type : NONE
    IPv4/IPv6 : ✔ Online / ❌ Offline

    IPv4 Network Information:

    ISP : Snaju Development
    ASN : AS399646 Snaju Development
    Host : Cogent communications - IPENG
    Location : Houston, Texas (TX)
    Country : United States
    Warning: Could not parse free space format for /: ''

    fio Disk Speed Tests (Mixed R/W 50/50) (Partition /dev/mapper/pve-root):

    Block Size 4k (IOPS) 64k (IOPS)
    Read 228.27 MB/s (57.0k) 477.10 MB/s (7.4k)
    Write 228.87 MB/s (57.2k) 479.62 MB/s (7.4k)
    Total 457.14 MB/s (114.2k) 956.72 MB/s (14.9k)
    Block Size 512k (IOPS) 1m (IOPS)
    ------ --- ---- ---- ----
    Read 661.55 MB/s (1.2k) 745.89 MB/s (728)
    Write 696.70 MB/s (1.3k) 795.56 MB/s (776)
    Total 1.35 GB/s (2.6k) 1.54 GB/s (1.5k)

    iperf3 Network Speed Tests (IPv4):

    Provider Location (Link) Send Speed Recv Speed Ping
    Clouvider London, UK (10G) 857 Mbits/sec 596 Mbits/sec 110 ms
    Eranium Amsterdam, NL (100G) 859 Mbits/sec 814 Mbits/sec 131 ms
    Uztelecom Tashkent, UZ (10G) 249 Mbits/sec 168 Mbits/sec 208 ms
    Leaseweb Singapore, SG (10G) 693 Mbits/sec 701 Mbits/sec 210 ms
    Clouvider Los Angeles, CA, US (10G) 909 Mbits/sec 912 Mbits/sec 47.6 ms
    Leaseweb NYC, NY, US (10G) 918 Mbits/sec 854 Mbits/sec 44.9 ms
    Edgoo Sao Paulo, BR (1G) busy 692 Mbits/sec 139 ms

    Geekbench:
    https://browser.geekbench.com/v6/cpu/18494297

  • x1archx1arch Member

    @AlteredParadox said:
    Finally got around to setting up my Ryzen-3 Giveaway.

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2026-05-11                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Fri Jun 26 15:42:09 CDT 2026
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 4 minutes
    Processor  : AMD Ryzen 9 9950X 16-Core Processor
    CPU cores  : 2 @ 4291.936 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 3.8 GiB
    Swap       : 1.0 GiB
    Disk       : 97.9 GiB
    Distro     : Debian GNU/Linux 13 (trixie)
    Kernel     : 6.12.94+deb13-cloud-amd64
    VM Type    : KVM
    IPv4/IPv6  : ✔ Online / ✔ Online
    
    IPv6 Network Information:
    ---------------------------------
    ISP        : Snaju Development
    ASN        : AS399646 Snaju Development
    Host       : Snaju Development
    Location   : Houston, Texas (TX)
    Country    : United States
    
    fio Disk Speed Tests (Mixed R/W 50/50) (Partition /dev/sda1):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 100.33 MB/s  (25.0k) | 1.39 GB/s    (21.7k)
    Write      | 100.60 MB/s  (25.1k) | 1.40 GB/s    (21.9k)
    Total      | 200.94 MB/s  (50.2k) | 2.79 GB/s    (43.6k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 1.36 GB/s     (2.6k) | 1.35 GB/s     (1.3k)
    Write      | 1.43 GB/s     (2.8k) | 1.44 GB/s     (1.4k)
    Total      | 2.79 GB/s     (5.4k) | 2.79 GB/s     (2.7k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | busy            | busy            | 104 ms
    Eranium         | Amsterdam, NL (100G)      | 854 Mbits/sec   | 603 Mbits/sec   | 122 ms
    Uztelecom       | Tashkent, UZ (10G)        | 613 Mbits/sec   | 94.4 Mbits/sec  | 292 ms
    Leaseweb        | Singapore, SG (10G)       | 660 Mbits/sec   | 642 Mbits/sec   | 225 ms
    Clouvider       | Los Angeles, CA, US (10G) | 909 Mbits/sec   | 865 Mbits/sec   | 38.1 ms
    Leaseweb        | NYC, NY, US (10G)         | 912 Mbits/sec   | 821 Mbits/sec   | 44.2 ms
    Edgoo           | Sao Paulo, BR (1G)        | 826 Mbits/sec   | 319 Mbits/sec   | 143 ms
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | busy            | 595 Mbits/sec   | 104 ms
    Eranium         | Amsterdam, NL (100G)      | 840 Mbits/sec   | 603 Mbits/sec   | 122 ms
    Uztelecom       | Tashkent, UZ (10G)        | 439 Mbits/sec   | 175 Mbits/sec   | 290 ms
    Leaseweb        | Singapore, SG (10G)       | 653 Mbits/sec   | 615 Mbits/sec   | 226 ms
    Clouvider       | Los Angeles, CA, US (10G) | 904 Mbits/sec   | 908 Mbits/sec   | 38.1 ms
    Leaseweb        | NYC, NY, US (10G)         | 903 Mbits/sec   | 735 Mbits/sec   | 44.2 ms
    Edgoo           | Sao Paulo, BR (1G)        | 816 Mbits/sec   | 488 Mbits/sec   | 159 ms
    
    Geekbench 6 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 3119
    Multi Core      | 5515
    Full Test       | Local (--no-upload)
    
    YABS completed in 13 min 52 sec
    

    Holy guacamole! is it $13/y?

  • AceSheepAceSheep Member

    @AlteredParadox said: Finally got around to setting up my Ryzen-3 Giveaway.

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2026-05-11                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Fri Jun 26 15:42:09 CDT 2026
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 4 minutes
    Processor  : AMD Ryzen 9 9950X 16-Core Processor
    CPU cores  : 2 @ 4291.936 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 3.8 GiB
    Swap       : 1.0 GiB
    Disk       : 97.9 GiB
    Distro     : Debian GNU/Linux 13 (trixie)
    Kernel     : 6.12.94+deb13-cloud-amd64
    VM Type    : KVM
    IPv4/IPv6  : ✔ Online / ✔ Online
    
    IPv6 Network Information:
    ---------------------------------
    ISP        : Snaju Development
    ASN        : AS399646 Snaju Development
    Host       : Snaju Development
    Location   : Houston, Texas (TX)
    Country    : United States
    
    fio Disk Speed Tests (Mixed R/W 50/50) (Partition /dev/sda1):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
    ------   | ---            ----  | ----           ----
    Read       | 100.33 MB/s  (25.0k) | 1.39 GB/s    (21.7k)
    Write      | 100.60 MB/s  (25.1k) | 1.40 GB/s    (21.9k)
    Total      | 200.94 MB/s  (50.2k) | 2.79 GB/s    (43.6k)
    |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
    ------   | ---            ----  | ----           ----
    Read       | 1.36 GB/s     (2.6k) | 1.35 GB/s     (1.3k)
    Write      | 1.43 GB/s     (2.8k) | 1.44 GB/s     (1.4k)
    Total      | 2.79 GB/s     (5.4k) | 2.79 GB/s     (2.7k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | busy            | busy            | 104 ms
    Eranium         | Amsterdam, NL (100G)      | 854 Mbits/sec   | 603 Mbits/sec   | 122 ms
    Uztelecom       | Tashkent, UZ (10G)        | 613 Mbits/sec   | 94.4 Mbits/sec  | 292 ms
    Leaseweb        | Singapore, SG (10G)       | 660 Mbits/sec   | 642 Mbits/sec   | 225 ms
    Clouvider       | Los Angeles, CA, US (10G) | 909 Mbits/sec   | 865 Mbits/sec   | 38.1 ms
    Leaseweb        | NYC, NY, US (10G)         | 912 Mbits/sec   | 821 Mbits/sec   | 44.2 ms
    Edgoo           | Sao Paulo, BR (1G)        | 826 Mbits/sec   | 319 Mbits/sec   | 143 ms
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | busy            | 595 Mbits/sec   | 104 ms
    Eranium         | Amsterdam, NL (100G)      | 840 Mbits/sec   | 603 Mbits/sec   | 122 ms
    Uztelecom       | Tashkent, UZ (10G)        | 439 Mbits/sec   | 175 Mbits/sec   | 290 ms
    Leaseweb        | Singapore, SG (10G)       | 653 Mbits/sec   | 615 Mbits/sec   | 226 ms
    Clouvider       | Los Angeles, CA, US (10G) | 904 Mbits/sec   | 908 Mbits/sec   | 38.1 ms
    Leaseweb        | NYC, NY, US (10G)         | 903 Mbits/sec   | 735 Mbits/sec   | 44.2 ms
    Edgoo           | Sao Paulo, BR (1G)        | 816 Mbits/sec   | 488 Mbits/sec   | 159 ms
    
    Geekbench 6 Benchmark Test:
    ---------------------------------
    Test            | Value
    |
    Single Core     | 3119
    Multi Core      | 5515
    Full Test       | Local (--no-upload)
    
    YABS completed in 13 min 52 sec
    

    It's even better than my dedi.

    Thanked by 2DartNode simo
  • @x1arch said:
    Holy guacamole! is it $13/y?

    Shows up as $12? lol.

    Thanked by 1x1arch
Sign In or Register to comment.