Skip to content

Commit

Permalink
add vmessspeed doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vcptr committed May 25, 2020
1 parent a4aac30 commit e78e10d
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,51 @@ rtt min/avg/max = 761/1002/1368 ms
git clone https://github.com/v2fly/vmessping.git
cd vmessping/cmd/vmessping
go build
```

# Other tools

## VmessSpeed

Speedtest for vmess.

### Usage
```
./vmessspeed --help
usage: vmessspeed [<flags>] <vmess>
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
-l, --list Show available speedtest.net servers
-d, --debug Show v2ray core debug log
-s, --server=SERVER ... Select server id to speedtest
-t, --timeout=TIMEOUT Define timeout seconds. Default: 10 sec
--version Show application version.
Args:
<vmess> the vmesslink
```

### Example

```
D:\>vmessspeed_amd64_windows.exe -s 14791 vmess://.....
Type: ws
Addr: v2-server.address
Port: 80
UUID: 00000000-0000-0000-0000-000000000000
PS: @describe
Testing From IP: ...IP..ADDR....
Target Server: [14791] 63.21km Macau (Macau) by MTel
Latency: 21.005ms
Download Test: ................11.97 Mbit/s
Upload Test: ................15.11 Mbit/s
Download: 11.97 Mbit/s
Upload: 15.11 Mbit/s
```

0 comments on commit e78e10d

Please sign in to comment.