Skip to content

moyada/SmokePing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmokePing

Build status

SmokePing Go version, a latency logging and graphing and alerting system. It consists of a daemon process which organizes the latency measurements and a CGI which presents the graphs.

output

Dependency Project: go-ping go-chart

Usage

Download release packages or execute build.sh.

usage: ./smokeping <host | -host=address> [<flags>]

Flags:
      --size=1024
                          Size of packet being sent, default is 1024.
      --output=/mySmokePing/latency.png
                          Output file of the latency report, should be end with .png

Press Control+C to end the monitoring and output the report.