v1.8.0
Per-device TTL and an opt-in bandwidth alert for netwp monitor, over v1.7.0. Additive minor bump — no existing command or flag changes behavior.
Install
go install github.com/gsjonio/netwp/cmd/netwp@v1.8.0Already have netwp? netwp update.
Features
- Per-device TTL, read from the same ICMP echo already used for RTT, shown with a coarse OS-family hint (
64 (Linux),128 (Windows),255 (network gear)). Informational only — TTL alone can't reliably distinguish device types, so it does not feed the existing class guess.netwp ports <ip>reports it too. Verified live against real Windows/Linux hosts on the LAN. netwp monitor --alert-down=<rate>(e.g.50Mbps,1.5Gbps) samples the active interface's throughput once a second and highlights the line when download drops below that threshold. Opt-in: omit the flag and monitor behaves exactly as before, with no sampling and no bandwidth line at all.
Full details in the bilingual README.md / README.pt-BR.md.