Expose rx/tx queue length instead of throwing it away
Author: giampaoloCreated May 23, 2014Updated Aug 11, 2026
Labelsimportedlinuxnew-api
From [email protected] on May 31, 2012 22:02:58
The rx/tx queue length is currently thrown away, but it might be helpful to
return it for certain types of applications.
https://code.google.com/p/psutil/source/browse/trunk/psutil/_pslinux.py?r=1313#785
The next item after status is 'tx_queue:rx_queue'.Original issue: http://code.google.com/p/psutil/issues/detail?id=269
Source: giampaolo/psutil