Categorygithub.com/qiniu/httpping
module
0.3.1
Repository: https://github.com/qiniu/httpping.git
Documentation: pkg.go.dev

# README

httpping

http ping for test service ping with tcp statics

./h -u http://www.baidu.com
{
	"Domain": "www.baidu.com",
	"Ip": "180.101.49.13",
	"Code": 200,
	"Hops": 16,
	"RttMs": 24,
	"RttVarMs": 9,
	"DnsTimeMs": 2,
	"ConnectTimeMs": 24,
	"TLSHandshakeTimeMs": 0,
	"TTFBMs": 30,
	"ReTransmitPackets": 0,
	"Speed": 1192.2078,
	"TotalSize": 91800,
	"TotalTimeMs": 102
}

# Packages

No description provided by the author
from https://github.com/sggms/go-pingparse.
No description provided by the author
No description provided by the author
No description provided by the author