From 6c0eb424963181e6ec027526802aa4d7f2dc9b89 Mon Sep 17 00:00:00 2001 From: thiswind Date: Mon, 11 Feb 2019 14:50:03 +0800 Subject: [PATCH] httping: change param of option -g from {{host}} to {{url}} --- pages/common/httping.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/httping.md b/pages/common/httping.md index f1ff991ed..1c90fa15a 100644 --- a/pages/common/httping.md +++ b/pages/common/httping.md @@ -2,9 +2,9 @@ > 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`: