mirror of https://github.com/CrimsonTome/tldr.git
httping: change param of option -g from {{host}} to {{url}}
parent
94230238de
commit
6c0eb42496
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
> Measure the latency and throughput of a web server.
|
> Measure the latency and throughput of a web server.
|
||||||
|
|
||||||
- Ping the web server on `host`:
|
- Ping the specified url:
|
||||||
|
|
||||||
`httping -g {{host}}`
|
`httping -g {{url}}`
|
||||||
|
|
||||||
- Ping the web server on `host` and `port`:
|
- Ping the web server on `host` and `port`:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue