Skip to content
New issue

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

bug in net_io_counters #436

Closed
giampaolo opened this issue May 23, 2014 · 3 comments
Closed

bug in net_io_counters #436

giampaolo opened this issue May 23, 2014 · 3 comments

Comments

@giampaolo
Copy link
Owner

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

@giampaolo
Copy link
Owner Author

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

@giampaolo
Copy link
Owner Author

From g.rodola on September 28, 2013 03:06:18

Status: Fixed

@giampaolo
Copy link
Owner Author

From g.rodola on September 28, 2013 10:32:46

Closing out as fixed. Release 1.1.0 is now available for download.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant