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
def net_io_counters(pernic=False):
"""Return network I/O statistics as a namedtuple including
the following fields:
- bytes_sent: number of bytes sent
- bytes_recv: number of bytes received
- packets_sent: number of packets sent
- packets_recv: number of packets received
C-code however, has them swapped (psutil/_psutil_sunos.c):
Python code:
C-code however, has them swapped (psutil/_psutil_sunos.c):
I can come up with a simple patch, but I figure it's obvious what needs to be changed :)
The text was updated successfully, but these errors were encountered: