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
What CPU was that?
that's not my bench, but something I copied from earlier in this thread and adjusted to have an example... however, you could simply click the link for the geekbench result and find out what CPU that is, right? ;-) ;-)
I'm sorry, can you give an example of proper alignment? I'll see if it is doable
I totally missed that, gonna make a minor edit and push it to git. Thank you 😀
possible for gb4 option?
Gb version is chosen based on your architecture, gb4 is targeted to 32 bit user-- as it doesn't support gb5.
But if requested enough, I could implement this feature.
Right alignment (integers) or decimal point alignment (dots below each other).
https://creativepro.com/tip-week-decimal-align-numbers-table-cells/
I'll look into this, meanwhile you can check currently planned enhancement https://github.com/L1so/benchy/issues
Nice script but why do I see on ipv6 connections: busy ?
Ipv4 works fine:
Network Performance Test:
+--------------------------------------------------------------------------------------+
| Prot. | Provider | Location | Send | Receive | Latency |
+======================================================================================+
| IPv4 | Clouvider | London, UK | 251 Mbits/sec | 324 Mbits/sec | 12 ms |
| | Airstream | Wisconsin, USA | 137 Mbits/sec | 189 Mbits/sec | 122 ms |
| | Uztelecom | Tashkent, UZB | 175 Mbits/sec | 64.8 Mbits/sec | 102 ms |
| | Online.net | Paris, FRA | 403 Mbits/sec | 314 Mbits/sec | 14 ms |
| | WebHorizon | Singapore, SG | busy | busy | 240 ms |
+--------------------------------------------------------------------------------------+
| IPv6 | Clouvider | London, UK | busy | busy | 10 ms |
| | Airstream | Wisconsin, USA | busy | busy | 120 ms |
| | Uztelecom | Tashkent, UZ | busy | busy | 93 ms |
| | Online.net | Paris, FR | busy | busy | 14 ms |
| | WebHorizon | Singapore, SG | busy | busy | 240 ms |
+--------------------------------------------------------------------------------------+
https://browser.geekbench.com/v5/cpu/14295092
I don't have to add anything but this is cool job, kudos @Liso .
Can you post
lsblk
ordf -h
? I'm trying to implement this, but unfortunately I don't have server with multiple disk.This is what it looks like in my private server. It would be best if someone else checked what it looks like in real low-end providers.
Debian 11
Thanks, if you don't mind-- can you post
/etc/fstab
content ? Just wanted to make sure about the layout.(3rd attempt at markdown crap)
I mount this partition manually and I have the default fstab from debian 11.
Any chance of a JSON output option?
Soon probably, but not in my plan now.
| | Airstream | Wisconsin, USA | busy | busy | 120 ms |
| | Uztelecom | Tashkent, UZ | busy | busy | 93 ms |
| | Online.net | Paris, FR | busy | busy | 14 ms |
| | WebHorizon | Singapore, SG | busy | busy | 240 ms |
Really no one has this problem ?
@Liso any help ?
A suggestion you can try is to manually run iperf to IPv6 host.
This should help troubleshoot the problem. Had the test failed, then your server probably didn't have IPv6 configured correctly.
Maybe I'm paranoid, but I can't shake the suspicion that this script is somehow backdoored and the OP is a weasel rereg.
Scary named function:
[Edit: emboldened.]
Actually that function is to convert bytes size to human readable, I took it from https://gist.github.com/Akianonymus/25cfa570cb66821ab61846ceb0f9ca07 (there's credit above the function).
Before that, I'm using this code-- unfortunately it's not portable to other shells (POSIX does not define array).
You don't need to explain; I gathered that - just like I gathered you didn't like the previous information I posted, showing multi-disc layout. /s
Okay then.... I didn't know it was meant for sarcasm
This is the brown M&M check to see how many people look at source before running random internet script.
The ToS that give $10k to the first person to read the ToS are much better checks.
They can easily hide it in the binaries for what it's worth.
Hello everyone, hope you all having a great day.
I'm happy to announce that benchy now support multiple disk layout— the process utilized
lsblk
to get mount-point and block devices.benchy
will creates a test file on your external disk mount-point, so make sure the user you ran benchy from has write permission the disk.The below test is conducted on my home RPI 3B+ with external HDD attached.
Thank you for your attention, I appreciate any feedback
Note
Your
lsblk
must support-p, --paths
flag toprint complete device path
, older releases with ancientutil-linux
may not have it (my 14.04 box for example, does not have this option)— you can check this flag availability by issuing:If it returns
0
, then you're fine. Otherwise I have provide precompiled binary for people whoselsblk
does not support-p
option. The script will automatically detect and will download if necessary.Appreciat. Any chance could generate a pic with result will be amazing.
Do you mean result to paste service ?