2024-07-03 11:44:04 +00:00
|
|
|
|
# NodeLoc聚合测评脚本
|
|
|
|
|
|
|
|
|
|
这是NodeLoc提供给各位用户的主机聚合测评脚本,可一键自动对主机进行Yabs、融合怪、IP质量、流媒体等测评,测评结束后将会保存结果为MarkDown文件,方便快速上传至NodeLoc论坛
|
|
|
|
|
|
2024-07-03 12:40:37 +00:00
|
|
|
|
**版本:** 2024-07-03 v1.0.2
|
2024-07-03 11:44:04 +00:00
|
|
|
|
|
2024-07-03 12:41:16 +00:00
|
|
|
|
**Github地址:** https://github.com/everett7623/nodeloc_vps_test
|
2024-07-03 11:44:04 +00:00
|
|
|
|
|
|
|
|
|
### 使用方法
|
2024-07-03 12:40:37 +00:00
|
|
|
|
确保用户为ROOT,主机网络通畅,复制下面任意命令运行
|
|
|
|
|
|
|
|
|
|
**Debian/Ubuntu/Deepin**
|
2024-07-03 11:44:04 +00:00
|
|
|
|
```
|
|
|
|
|
wget -O Nlbench.sh https://raw.githubusercontent.com/everett7623/nodeloc_vps_test/main/Nlbench.sh && chmod +x Nlbench.sh && ./Nlbench.sh
|
|
|
|
|
```
|
2024-07-03 12:40:37 +00:00
|
|
|
|
**CentOS**
|
|
|
|
|
```
|
|
|
|
|
curl -fsSL https://raw.githubusercontent.com/everett7623/nodeloc_vps_test/main/Nlbench.sh -o vps_scripts.sh&& chmod +x vps_scripts.sh && ./vps_scripts.sh
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### 效果图
|
|
|
|
|
![image](https://s.rmimg.com/2024/07/03/568e9f492ca50cd0af4cce8b88a6f156.png)
|
|
|
|
|
|
|
|
|
|
![image](https://s.rmimg.com/2024/07/03/b13a1c30c5ad58d6ad56c8ce0cdbb43c.png)
|
|
|
|
|
|
|
|
|
|
![image](https://s.rmimg.com/2024/07/03/40fa7d2f292b798199ef2b58d25e624b.png)
|
|
|
|
|
|
|
|
|
|
**测试结束后将生成MarkDown格式的文件,可直接将文件内容复制到[NodeLoc论坛](https://www.nodeloc.com/),无需进行更多操作**
|
|
|
|
|
|
|
|
|
|
### 引用的脚本
|
|
|
|
|
本脚本仅为各类脚本聚合,未对官方脚本文件进行任何更改,但我们不对官方脚本的安全性负责
|
|
|
|
|
|
|
|
|
|
1. [Yabs脚本](https://yabs.sh)——[masonr](https://github.com/masonr)
|
|
|
|
|
2. [融合怪脚本](https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)——[spirit lhl](https://gitlab.com/spiritysdx)
|
|
|
|
|
3. [IP质量测试脚本](https://IP.Check.Place)——[xykt](https://github.com/xykt/)
|
|
|
|
|
4. [流媒体测试脚本](https://media.ispvps.com)——[xykt](https://github.com/xykt/)
|
|
|
|
|
5. [响应测试脚本](https://nodebench.mereith.com/scripts/curltime.sh)——[nodebench](https://nodebench.mereith.com)
|
|
|
|
|
6. [测速脚本](https://bash.icu/speedtest)——[i-abc](https://github.com/i-abc)
|
|
|
|
|
7. [测速脚本](https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh)——[陈豪](https://github.com/Chennhaoo/)
|
|
|
|
|
|
|
|
|
|
特别感谢以上作者提供的脚本
|
2024-07-03 12:45:47 +00:00
|
|
|
|
|
|
|
|
|
### 问题与反馈
|
|
|
|
|
如果您在使用过程中遇到问题,或者有功能建议,欢迎通过 [GitHub Issues](https://github.com/everett7623/nodeloc_vps_test/issues) 提交反馈。
|