0%

Linux服务器性能测试

Linux服务器性能测试方法汇总。

bench.sh

查看CPU Model(CPU型号)、CPU Cores(核数)、CPU Frequency(主频)、Total Disk(磁盘容量)、Total Mem(内存)、Swap(虚拟内存)、系统发行版本、Linux内核、地域节点、磁盘I/O读写速度及云服务器上传下载速度测试:

1
wget -qO- bench.sh | bash

输出结果:

unixbench.sh

1
2
3
wget --no-check-certificate https://hub.fastgit.org/teddysun/across/raw/master/unixbench.sh
chmod +x unixbench.sh
./unixbench.sh

输出:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
------------------------------------------------------------------------
Benchmark Run: Sat Sep 25 2021 19:26:05 - 19:54:08
24 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables 36300841.3 lps (10.0 s, 7 samples)
Double-Precision Whetstone 4484.8 MWIPS (9.8 s, 7 samples)
Execl Throughput 3512.4 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 745701.0 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 195219.3 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 2269190.7 KBps (30.0 s, 2 samples)
Pipe Throughput 1054151.9 lps (10.0 s, 7 samples)
Pipe-based Context Switching 132766.6 lps (10.0 s, 7 samples)
Process Creation 10961.7 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 11558.5 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 6579.6 lpm (60.0 s, 2 samples)
System Call Overhead 777922.2 lps (10.0 s, 7 samples)

System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 36300841.3 3110.6
Double-Precision Whetstone 55.0 4484.8 815.4
Execl Throughput 43.0 3512.4 816.8
File Copy 1024 bufsize 2000 maxblocks 3960.0 745701.0 1883.1
File Copy 256 bufsize 500 maxblocks 1655.0 195219.3 1179.6
File Copy 4096 bufsize 8000 maxblocks 5800.0 2269190.7 3912.4
Pipe Throughput 12440.0 1054151.9 847.4
Pipe-based Context Switching 4000.0 132766.6 331.9
Process Creation 126.0 10961.7 870.0
Shell Scripts (1 concurrent) 42.4 11558.5 2726.1
Shell Scripts (8 concurrent) 6.0 6579.6 10966.1
System Call Overhead 15000.0 777922.2 518.6
========
System Benchmarks Index Score 1421.9

------------------------------------------------------------------------
Benchmark Run: Sat Sep 25 2021 19:54:08 - 19:54:08
24 CPUs in system; running 24 parallel copies of tests

相关资料

  1. bench-scripts
坚持原创技术分享,您的支持将鼓励我继续创作!