mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-23 10:21:29 +08:00
Update case2.md
This commit is contained in:
@@ -72,12 +72,36 @@ curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x
|
||||
curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -h
|
||||
```
|
||||
|
||||
或
|
||||
或通过
|
||||
|
||||
```
|
||||
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh
|
||||
```
|
||||
|
||||
下载文件后使用类似
|
||||
|
||||
```bash
|
||||
bash ecs.sh -h
|
||||
bash ecs.sh -m 1
|
||||
```
|
||||
|
||||
这样的参数命令指定选项执行
|
||||
|
||||
以下为参数说明:
|
||||
|
||||
```-m```可指定原本menu中的对应选项,最多支持三层选择,例如执行```bash ecs.sh -m 5 1 1```将选择主菜单第5选项下的第1选项下的子选项1的脚本执行
|
||||
|
||||
(可缺省仅指定一个参数,如```-m 1```仅指定执行融合怪完全体,执行```-m 1 0```以及```-m 1 0 0```都是指定执行融合怪完全体)
|
||||
|
||||
```-i```可指定回程路由测试中的目标IPV4地址,可通过 ip.sb ipinfo.io 等网站获取本地IPV4地址后指定
|
||||
|
||||
```-r```可指定回程路由测试中的目标IPV4地址,可选```b``` ```g``` ```s``` ```c``` 分别对应```北京、广州、上海、成都```,如```-r b```指定测试北京回程(三网)
|
||||
|
||||
```-base```可指定仅测试基础的系统信息
|
||||
|
||||
```-dtype```可指定测试硬盘IO的程序,默认为都使用进行测试,可选 dd 或 fio 前者测试快后者测试慢
|
||||
|
||||
```-banup```强制不生成分享链接,默是生成分享链接
|
||||
|
||||
## IP质量检测
|
||||
|
||||
- IP质量检测,含多家数据库查询,含黑名单查询
|
||||
@@ -192,4 +216,4 @@ VPS测试,VPS测速,VPS综合性能测试,VPS回程线路测试,VPS流
|
||||
|
||||
选项6原创区:
|
||||
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user