https://github.com/moyada/smokeping
Latency Monitoring System
https://github.com/moyada/smokeping
icmp-ping latency latency-analysis latency-monitor latency-test ping smokeping
Last synced: 2 months ago
JSON representation
Latency Monitoring System
- Host: GitHub
- URL: https://github.com/moyada/smokeping
- Owner: moyada
- License: mit
- Created: 2021-12-31T09:00:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-23T14:07:39.000Z (about 3 years ago)
- Last Synced: 2025-01-18T07:31:13.109Z (4 months ago)
- Topics: icmp-ping, latency, latency-analysis, latency-monitor, latency-test, ping, smokeping
- Language: Go
- Homepage:
- Size: 306 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SmokePing
[](https://ci.appveyor.com/project/moyada/smokeping/branch/master)
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.

> Dependency Project: [go-ping](https://github.com/go-ping/ping) [go-chart](https://github.com/wcharczuk/go-chart)
# Usage
Download [release packages](https://github.com/moyada/SmokePing/releases) or execute `build.sh`.```
usage: ./smokeping []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.