Re: Fwd: Need information to retrieve etherStatsTable parameters from the linux kernel.

2009-11-24 Thread srivardhan hebbar
Hi Sanjay, Thank you... :) ethtool worked... On Fri, Nov 20, 2009 at 1:08 PM, sanjaykumar sanjay.ku...@globaledgesoft.com wrote: Hi, see the man page of ethtool, google the ethtool for more information. You can also download the source code for the same.

Re: Need information to retrieve etherStatsTable parameters from the linux kernel.

2009-11-24 Thread srivardhan hebbar
Hi Bart, Net-SNMP 5.4.2.1 already has the skeleton of etherStatsTable. statistics.c, statistics.h, agutil_api.h, agutil.c, agutil.h, row_api.h, rows.c, rows.h. This does not have the implementation to get data from the system. I was implementing that. I did not generate the code using mib2c. I

Re: Need information to retrieve etherStatsTable parameters from the linux kernel.

2009-11-20 Thread Bart Van Assche
On Fri, Nov 20, 2009 at 8:22 AM, srivardhan hebbar ruinlovewit...@gmail.com wrote: I am trying to implement etherStatsTable of the Rmon mib. I am using Net-SNMP 5.4.2.1. I am implementing it on linux kernel. I can get the values of some parameters from /proc/net/dev. The following are the

Fwd: Need information to retrieve etherStatsTable parameters from the linux kernel.

2009-11-19 Thread srivardhan hebbar
Hi All, I am trying to implement etherStatsTable of the Rmon mib. I am using Net-SNMP 5.4.2.1. I am implementing it on linux kernel. I can get the values of some parameters from /proc/net/dev. The following are the parameters for which I could not find from where to get the values from the

Re: Fwd: Need information to retrieve etherStatsTable parameters from the linux kernel.

2009-11-19 Thread sanjaykumar
Hi, see the man page of ethtool, google the ethtool for more information. You can also download the source code for the same. I hope this will help you. Rgds, Sanjay srivardhan hebbar wrote: Hi All, I am trying to implement etherStatsTable of the