Is there a component or tutorial somewhere on how to measure the current traffic (up+down) on an interface?
Is there a component or tutorial somewhere on how to measure the current traffic (up+down) on an interface?
I know Indy has "intercept" classes, but these only work on a connection initiated by the application.
If not I'll just use the WinAPI, hoping for a shortcut though.
I know Indy has "intercept" classes, but these only work on a connection initiated by the application.
If not I'll just use the WinAPI, hoping for a shortcut though.
You could also use WMI to read the same information: https://theroadtodelphi.com/wmi-delphi-code-creator/
ReplyDeleteThanks Ondrej, the WMI code creator worked perfectly.
ReplyDelete