Re: snprint_value

2005-12-01 Thread Haizhu Liu
PROTECTED]> CC: [email protected] Subject: Re: snprint_value Date: Wed, 30 Nov 2005 10:19:23 -0800 >>>>> On Tue, 29 Nov 2005 15:30:46 -0500, "Haizhu Liu" <[EMAIL PROTECTED]> said: Haizhu> 1. I queried the agent a whole big table, when I

Re: snprint_value

2005-11-30 Thread Wes Hardaker
>>>>> On Tue, 29 Nov 2005 15:30:46 -0500, "Haizhu Liu" <[EMAIL PROTECTED]> said: Haizhu> 1. I queried the agent a whole big table, when I got the Haizhu> information, I am parsing it using snprint_value, it seems CPU Haizhu> usage jumps up whenever snprint

snprint_value

2005-11-29 Thread Haizhu Liu
Hello, I have a couple of questions: 1. I queried the agent a whole big table, when I got the information, I am parsing it using snprint_value, it seems CPU usage jumps up whenever snprint_value is called? Any suggestion? 2. I saw a post before saying whenever the request comes back

snprint_value - performance

2005-11-29 Thread Haizhu Liu
Hello, I query a big table from an agent, then using snprint_value to parse the response. My cpu usage jumps when snprint_value() get called? Any suggestion? Thank you. --- This SF.net email is sponsored by: Splunk Inc. Do you grep

update to snmplib/mib.c to resolve issues with snprint_value

2005-11-09 Thread Larry Adams
All,   I had been struggling with the snprint_value() function for some time.  It appeared to fail when attempting to return results from a string value.  The revised code has resolved that issue for me.  BTB, the problem would only manifect itself in *nix.  Windows was always Aok.  The