peter-hst / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 reported on code.google.com by g.rodola on 25 Jul 2012 at 12:33

GoogleCodeExporter commented 8 years ago
Fixed in r1499, r1500, r1501, r1502.

Original comment by g.rodola on 25 Jul 2012 at 1:04

GoogleCodeExporter commented 8 years ago
Fixed in version 0.6.0, released just now.

Original comment by g.rodola on 13 Aug 2012 at 4:25

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Updated csets after the SVN -> Mercurial migration:
r1499 == revision ???

Original comment by g.rodola on 2 Mar 2013 at 12:11