You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same way we added extended platform specific disk IO metrics on Linux and FreeBSD (busy_time and merged r/w times, see #523 and #756) we should do the same for net_io_counters(). There's a different metrics we are currently ignoring and not returning just for the sake of cross-platform conformity.
The same way we added extended platform specific disk IO metrics on Linux and FreeBSD (busy_time and merged r/w times, see #523 and #756) we should do the same for net_io_counters(). There's a different metrics we are currently ignoring and not returning just for the sake of cross-platform conformity.
Existent metrics
Linux
ref: http://www.onlamp.com/pub/a/linux/2000/11/16/LinuxAdmin.html
Windows
ref: https://msdn.microsoft.com/en-us/library/windows/desktop/aa366836(v=vs.85).aspx
BSD
ref:
ifdata struct
in net/if.hLinux patch
The text was updated successfully, but these errors were encountered: