Rework smokeping page

This commit is contained in:
c0dev0id 2023-10-24 09:02:37 +02:00
parent d0b24f5ad7
commit c4acee5d98

View File

@ -1,32 +1,8 @@
<h1>Internet Monitor</h1>
Due to internet connection problems, I started to monitor my connection
from inside my network to vodafone.de. It all started with terrible
latency spikes and package loss every 6-12h. Mostly starting at 23:30
and only recovering after a router/modem restart (Fritz Box Cable 6690).
<h2>Smokeping</h2>
To monitor my connection to the outside world, I&rsquo;m running smokeping.
Smokeping sends 20 ping probes every 300 seconds and monitors how many pings
are answered and what&rsquo;s how fast these answeres arrive.
<h1>Smoke Ping</h1>
<ul>
<li>The shadow lines (up and down) are showing the spectrum of the response times (latency).</li>
<li>The dot position shows the average response time.</li>
<li>The color of the dot shows the package loss (how many of the 20 requests got lost).</li>
</ul>
<iframe width="100%" height="150%" frameborder=0 src="/smokeping/?target=Network"></iframe>
<h2 id="last-3-hours">Last 3 Hours</h2>
<img src="/smokeping/cache/Network/Vodafone_last_10800.png" alt="Last 3 Hours">
<h2 id="last-30-hours">Last 30 Hours</h2>
<img src="/smokeping/cache/Network/Vodafone_last_108000.png" alt="Last 30 Hours">
<h2 id="last-10-days">Last 10 Days</h2>
<img src="/smokeping/cache/Network/Vodafone_last_864000.png" alt="Last 10 Days">
<h2 id="last-30-days">Last 30 Days</h2>
<img src="/smokeping/cache/Network/Vodafone_last_31104000.png" alt="Last 30 Days">
The interactive Smokeping UI is <a href="/smokeping/?target=Network.Vodafone">here</a>.