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
>>>>> 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
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
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
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