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.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
OneQode
Guam
xer.small
CloudBlast - 3gb - 1vCore
Dedirock - Promo VPS Saver NY CM LEB 2025 - $6.45 USD / Yearly
RackNerd BlackFriday 2025 - 2.5Gb - 2vCores - LA DC03
Provider: JustHost (https://justhost.ru) by @antonpa
Location: Prague, Czechia
Price: $4.61/month
Upstream(s): Datacamp (AS60068) - https://bgp.tools/prefix/192.124.172.0/24#connectivity
Other info: 100 Mbps fair-share bandwidth, 700 MB/s NVMe
I have no idea why the GB4 score results are blank, but according to the URL, the single core and multi-core scores are 4805 and 4525 respectively.
Output of
lscpu(click to expand)Provider: MetroVPS (https://metrovps.com) by @MetroVPS_NMP and @rafathossain
Location: Dhaka, Bangladesh
Price: $25/year ("Cloud Mastery" promo)
Upstream(s): CoLoCity (AS138594), MiME (AS137967) - https://bgp.tools/prefix/103.174.51.0/24#connectivity
Other info: 1 TB @ 1 Gbps then throttled to 5 Mbps, does not accept crypto
Huge thanks to @sh97 for transferring this VPS to me!
As with the last YABS, the CPU benchmark results are not being displayed by the script. According to the full test URL, the single and multi core numbers are 719 and 714 respectively.
Output of
lscpu(click to expand)DartNode $13.99/YR
The disk is slower than my SD Card lol
Comparing with other ppl's yabs from the same plan, this one is flying
GreenCloud - 'BudgetKVMSGDC1-2' - Singapore
DeluxHost W-3 plan
It's AMD Ryzen 9 9950X !!!!
CloudBlast - US Salt Lake - 3GB Plan
Since running YABS on a host that already has a lot of activity going on skews the results, and I have a lot of servers that I haven't run YABS on yet, I think I'll create a custom initramfs that just runs YABS, reboot into it using kexec to quickly run the script (after mounting the root filesystem for disk I/O tests) and export it, then reboot again to minimize downtime.
Would a tutorial on creating that be of interest to anyone here?
Hostiko - Poland, Warsaw - 1st Standard plan
Hostiko - Sweden, Stockholm - 1st Standard plan
RackNerd - 1.2 GB Ryzen 7950X VPS (New Year 2024) Chicago - $18.88/yr
Hostiko - Ukraine, Kyiv - 1st Standard plan
CloudBlast - Hong Kong - VMA11
Yes, but it would be important to also ensure that the disk related (fio) yabs are also run (esp. for storage servers that may have the HDD based "big disks" also).
You're over estimating the "minimise downtime" aspect - we're (cheap) idlers here. We're also yabs-boasters and envy-creaters. So I guess the contention-free yabs should result in more envy in others. Definitely worth it!
Yes, it'd have to mount the root filesystem to do the tests. That's easy enough by just passing the PARTUUID as a boot parameter that's given to kexec (same with networking configuration, so that it doesn't have to attempt to autoconfigure networking on its own) so that it knows what to mount.
If it's "natively" supported sure, but otherwise, it'll get pretty complicated (for e.g. to test ZFS on the "HDD" part of a storage server).
For the vast majority of a quick yabs check, it would of course be useful.
CAPTAIN 90% OFF $38.40/year
Sure, it's not going to be over-complicated. It'll make certain assumptions about the system that will hold for 99% of VPS users (i.e. a single root filesystem that's built-in like ext4 or xfs, no complex RAID or LVM setups or LUKS encryption, etc).
Essentially:
/boot/vmlinuz-$(uname -r)and a small custom initramfs, along with the info collected above/root