Compare commits

..

2 Commits

2 changed files with 13 additions and 4 deletions

View File

@@ -1,8 +1,17 @@
<h1 align="center">PingPlot</h1> <h1 align="center">PingPlot</h1>
<h4 align="center"> <h4 align="center">
Want to create <strike>memes</strike> graphs of your network connectivity? Ping and plot away: Want to create <strike>memes</strike> graphs of your network connectivity? Ping and plot away:</h4>
</h4><br>
<p align="center">
<strong>
<a href="#getting-started">Getting started</a>
• <a href="#configuration">Configuration</a>
• <a href="#roadmap">Roadmap</a>
</strong>
</p><br>
<p align="center"> <p align="center">
<img src="docs/internet.png" width="800px"> <img src="docs/internet.png" width="800px">
</p> </p>
@@ -26,7 +35,7 @@ This tool requires `net-tools` (if not using a docker container) and `gnuplot` i
3. Plot the data with [`./plotter/plot.sh`](plotter/plot.sh) 3. Plot the data with [`./plotter/plot.sh`](plotter/plot.sh)
## Advanced Configuration ## Configuration
### Plot ### Plot

View File

@@ -14,7 +14,7 @@ services:
#- SERVERS=127.0.0.1 #- SERVERS=127.0.0.1
# 0.0.0.0 # 0.0.0.0
# localhost # localhost
# use iso-8601 instead of epoch timestamp [default: -+%s] # use iso-8601 instead of epoch timestamp [default: +%s]
#- DATE_FORMAT=-Iseconds #- DATE_FORMAT=-Iseconds
# set the cycle at which servers are pinged [default: 60s] # set the cycle at which servers are pinged [default: 60s]
#- CYCLE=60s #- CYCLE=60s