📜Bash Script to Log Packet Loss via mtr⚗️
The script below attempts to pick up packet loss issues to a destination IP address over a longer period while still measuring the loss over a count of 100 packets.
It logs the anomalies which can then be shared.
#!/bin/bash
# Ensure the script is r...
hubandspoke.amastelek.com2 min read