Re: handling timeout while monitoring overloaded application

2006-04-03 Thread Wes Hardaker
> On Sat, 1 Apr 2006 15:35:54 -0800 (PST), "Steve S. Law" <[EMAIL > PROTECTED]> said: Steve> What guidelines should I follow to set various Steve> timeouts in this situation? Can they be set Steve> independently without causing timeouts? For example, Steve> between sub-agent and monitore

Re: handling timeout while monitoring overloaded application

2006-04-01 Thread Steve S. Law
I understand that there is some timeout value between master agent and my sub-agent (default 1 second?). I also have timeout between sub-agent and the application that is being monitored. The client (snmpget/snmpwalk) also has time out (via -t option). What guidelines should I follow to set vari

Re: handling timeout while monitoring overloaded application

2006-03-31 Thread Wes Hardaker
> On Thu, 30 Mar 2006 16:17:27 -0800 (PST), "Steve S. Law" <[EMAIL > PROTECTED]> said: Steve> I have create a new thread in each of those processes Steve> to respond to the SNMP request. 1) the net-snmp stack is not thread safe from the agent perspective. This likely won't work. Stev

handling timeout while monitoring overloaded application

2006-03-30 Thread Steve S. Law
Hi all: I am having problems with not getting data from Agent X master agent (snmpd). It is related to timeout and I am not sure what to do or where to start. I have a sub-agent which I developed to monitor my application which consists of a set of software processes. I have instrummented my mon