Re: Constant polling of the interface stats in if-mib

2011-02-23 Thread Eivind Naess
fully somebody will review, and commit. Regards, - Eivind - Original Message From: Robert Story To: Eivind Naess Cc: [email protected]; Dave Shield ; Wes Sent: Wed, February 23, 2011 6:03:43 PM Subject: Re: Constant polling of the interface stats in if-mib On Wed, 1

Re: Constant polling of the interface stats in if-mib

2011-02-23 Thread Robert Story
On Wed, 16 Feb 2011 10:44:59 -0800 (PST) Eivind wrote: EN> Sorry for sending this email again, but I cannot seem to be able to access the EN> sourceforge page to submit my patch. Does you or anyone else have problem EN> accessing the patch tracker and click "Add New"? I get a HTTP 500 error res

Re: Constant polling of the interface stats in if-mib

2011-02-16 Thread Eivind Naess
al Message From: Eivind Naess To: Dave Shield Cc: [email protected] Sent: Fri, February 11, 2011 8:20:26 PM Subject: Re: Constant polling of the interface stats in if-mib Good Morning Dave, Thanks for your most excellent suggestion (and code review), the change becomes

Re: Constant polling of the interface stats in if-mib

2011-02-11 Thread Eivind Naess
ifTable_rowreq_ctx*) ITERATOR_NEXT(it); return 1; } - Original Message From: Dave Shield To: Eivind Naess Cc: [email protected] Sent: Fri, February 11, 2011 9:59:09 AM Subject: Re: Constant polling of the interface stats in if-mib On 11 February 2011 17:37, Eiv

Re: Constant polling of the interface stats in if-mib

2011-02-11 Thread Dave Shield
On 11 February 2011 17:37, Eivind Naess wrote: > If you pay careful attention to the Interface_Scan_Init, it will dispose of > the > container for interface statistics and create a new container which in case > triggers a full table re-load. Looking at the code for if-mib/ifTable, it uses > the c

Constant polling of the interface stats in if-mib

2011-02-11 Thread Eivind Naess
Guys, I am setting up snmpd on a ARM device with network drivers that supports the mii-ioctls, and I found that the host resources mib (hosts/hr_network.c) invokes the if-mib's interface for every table iteration of the host mib (via the Interface_Scan_Init and Next functions). The problem t