90 Commits

Author SHA1 Message Date
Teddysun
667000925c
Update comments 2024-11-12 20:46:21 +09:00
Teddysun
8d560f0f99
Update comments 2024-11-12 20:16:15 +09:00
vvto33
6711d6e2e9
Update function check_virt (#121)
Adjusted to recognize 'KVM' when 'sys_manu' contains 'QEMU'.
(Detection was failing on BuyVM.net's KVM VPS)
2024-04-17 17:16:00 +09:00
Seamile
1050224c16
Fixed function io_test adapt to the Chinese environment (#124) 2024-04-17 17:14:22 +09:00
Teddysun
9d94a26b12
Improve shell script by shellcheck
Signed-off-by: Teddysun <i@teddysun.com>
2023-10-24 11:35:12 +09:00
Adam Xiao Han
5d975e90ef
Improve disk usage calculation (#115)
1. use "free -k" to get swap usage
2. improve disk usage calculation to support ZFS
2023-10-24 10:41:26 +09:00
Teddysun
70f8bd140d
Update comments
Added Emojis

Signed-off-by: Teddysun <i@teddysun.com>
2023-10-16 20:01:41 +09:00
秉虎
28e7865afb
Fixed processor name contains processor string issue (#114)
When model name contain processor, such as 'Common KVM processor', it will cause a false calculate in processor.
To prevent this, add ^ to make sure it only count the line start with processor.
2023-10-16 15:50:20 +09:00
Teddysun
0a5d50b537
Update comments
Format shell script by shfmt;
Changed some test servers.

Signed-off-by: Teddysun <i@teddysun.com>
2023-10-16 11:16:51 +09:00
Teddysun
9bc6ce3b98
Update comments
Fixed Latency result display

Signed-off-by: Teddysun <i@teddysun.com>
2023-10-16 10:21:57 +09:00
Teddysun
6d3418e094
Update comments
Update speedtest-cli to version 1.2.0

Signed-off-by: Teddysun <i@teddysun.com>
2023-10-16 10:13:24 +09:00
Teddysun
503de4c505
Update comments 2023-06-11 10:00:13 +09:00
Teddysun
e8b49cae14
Update bench.sh (#101) 2022-06-01 21:33:27 +09:00
vvto33
86152c33ca
Changed speedtest servers (#99)
JP and SG
2022-04-30 11:13:08 +09:00
vvto33
d00c12c77d
Detected KVM when dmesg doesn't show "KVM" (#98) 2022-04-30 11:12:28 +09:00
Teddysun
e3e6213076
Update comments 2022-02-24 09:39:57 +09:00
Teddysun
024c35ba97
Update comments
release version v2022-02-22

Signed-off-by: Teddysun <i@teddysun.com>
2022-02-23 19:38:29 +09:00
Teddysun
70d1d224fc
Update bench.sh 2022-01-02 21:44:51 +09:00
Teddysun
d7b431f32a
Update bench.sh 2022-01-02 21:32:29 +09:00
Teddysun
ed8826fccb
Update bench.sh 2022-01-01 21:28:37 +09:00
Teddysun
56f11d49e4
Update bench.sh 2022-01-01 16:39:56 +09:00
Teddysun
dd819811b6
update speedtest-cli version 2022-01-01 16:07:49 +09:00
Teddysun
94d85952fd
Update bench.sh 2022-01-01 15:50:10 +09:00
Teddysun
4625d29004
Update comments 2021-10-08 07:54:28 +09:00
Teddysun
26e0fe3f36
Update bench.sh 2021-02-11 15:09:56 +09:00
Teddysun
94a2f37e8d
Update bench.sh 2021-02-10 14:59:39 +09:00
Teddysun
26739e9ae6
Fixed issue #74
Signed-off-by: Teddysun <i@teddysun.com>
2020-11-10 19:40:00 +09:00
Teddysun
b47964ff95
Update comments
Signed-off-by: Teddysun <i@teddysun.com>
2020-07-31 11:58:04 +09:00
Teddysun
2d2e78dbb4
Update comments
Set timeout when use wget command

Signed-off-by: Teddysun <i@teddysun.com>
2020-07-29 10:59:18 +09:00
Teddysun
d217b0e77b
Update comments
Signed-off-by: Teddysun <i@teddysun.com>
2020-07-29 09:52:17 +09:00
Teddysun
27c9531155
Update comments
Fixed speed test && trap signal

Signed-off-by: Teddysun <i@teddysun.com>
2020-07-28 21:12:13 +09:00
Teddysun
23ffec1c83
Update Comments
Change to speedtest-cli for network speed test

Signed-off-by: Teddysun <i@teddysun.com>
2020-07-28 20:05:32 +09:00
Teddysun
9012079a90
Update comments
Get more system information

Signed-off-by: Teddysun <i@teddysun.com>
2020-07-28 17:17:30 +09:00
Teddysun
4ea6fc0b46
Update bench.sh 2019-08-01 12:09:43 +09:00
Teddysun
99c9fb94e2
Update bench.sh 2019-08-01 11:15:55 +09:00
Teddysun
825142d320
Update comments
Signed-off-by: Teddysun <i@teddysun.com>
2019-05-15 08:30:08 +09:00
Teddysun
fc72897819
Fixed docker image problem
Signed-off-by: Teddysun <i@teddysun.com>
2018-07-03 23:17:00 +09:00
Teddysun
686fd98b77
Fixed issues #27
Signed-off-by: Teddysun <i@teddysun.com>
2018-06-27 08:33:04 +09:00
Teddysun
4467f98325
Fixed issues #26
Signed-off-by: Teddysun <i@teddysun.com>
2018-06-20 23:56:22 +09:00
Teddysun
84a7b0ad27
Update comments
Signed-off-by: Teddysun <i@teddysun.com>
2018-06-03 22:27:20 +09:00
Teddysun
dd547d3935
Update comments
Signed-off-by: Teddysun <i@teddysun.com>
2018-05-01 11:30:04 +09:00
Teddysun
5e7ad09ff2
Fixed issues #23
Signed-off-by: Teddysun <i@teddysun.com>
2018-05-01 11:23:10 +09:00
Teddysun
a04bff715c
Update comments
Fixed get ip address command option

Signed-off-by: Teddysun <i@teddysun.com>
2018-04-30 16:01:23 +09:00
Teddysun
6bef3977bb
Update comments
for pretty display

Signed-off-by: Teddysun <i@teddysun.com>
2018-01-07 19:43:25 +09:00
Teddysun
2f9e5adf13
update df command parameter
Signed-off-by: Teddysun <i@teddysun.com>
2017-08-18 00:00:05 +09:00
Teddysun
bc7720d15b
update get disk size
fixed a bug

Signed-off-by: Teddysun <i@teddysun.com>
2017-05-26 23:41:36 +09:00
Teddysun
6fd023c931
update get disk size
Signed-off-by: Teddysun <i@teddysun.com>
2017-02-26 13:41:58 +09:00
Teddysun
f2b7b86d78 update disk size infomation 2016-12-05 15:19:30 +09:00
Teddysun
848c72942a update colors 2016-12-01 19:56:43 +09:00
Teddysun
01102bb530 update speedtest 2016-12-01 18:36:16 +09:00