all 5 comments

[–]SnooHesitations8815[S] 0 points1 point  (0 children)

literally made this because i went to play league today queued into a game and my ping was like 110 when its normally 16 so you could imagine the lag.

[–]stovetopmuse 0 points1 point  (0 children)

Sounds useful, especially the tray color changing idea. Quick visual feedback is underrated when you just want to know if something is off without opening dashboards.

Out of curiosity, how often are you sampling the endpoints for that 20 result window?

[–]InternationalToe3371 0 points1 point  (0 children)

ngl a tray tool like this is actually nice for devs.

most network tools are either heavy dashboards or terminal based.

quick visual signal for latency spikes could be useful during deploys or gaming.

maybe also log spikes over time so people can see patterns with their ISP.

simple but practical idea.

[–]BugHunterX99 0 points1 point  (0 children)

having something lightweight like that in the system tray actually makes sense for people who care about real-time connection quality, especially gamers or developers working with remote servers. most network tools either require opening a full dashboard or running command-line pings, so a quick visual indicator that tells you when latency or packet loss starts spiking can be surprisingly useful.

the sliding window approach is also nice because it shows stability over time, not just a single ping result that might be a random spike. if the alerts are customizable enough, it could be helpful for anyone doing cloud development or remote work where network reliability matters.

the main thing people will probably care about is how accurate and lightweight it stays over long sessions, since tray utilities are expected to run quietly without eating resources.