Skip to content

kalbhor/tracesite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tracesite

tracesite is a simple Go implementation of the traceroute tool

Check out the blog post on explanation

Install :

  • Download binary from releases
  • Build from source : go get -v github.com/kalbhor/tracesite

Usage :

NAME:
   tracesite - trace the route to a site

USAGE:
   Trace a site: tracesite --hop=3 --timeout=2000 kalbhor.xyz

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --hop value         start from a custom hop number (default: 1)
   --maxhops value     custom max hops (default: 24)
   --port value        custom port number (default: 33434)
   --timeout value     custom timeout in ms (default: 4000)
   --retries value     custom retries (default: 3)
   --packetsize value  custom packet size (default: 52)
   --help, -h          show help

About

Go implementation of the traceroute tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages