All Projects → cloverstd → Tcping

cloverstd / Tcping

Licence: mit
ping over a tcp connection

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Tcping

Osint tips
OSINT
Stars: ✭ 322 (-6.94%)
Mutual labels:  network
Iproute2 Cheatsheet
iproute2 command reference
Stars: ✭ 330 (-4.62%)
Mutual labels:  network
Nock Nock
🚪 Monitor and validate your websites to maintain maximum uptime.
Stars: ✭ 339 (-2.02%)
Mutual labels:  network
Universa
Universa network, node, client and API
Stars: ✭ 322 (-6.94%)
Mutual labels:  network
Daisynet
1. - Alamofire与Cache封装 , 更容易存储请求数据. 2. - 封装Alamofire下载,使用更方便
Stars: ✭ 331 (-4.34%)
Mutual labels:  network
Core
Common Open Research Emulator
Stars: ✭ 330 (-4.62%)
Mutual labels:  network
Molotov
Load Testing Tool
Stars: ✭ 318 (-8.09%)
Mutual labels:  command-line-tool
Mjdownload
A delightful framework for multifile resumable broken downloads.
Stars: ✭ 345 (-0.29%)
Mutual labels:  network
Dotbare
Manage dotfiles and any git directories interactively with fzf
Stars: ✭ 327 (-5.49%)
Mutual labels:  command-line-tool
Jwt Cli
A super fast CLI tool to decode and encode JWTs built in Rust
Stars: ✭ 336 (-2.89%)
Mutual labels:  command-line-tool
Message Io
Event-driven message library for building network applications easy and fast.
Stars: ✭ 321 (-7.23%)
Mutual labels:  network
Static Review
✋ An extendible framework for version control hooks.
Stars: ✭ 330 (-4.62%)
Mutual labels:  command-line-tool
Meshbird
Meshbird is open-source cloud-native multi-region multi-cloud distributed private networking.
Stars: ✭ 3,401 (+882.95%)
Mutual labels:  network
Graphpath
Graphpath generates an ASCII network diagram from the route table of a Unix/Linux
Stars: ✭ 321 (-7.23%)
Mutual labels:  network
Fpga Network Stack
Scalable Network Stack for FPGAs (TCP/IP, RoCEv2)
Stars: ✭ 345 (-0.29%)
Mutual labels:  network
Yolov3 Network Slimming
yolov3 network slimming剪枝的一种实现
Stars: ✭ 320 (-7.51%)
Mutual labels:  network
Driftnet
Driftnet watches network traffic, and picks out and displays JPEG and GIF images for display
Stars: ✭ 330 (-4.62%)
Mutual labels:  network
Gitui
Blazing 💥 fast terminal-ui for git written in rust 🦀
Stars: ✭ 6,762 (+1854.34%)
Mutual labels:  command-line-tool
All Contributors Cli
Tool to help automate adding contributor acknowledgements according to the all-contributors specification ✨
Stars: ✭ 345 (-0.29%)
Mutual labels:  command-line-tool
Exscript
A Python module making Telnet and SSH easy
Stars: ✭ 337 (-2.6%)
Mutual labels:  network

Build Status

tcping

tcping is like tcping.exe, but written with Golang.

Usage

  • The default count of ping is 4.

  • If the port is omitted, the default port is 80.

  • The default interval of ping is 1s.

  • The default timeout of ping is 1s.

ping tcp

> tcping google.com 443
Ping tcp://google.com:443 - Connected - time=15.425732ms
Ping tcp://google.com:443 - Connected - time=2.628025ms
Ping tcp://google.com:443 - Connected - time=2.400356ms
Ping tcp://google.com:443 - Connected - time=1.967587ms

Ping statistics tcp://google.com:443
	4 probes sent.
	4 successful, 0 failed.
Approximate trip times:
	Minimum = 1.967587ms, Maximum = 15.425732ms, Average = 5.605425ms

ping http

> tcping -H hui.lu
Ping http://hui.lu:80 - http is open - time=232.880173ms method=GET status=200 bytes=10317
Ping http://hui.lu:80 - http is open - time=60.096446ms method=GET status=200 bytes=10317
Ping http://hui.lu:80 - http is open - time=56.750403ms method=GET status=200 bytes=10317
Ping http://hui.lu:80 - http is open - time=57.886907ms method=GET status=200 bytes=10317

Ping statistics http://hui.lu:80
	4 probes sent.
	4 successful, 0 failed.
Approximate trip times:
	Minimum = 56.750403ms, Maximum = 232.880173ms, Average = 101.903482ms
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].