Here we'll look at how to monitor Internet link latency with SmokePing on Debian.
The aim is to get a graphical view showing the latency of the Internet link over time.
Indeed, if you have doubts about the reliability of an Internet connection, it may be useful to be able to test it over time and have a graphical representation of these tests. This is precisely what SmokePing allows you to do.
root@server:~# apt update
root@server:~# apt install smokeping
http://A.B.C.D/smokeping/
Now, we will see how to add the destinations we want to monitor. For this example, I will test CloudflareDNS, GoogleDNS and Multihost (which will represent the average of both previous values).
*** Targets ***
probe = FPing
menu = Top
title = Network Latency Grapher
remark = Welcome to the SmokePing website of xxx Company. \
Here you will learn all about the latency of our network.
+ Local
menu = Local
title = Local Network
#parents = owner:/Test/James location:/
++ LocalMachine
menu = Local Machine
title = This host
host = localhost
#alerts = someloss
++ CloudflareDNS
menu = Cloudflare DNS
title = Cloudflare DNS server
host = 1.1.1.1
++ GoogleDNS
menu = Google DNS
title = Google DNS server
host = 8.8.4.4
++ MultiHost
menu = Multihost Google and CloudFlare
title = CloudflareDNS and Google DNS
host = /Local/CloudflareDNS /Local/GoogleDNS
root@server:~# systemctl restart smokeping.service
root@server:~# sudo smokeping --debug
root@server:~# ls /var/run/smokeping/
Contact :