YABS closes without completing

Hi! I have a racknerd vps (1 core, 2 gb) and I have tried running yabs five times. The server closes connection before completing the benchmark.
I also tried saving the output to a file, but yabs seems to be terminating entirely.

How can I make sure that yabs gets completed?

wget -qO- yabs.sh | bash | tee yabs.txt

Tagged:

Comments

  • cybertechcybertech OGBenchmark King

    reboot and try

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

  • screen

  • I restarted the server and tried running yabs again. The ssh freezes after some time. This is the output for the second attempt:

    wget -qO- yabs.sh | bash | tee yabs$(date +%d%b%Y).txt

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

    Yet-Another-Bench-Script

    v2024-06-09

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

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

    Sun Aug 25 08:53:12 AM UTC 2024

    Basic System Information:

    Uptime : 0 days, 0 hours, 41 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 : 1024.0 MiB
    Disk : 28.5 GiB
    Distro : Ubuntu 22.04.4 LTS
    Kernel : 5.15.0-119-generic
    VM Type : KVM
    IPv4/IPv6 : ✔ Online / ❌ Offline

    IPv4 Network Information:

    ISP : HostPapa
    ASN : AS36352 HostPapa
    Host : RackNerd LLC
    Location : Elk Grove Village, Illinois (IL)
    Country : United States

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

    Block Size 4k (IOPS) 64k (IOPS)
    Read 54.08 MB/s (13.5k) 711.44 MB/s (11.1k)
    Write 54.20 MB/s (13.5k) 715.18 MB/s (11.1k)
    Total 108.28 MB/s (27.0k) 1.42 GB/s (22.2k)
    Block Size 512k (IOPS) 1m (IOPS)
    ------ --- ---- ---- ----
    Read 1.01 GB/s (1.9k) 965.54 MB/s (942)
    Write 1.07 GB/s (2.0k) 1.02 GB/s (1.0k)
    Total 2.09 GB/s (4.0k) 1.99 GB/s (1.9k)

    iperf3 Network Speed Tests (IPv4):

    Provider Location (Link) Send Speed Recv Speed Ping
    Clouvider London, UK (10G) 789 Mbits/sec 224 Mbits/sec 87.6 ms
    Eranium Amsterdam, NL (100G) 767 Mbits/sec 758 Mbits/sec 96.9 ms
    Uztelecom Tashkent, UZ (10G) 619 Mbits/sec 155 Mbits/sec 225 ms
    Leaseweb Singapore, SG (10G) 586 Mbits/sec 510 Mbits/sec 214 ms
    Clouvider Los Angeles, CA, US (10G) 866 Mbits/sec 335 Mbits/sec 47.9 ms
    Leaseweb NYC, NY, US (10G) 898 Mbits/sec 765 Mbits/sec 18.4 ms
    Edgoo Sao Paulo, BR (1G) 748 Mbits/sec 288 Mbits/sec 129 ms

    Running GB6 benchmark test... cue elevator music

  • @tototo said:
    screen

    Sorry, I didn't understand. Do I pass screen to yabs?

  • AuroraZeroAuroraZero Moderator

    @nikhm2n said:

    @tototo said:
    screen

    Sorry, I didn't understand. Do I pass screen to yabs?

    That is what he is saying to do but most likely the node is oversold and you are hitting the wall or there is someone abusing resources

    URL Shortener | YetiNode | CryptidSecurity | LaunchVPS | Are you in the Node?

  • edited August 25

    run 'screen', (install if necessary) and then run yabs inside of screen. if you get disconnected you can reconnect and re-attach to your screen and youll see the yabs results. I had a cloudcone and some other VMs that would disconnect me during yabs, but it would complete every time if i used screen.

    I tended to not keep the VMs that would drop me during yabs without using screen.

    Thanked by (2)AuroraZero tototo
  • @nikhm2n said:
    Hi! I have a racknerd vps (1 core, 2 gb) and I have tried running yabs five times. The server closes connection before completing the benchmark.
    I also tried saving the output to a file, but yabs seems to be terminating entirely.

    How can I make sure that yabs gets completed?

    wget -qO- yabs.sh | bash | tee yabs.txt

    Run GB5 test instead of GB6

  • I think the server was having some excessive use, too. The server was sluggish and the ping time was bad. My vps is currently being migrated to a new location. Fingers crossed that the new location isn't the same.
    And, thank you for helping me.
    I am going to have a look at screen and run some yabs on GB5.

  • Run your command with -x, to get more details about what happens behind the scene

    curl -sL yabs.sh | bash -x
    
Sign In or Register to comment.