本帖最后由 魔法巴拉 于 2023-2-18 01:16 编辑
Yet-Another-Bench-Script
https://github.com/masonr/yet-another-bench-script
显示系统信息
- wget -qO- yabs.sh | bash -s -- -gif
复制代码
测试磁盘
- wget -qO- yabs.sh | bash -s -- -gi
复制代码
测试网络
- wget -qO- yabs.sh | bash -s -- -gf
复制代码
跑分
- wget -qO- yabs.sh | bash -s -- -if
复制代码
测试磁盘、网络和跑分
- # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
- # Yet-Another-Bench-Script #
- # v2022-12-04 #
- # https://github.com/masonr/yet-another-bench-script #
- # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
- Wed Jan 4 12:03:38 UTC 2023
- Basic System Information:
- ---------------------------------
- Uptime : 2 days, 22 hours, 42 minutes
- Processor : Westmere E56xx/L56xx/X56xx (Nehalem-C)
- CPU cores : 1 [url=home.php?mod=space&uid=175]@[/url] 2599.998 MHz
- AES-NI : ✔ Enabled
- VM-x/AMD-V : ❌ Disabled
- RAM : 1.9 GiB
- Swap : 0.0 KiB
- Disk : 19.6 GiB
- Distro : Debian GNU/Linux 11 (bullseye)
- Kernel : 5.10.0-20-amd64
- fio Disk Speed Tests (Mixed R/W 50/50):
- ---------------------------------
- Block Size | 4k (IOPS) | 64k (IOPS)
- ------ | --- ---- | ---- ----
- Read | 37.37 MB/s (9.3k) | 461.93 MB/s (7.2k)
- Write | 37.44 MB/s (9.3k) | 464.36 MB/s (7.2k)
- Total | 74.82 MB/s (18.7k) | 926.30 MB/s (14.4k)
- | |
- Block Size | 512k (IOPS) | 1m (IOPS)
- ------ | --- ---- | ---- ----
- Read | 1.01 GB/s (1.9k) | 1.09 GB/s (1.0k)
- Write | 1.06 GB/s (2.0k) | 1.16 GB/s (1.1k)
- Total | 2.07 GB/s (4.0k) | 2.25 GB/s (2.2k)
- iperf3 Network Speed Tests (IPv4):
- ---------------------------------
- Provider | Location (Link) | Send Speed | Recv Speed | Ping
- ----- | ----- | ---- | ---- | ----
- Clouvider | London, UK (10G) | busy | 100 Mbits/sec | 23.0 ms
- Scaleway | Paris, FR (10G) | 103 Mbits/sec | 100 Mbits/sec | 20.5 ms
- NovoServe | North Holland, NL (40G) | 103 Mbits/sec | 100 Mbits/sec | 18.7 ms
- Uztelecom | Tashkent, UZ (10G) | 98.2 Mbits/sec | 97.6 Mbits/sec | 99.5 ms
- Clouvider | NYC, NY, US (10G) | 98.5 Mbits/sec | 98.0 Mbits/sec | 91.0 ms
- Clouvider | Dallas, TX, US (10G) | 96.6 Mbits/sec | 96.5 Mbits/sec | 127 ms
- Clouvider | Los Angeles, CA, US (10G) | 92.1 Mbits/sec | 93.7 Mbits/sec | 161 ms
- Geekbench 5 Benchmark Test:
- ---------------------------------
- Test | Value
- |
- Single Core | 604
- Multi Core | 605
- Full Test | https://browser.geekbench.com/v5/cpu/19693679
- YABS completed in 7 min 27 sec
复制代码
Teddysun 大佬的 bench.sh 脚本
- wget -qO- bench.sh | bash
复制代码- -------------------- A Bench.sh Script By Teddysun -------------------
- Version : v2022-06-01
- Usage : wget -qO- bench.sh | bash
- ----------------------------------------------------------------------
- CPU Model : Westmere E56xx/L56xx/X56xx (Nehalem-C)
- CPU Cores : 1 @ 2599.998 MHz
- CPU Cache : 16384 KB
- AES-NI : Enabled
- VM-x/AMD-V : Disabled
- Total Disk : 19.6 GB (1.8 GB Used)
- Total Mem : 1.9 GB (90.3 MB Used)
- System uptime : 2 days, 22 hour 35 min
- Load average : 0.08, 0.02, 0.01
- OS : Debian GNU/Linux 11
- Arch : x86_64 (64 Bit)
- Kernel : 5.10.0-20-amd64
- TCP CC : bbr
- Virtualization : KVM
- Organization : AS49367 Seflow s.r.l.
- Location : Figino / IT
- Region : Lombardy
- ----------------------------------------------------------------------
- I/O Speed(1st run) : 457 MB/s
- I/O Speed(2nd run) : 424 MB/s
- I/O Speed(3rd run) : 417 MB/s
- I/O Speed(average) : 432.7 MB/s
- ----------------------------------------------------------------------
- Node Name Upload Speed Download Speed Latency
- Speedtest.net 102.79 Mbps 100.24 Mbps 12.06 ms
- Los Angeles, US 107.50 Mbps 104.35 Mbps 152.91 ms
- Dallas, US 106.03 Mbps 102.15 Mbps 124.92 ms
- Montreal, CA 103.34 Mbps 100.53 Mbps 98.52 ms
- Paris, FR 103.41 Mbps 100.33 Mbps 24.43 ms
- Amsterdam, NL 103.01 Mbps 100.67 Mbps 21.75 ms
- Shanghai, CN 55.94 Mbps 100.43 Mbps 251.68 ms
- Nanjing, CN 14.98 Mbps 95.64 Mbps 285.43 ms
- Hongkong, CN 101.60 Mbps 104.75 Mbps 242.49 ms
- Seoul, KR 89.63 Mbps 100.29 Mbps 296.28 ms
- Singapore, SG 96.19 Mbps 100.20 Mbps 232.23 ms
- Tokyo, JP 100.99 Mbps 105.27 Mbps 237.36 ms
- ----------------------------------------------------------------------
- Finished in : 5 min 59 sec
- Timestamp : 2023-01-04 12:03:05 UTC
- ----------------------------------------------------------------------
复制代码
oldking 老鬼的 SuperBench.sh 脚本
- wget -qO- git.io/superbench.sh | bash
复制代码- ----------------------------------------------------------------------
- Superbench.sh -- https://www.oldking.net/350.html
- Mode : Standard Version : 1.1.7
- Usage : wget -qO- sb.oldking.net | bash
- ----------------------------------------------------------------------
- CPU Model : Intel Core Processor (Haswell, no TSX)
- CPU Cores : 1 Cores 2399.996 MHz x86_64
- CPU Cache : 16384 KB
- OS : Debian GNU/Linux 11 (64 Bit) KVM
- Kernel : 5.10.0-20-cloud-amd64
- Total Space : 9.3 GB / 20.1 GB
- Total RAM : 71 MB / 1937 MB (441 MB Buff)
- Total SWAP : 0 MB / 0 MB
- Uptime : 5 days 12 hour 39 min
- Load Average : 0.22, 0.05, 0.02
- TCP CC : bbr
- ASN & ISP : AS16276, OVH SAS
- Organization : OVH US LLC
- Location : Hillsboro, United States / US
- Region : Oregon
- ----------------------------------------------------------------------
- I/O Speed( 1.0GB ) : 905 MB/s
- I/O Speed( 1.0GB ) : 935 MB/s
- I/O Speed( 1.0GB ) : 874 MB/s
- Average I/O Speed : 904.7 MB/s
- ----------------------------------------------------------------------
- Node Name Upload Speed Download Speed Latency
- Speedtest.net 98.65 Mbit/s 98.62 Mbit/s (*)66.62 ms
- Fast.com 0.00 Mbit/s 0 Mbit/s -
- Nanjing 5G CT 86.11 Mbit/s 100.96 Mbit/s 154.25 ms
- Hefei 5G CT 90.90 Mbit/s 100.91 Mbit/s 185.23 ms
- Guangzhou 5G CT 4.22 Mbit/s 46.96 Mbit/s 185.20 ms
- Shanghai 5G CU 79.71 Mbit/s 8.83 Mbit/s 252.28 ms
- ----------------------------------------------------------------------
- Finished in : 3 min 2 sec
- Timestamp : 2023-01-04 20:49:35 GMT+8
- Results : ./superbench.log
- ----------------------------------------------------------------------
- Share result:
- · https://www.speedtest.net/result/c/09bb4f70-a44f-4ce0-9304-ee8e980c767b
- · https://paste.ubuntu.com/p/mQfPQshwQz/
- ----------------------------------------------------------------------
复制代码
|