🍺 Please support me: Although all my software is free, it is always appreciated if you can support my efforts on Github with a contribution via Paypal - this allows me to write cool projects like this in my personal time and hopefully help you or your business.
Smokeping keeps track of your network latency. For a full example of what this application is capable of visit UCDavis. The Smokeping Docker image includes the latest version of Smokeping, speedtest-cli and PhantomJS.
- Latest version of Smokeping (https://github.com/oetiker/SmokePing)
- Speedtest probe (https://github.com/mad-ady/smokeping-speedtest / https://github.com/sivel/speedtest-cli)
- PhantomJS (http://phantomjs.org/)
- Working configuration for DNS, Speedtest and web-site probes
[][smokeurl] [smokeurl]: http://oss.oetiker.ch/smokeping/
docker create \
--name smokeping \
-p 9500:80 \
-e PUID=<UID> -e PGID=<GID> \
-e TZ=<timezone> \
-v <path/to/smokeping/data>:/data \
-v <path/to/smokeping/config>:/config \
magicdude4eva/smokeping
The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side. For example with a port -p external:internal - what this shows is the port mapping from internal to external of the container. So -p 9500:80 would expose port 80 from inside the container to be accessible from the host's IP on port 9500 http://192.168.x.x:9500 would show you what's running INSIDE the container on port 80.
-p 80
- the port for the webUI-v /data
- Storage location for db and application data (graphs etc)-v /config
- Configure theTargets
file here-e PGID
for for GroupID - see below for explanation-e PUID
for for UserID - see below for explanation-e TZ
for timezone setting, eg Africa/Johannesburg
This container is based on phusion/baseimage and includes the latest build of PhantomJS. For shell access whilst the container is running do docker exec -it smokeping /bin/bash
.
Sometimes when using data volumes (-v
flags) permissions issues can arise between the host OS and the container. We avoid this issue by allowing you to specify the user PUID
and group PGID
. Ensure the data volume directory on the host is owned by the same user you specify and it will "just work" TM.
In this instance PUID=1001
and PGID=1001
. To find yours use id user
as below:
$ id dockeruser
uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup)
Once running the URL will be http://<host-ip>:9500/smokeping/smokeping.cgi
.
Basics are, edit the Targets file to ping the hosts you're interested in to match the format found there. Wait 10 minutes.
- To monitor the logs of the container in realtime
docker logs -f smokeping
.
Version
- 09.12.16: First release.
🍺 Please support me: If the above helped you in any way, then follow me on Twitter or send me some coins:
(CRO) 0xBAdB43af444055c4031B79a76F74895469BA0CD7 (Cronos)
(USDC) 0xBAdB43af444055c4031B79a76F74895469BA0CD7
(BTC) 3HHfNs25Gzfphh3s81rvqRrKysZqogW8B6
(ETH) 0xBAdB43af444055c4031B79a76F74895469BA0CD7
(Ripple) rKNwXQh9GMjaU8uTqKLECsqyib47g5dMvo (Tag: 2464166834)
(BNB) 0xfc316ba7d8dc325250f1adfafafc320ad75d87c0 (BEP20)
Crypto.com PayString: magicdude$paystring.crypto.com
Go to Curve.com to add your Crypto.com card to ApplePay and signup to Crypto.com for a staking and free Crypto debit card.
Use Binance Exchange to trade #altcoins. I also accept old-school PayPal.
If you have no crypto, follow me at least on Twitter.