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

network_io_counters(): add dropped/error packets counters #312

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

network_io_counters(): add dropped/error packets counters #312

giampaolo opened this issue May 23, 2014 · 3 comments

Comments

@giampaolo
Copy link
Owner

From g.rodola on July 25, 2012 14:33:42

In details:

- errin:   total number of errors while receiving
- errout:  total number of errors while sending
- dropin:  total number of incoming packets which were dropped
- dropout: total number of outgoing packets which were dropped

Judging from: 
http://www.zabbix.com/documentation/1.8/manual/config/items?s[]=dropped ...they 
should be available on the majority of platforms.

Original issue: http://code.google.com/p/psutil/issues/detail?id=312

@giampaolo giampaolo self-assigned this May 23, 2014
@giampaolo
Copy link
Owner Author

From g.rodola on July 25, 2012 06:04:48

Fixed in r1499 , r1500 , r1501 , r1502 .

Status: FixedInSVN
Labels: Milestone-1.0.0

@giampaolo
Copy link
Owner Author

From g.rodola on August 13, 2012 09:25:14

Fixed in version 0.6.0, released just now.

Status: Fixed
Labels: -Milestone-1.0.0 Milestone-0.6.0

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 04:11:52

Updated csets after the SVN -> Mercurial migration: r1499 == revision ???

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