SilverAzide / Gadgets

Gadgets for Rainmeter
Other
365 stars 12 forks source link

Feature Request: Packet Loss Monitoring #79

Closed derekakelly closed 1 year ago

derekakelly commented 1 year ago

First off, big fan of your work, thank you!

Could you add an option for packet loss monitoring next to the ping speed section of the networking gadgets? It matters most to me with Wi-Fi, but it would also be useful when wired. Perhaps a percentage of the last 5 minutes or so?

Thanks, -DK

SilverAzide commented 1 year ago

Hello! Thanks, and glad you are enjoying the Gadgets!

Regarding the packet loss stats, that could be nice... but where can I get that info? If it's not something I can get from PerfMon (performance counters database), then it's pretty unlikely since there's nothing built into Rainmeter that would tell this, as far as I know. (The Ping plugin doesn't tell you anything except the ping time.)

I see some articles online about checking perfmon for "segments retransmitted", but it's not really clear to me what that gives you. The only other thing I can think of is to constantly ping an address and graph the return times; if they start escalating, then you know there's a problem. There is a Ping Monitor gadget in the Gadget Additions suite that does this. Would that work for you?

SilverAzide commented 1 year ago

No response