Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 293041 - Need 64-bit network byte counters
Summary: Need 64-bit network byte counters
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: kernel
Version: 5.1
Hardware: All
OS: Linux
urgent
medium
Target Milestone: ---
: ---
Assignee: Neil Horman
QA Contact: Martin Jenner
URL:
Whiteboard:
Depends On:
Blocks: 477090 704410
TreeView+ depends on / blocked
 
Reported: 2007-09-17 10:44 UTC by Jan Safranek
Modified: 2011-05-13 03:44 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-12-03 16:21:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jan Safranek 2007-09-17 10:44:49 UTC
Description of problem:
Kernel provides various packet counters in /proc/net/snmp, /proc/net/snmp6 and
/proc/net/dev_snmp6/*. DoD requires also count of incoming/outgoing octets, namely:
InOctets - nr. of all incoming ipv4/ipv6 bytes
OutOctets - nr. of all outgoing ipv4/ipv6 bytes
InMcastOctets - nr. of incoming multicast bytes
OutMcastOctets - nr. of outgoing multicast bytes

The counters must be separate for ipv4 and ipv6 (-> ethtool statistics are not
good enough) and separate per interface (like /proc/net/dev_snmp6/*).

The counters should be 64-bit.

Comment 3 Neil Horman 2007-12-03 16:21:16 UTC
I've been looking over this, and as we've discussed before, theres just no way
to implement this in RHEL5 in any sort of consistent fashion without breaking
ABI pretty horribly.  Setting to CANTFIX

Comment 4 Lawrence Lim 2009-03-25 06:36:42 UTC
llim->nhorman: didn't realised it was so long ago. we have a similar issue with MIB which require this feature. is it still not an option to fix it?

Bug 477090 -  [TAHI] IP-MIB IP Statistics Table ipSystemStatsInOctets Counting Test failed on RFC4293 
<https://bugzilla.redhat.com/show_bug.cgi?id=477090>

Comment 5 Neil Horman 2009-03-25 11:01:39 UTC
Yeah, I'm afraid so.  Apologies.

Comment 6 Lawrence Lim 2009-03-25 18:45:11 UTC
I see. How about RHEL6? Can it be looked at in Fedora?


Note You need to log in before you can comment on or make changes to this bug.