mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-04 23:39:33 +08:00
change: update changelog
This commit is contained in:
23
docs/cmd/hrp_ping.md
Normal file
23
docs/cmd/hrp_ping.md
Normal file
@@ -0,0 +1,23 @@
|
||||
## hrp ping
|
||||
|
||||
run integrated ping command
|
||||
|
||||
```
|
||||
hrp ping $url [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-c, --count int Stop after sending (and receiving) N packets (default 10)
|
||||
-h, --help help for ping
|
||||
-i, --interval duration Wait N seconds between sending each packet (default 1s)
|
||||
--save-tests Save ping result as json
|
||||
-t, --timeout duration Ping exits after N seconds (default 20s)
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 21-Aug-2022
|
||||
Reference in New Issue
Block a user