Re: diskIOLA and friends.

2012-07-05 Thread Niels Baggesen
Den 05-07-2012 20:36, Bruce Shaw skrev: > I'm assuming you mean diskio.c in agent/mibgroup/ucd-snmp. > > # find . -type f -exec grep -l "devla_getstats" {} + > ./agent/mibgroup/ucd-snmp/diskio.c > > As far as I can tell, it gets its values for Solaris using kstat, which > returns... > > # kstat -c

Re: diskIOLA and friends.

2012-07-05 Thread Bruce Shaw
I'm assuming you mean diskio.c in agent/mibgroup/ucd-snmp. # find . -type f -exec grep -l "devla_getstats" {} + ./agent/mibgroup/ucd-snmp/diskio.c As far as I can tell, it gets its values for Solaris using kstat, which returns... # kstat -c disk | more module: md ins

Issue in AgentX subagent on Big Endian architecture

2012-07-05 Thread Jyoti Singh
Hi, We are using Net-SNMP version 5.4.2.1 in our product and we found one issue with AgentX communication in the following scenario AgentX Master agent is on Little Endian architecture AgentX Subagent is on Big Endian architecture In this setup we are facing an issue when subagent sends the Age

Re: Net-SNMP Significant Figures

2012-07-05 Thread Niels Baggesen
On Tue, Jul 03, 2012 at 10:33:24AM -0700, Alex Zannos wrote: > I am trying to change the format of one of my get methods to get > more significant digits. How do I do so? Your question does not make sense. Please be more specific! /Niels -- Niels Baggesen - @home - Ã…rhus - Denmark - n...@users

Re: diskIOLA and friends.

2012-07-05 Thread Niels Baggesen
On Wed, Jul 04, 2012 at 04:26:51PM -0600, Bruce Shaw wrote: > Are we supposed to be reporting diskIOLA1/5/10 correctly? If not, what > would it take? Have a look at the devla_getstats functions in hr_diskio.c. They generate the data. There are implementatios for FreeBSD and Linux. /Niels -- Ni