Hacker News new | ask | show | jobs
by formula_ninguna 3327 days ago
what's the use case of it?
2 comments

I would guess: checking if machines are online without rolling an overkill monitoring solution. More of a smoke test than a proper solution (ping does not ensure a service is up for example).
1) Finding other reachable hosts in a local network. 2) This can be slightly modified to get average latency for each host. This is not a replacement for health check.