moyada / SmokePing

Latency Monitoring System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Latency Monitoring System

License:MIT License


Languages

Language:Go 99.1%Language:Shell 0.9%