Commit 3d7ffaec authored by shrabbit's avatar shrabbit
Browse files

添加 README.md

parent fe2e4241
Loading
Loading
Loading
Loading

README.md

0 → 100644
+35 −0
Original line number Diff line number Diff line
# LPing
并发式 Ping 工具

## 用法参考
```shell
shRabbit LPing

Usages: lping [HostName]:String [-p ParallelCount]:UInt32 [-f Frequency]:Single [-l Size]:UInt32, (0, 65500] [-s FPS]:Uint32 [-o Timeout]:Uint32 [[-c Count]:UInt32 | [-nl]]

Options:
         HostName:               Target hostname (all = LAN).
         -p ParallelCount:       Control the ping action parallel number.
         -f Frequency:           Control the ping action frequency per second.
         -l Size:                Control the ping buffer size.
         -s FPS:                 Refresh information rate.
         -o Timeout:             Throw timeout packet.
         -c Count:               Sent ping packet total number (pre ping actions).
         -nl:                    No total number limit.
```

```shell
shRabbit LPing

用法: lping [主机名]:字符串 [-p 并发量]:32位无符号整数 [-f Ping频率]:单精度浮点数 [-l 缓冲区大小]:32位无符号整数, (0, 65500] [-s 帧率]:32位无符号整数 [-o 超时时间]:32位无符号整数 [[-c 包总数]:32位无符号整数 | [-nl]]

选项:
         HostName:               目标主机名 (all = LAN).
         -p ParallelCount:       用于控制 Ping 动作同时执行的数量。
         -f Frequency:           用于控制 Ping 动作执行的间隔。
         -l Size:                用于控制 Ping 数据包缓冲区。
         -s FPS:                 信息刷新率。
         -o Timeout:             丢弃指定时间时间的包。
         -c Count:               每动作发布 Ping 数据包的总数。
         -nl:                    无总数限制。此选项将忽略 Count。
```
 No newline at end of file