We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From [email protected] on September 26, 2013 22:03:47
psutil-1.0.1 net_io_counters returns incorrect dropin value in _pslinux.py (line 356) 355 errin = int(fields[2]) 356 dropin = int(fields[2]) <------- needs to be int(fields[3]) 357 bytes_sent = int(fields[8]) Thank you.
Original issue: http://code.google.com/p/psutil/issues/detail?id=436
The text was updated successfully, but these errors were encountered:
From g.rodola on September 26, 2013 14:47:48
Ouch! O_O What an outstanding error! Fixed in 99ab87564032. Thanks.
Status: FixedInHG Labels: Milestone-1.1.0 OpSys-Linux
Sorry, something went wrong.
From g.rodola on September 28, 2013 03:06:18
Status: Fixed
From g.rodola on September 28, 2013 10:32:46
Closing out as fixed. Release 1.1.0 is now available for download.
No branches or pull requests
From [email protected] on September 26, 2013 22:03:47
Original issue: http://code.google.com/p/psutil/issues/detail?id=436
The text was updated successfully, but these errors were encountered: