Giter VIP home page Giter VIP logo

Comments (5)

masonr avatar masonr commented on May 30, 2024

Can you paste the full output so I can better diagnose what's going on? Also post the output of just running the -h flag (curl -sL yabs.sh | bash -s -- -h) as that may have some info that helps identify the cause.

from yet-another-bench-script.

freaky33 avatar freaky33 commented on May 30, 2024

Normal Output:

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

Yet-Another-Bench-Script

v2021-12-03

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

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

Mon 20 Dec 2021 07:47:55 PM CET

Basic System Information:

Processor : AMD EPYC 7702P 64-Core Processor
CPU cores : 4 @ 1996.248 MHz
AES-NI : ✔ Enabled
VM-x/AMD-V : ❌ Disabled
RAM : 15.7 GiB
Swap : 0.0 KiB
Disk : 157.4 GiB

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

Block Size | 4k (IOPS) | 64k (IOPS)
------ | --- ---- | ---- ----
Read | 40.25 MB/s (10.0k) | 399.62 MB/s (6.2k)
Write | 40.34 MB/s (10.0k) | 401.73 MB/s (6.2k)
Total | 80.59 MB/s (20.1k) | 801.35 MB/s (12.5k)
| |
Block Size | 512k (IOPS) | 1m (IOPS)
------ | --- ---- | ---- ----
Read | 810.66 MB/s (1.5k) | 1.04 GB/s (1.0k)
Write | 853.73 MB/s (1.6k) | 1.11 GB/s (1.0k)
Total | 1.66 GB/s (3.2k) | 2.15 GB/s (2.1k)

Geekbench 5 Benchmark Test:

Test | Value
|
Single Core | 831
Multi Core | 3028
Full Test | https://browser.geekbench.com/v5/cpu/11717484

Running curl -sL yabs.sh | bash -s -- -h does not give me an output at all.
Edit: Gave me an output now on second try:

`# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #

Yet-Another-Bench-Script

v2021-12-03

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

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

Mon 20 Dec 2021 09:11:02 PM CET

Usage: ./yabs.sh [-flags]
curl -sL yabs.sh | bash
curl -sL yabs.sh | bash -s -- -{bfdighr49}

Flags:
-b : prefer pre-compiled binaries from repo over local packages
-f/d : skips the fio disk benchmark test
-i : skips the iperf network test
-g : skips the geekbench performance test
-h : prints this lovely message, shows any flags you passed,
shows if fio/iperf3 local packages have been detected,
then exits
-r : reduce number of iperf3 network locations (to only three)
to lessen bandwidth usage
-4 : use geekbench 4 instead of geekbench 5
-9 : use both geekbench 4 AND geekbench 5

Detected Arch: x64

Detected Flags:
running geekbench 5

Local Binary Check:
fio not detected, will download precompiled binary
fio detected, using local package
iperf3 detected, using local package

Detected Connectivity:
IPv4 not connected
IPv6 not connected

Exiting...`

But the server is online.

from yet-another-bench-script.

masonr avatar masonr commented on May 30, 2024

Output is strange, it should be printing an error if it's unable to perform the iperf test but seems like it's skipping it instead for whatever reason. Will have to dig more into the code to see what may cause this. To confirm -- you just run "curl -sL yabs.sh | bash" to produce your first output, correct?

Also seems like it's not detecting connectivity successfully. What's the output of these commands?

ping -4 -c 1 -W 4 ipv4.google.com
curl -4 -m 4 icanhazip.com
ping -6 -c 1 -W 4 ipv6.google.com
curl -6 -m 4 icanhazip.com

Feel free to redact your IP address from the output, no need to post that publicly.

from yet-another-bench-script.

freaky33 avatar freaky33 commented on May 30, 2024

I'm sorry for wasting your time. Some installed application changed the DNS Server to something completely off.
Changed it back and it's working now. Thank you.

from yet-another-bench-script.

masonr avatar masonr commented on May 30, 2024

@freaky33 - no worries! Glad you were able to find the fix. I'm going to add a check to the script that if IPv4 and IPv6 connectivity are both not detected, then it'll warn the user to check their DNS config. I don't think this is the first time something like this has happened if memory serves me right.

from yet-another-bench-script.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.