Windows performance counters & VBS/WMI via SNMP

Post support questions that relate to the Windows 2003/2000/XP operating systems.

Moderators: Developers, Moderators

Post Reply
erwan.l
Cacti User
Posts: 138
Joined: Tue Jan 22, 2008 4:36 am
Contact:

Post by erwan.l »

stormonts : if snmpget returns the right data, cacti should be fine.
can you send me the snmptools log file?

gatorfreak : same as above.
can you send me the log file?

Regards,
Erwan.
Stone_ll
Posts: 16
Joined: Thu Mar 05, 2009 2:15 am

Post by Stone_ll »

erwan.l
Now I have used the version of 2.0.0.14.
I want to find the exact reason for the server snmp service downed.
I find that I didn't use the trackerstatus.exe to get the defined data.  only use the sample counter.ini like that:


;this file is optional
;you can define here the hardcoded oid for specific ms counters

[1.3.6.1.4.1.15.5.1]
counter=memory\Available Bytes

[1.3.6.1.4.1.15.5.2]
counter=virtual memory\Available Bytes



But the graph by cacti also like that 1.jpg displayed。
Can you help me?
PS:The CPU is a little high,is that the reason???

I have sent you a mail .please received it ..thanks a lot : )
Attachments
1.jpg
1.jpg (45.19 KiB) Viewed 7796 times
cpu.jpg
cpu.jpg (91.79 KiB) Viewed 7796 times
erwan.l
Cacti User
Posts: 138
Joined: Tue Jan 22, 2008 4:36 am
Contact:

Post by erwan.l »

Hi Stone_II,
I am afraid I cant help much more.
I dont know this executable you call.
My feeling is that the issue lays there.

First goal of snmptools is to interface MS perf counters.

Eventually you can call VBS thru wscript or cscript engine and I am pretty confident there as at worse you will face vbs script errors.

Now, when when you call external executables, I cannot guarantee what will happen there since I cant control what is ran outthere.

Regards,
Erwan.
Stone_ll wrote:erwan.l
Now I have used the version of 2.0.0.14.
I want to find the exact reason for the server snmp service downed.
I find that I didn't use the trackerstatus.exe to get the defined data.  only use the sample counter.ini like that:


;this file is optional
;you can define here the hardcoded oid for specific ms counters

[1.3.6.1.4.1.15.5.1]
counter=memory\Available Bytes

[1.3.6.1.4.1.15.5.2]
counter=virtual memory\Available Bytes



But the graph by cacti also like that 1.jpg displayed。
Can you help me?
PS:The CPU is a little high,is that the reason???

I have sent you a mail .please received it ..thanks a lot : )
stormonts
Cacti User
Posts: 349
Joined: Tue Mar 31, 2009 10:05 am

Post by stormonts »

Erwan, I sent you the log. Did you have a chance to look at it?
erwan.l wrote:stormonts : if snmpget returns the right data, cacti should be fine.
can you send me the snmptools log file?

gatorfreak : same as above.
can you send me the log file?

Regards,
Erwan.
Stone_ll
Posts: 16
Joined: Thu Mar 05, 2009 2:15 am

Post by Stone_ll »

erwan.l wrote:Hi Stone_II,
I am afraid I cant help much more.
I dont know this executable you call.
My feeling is that the issue lays there.

First goal of snmptools is to interface MS perf counters.

Eventually you can call VBS thru wscript or cscript engine and I am pretty confident there as at worse you will face vbs script errors.

Now, when when you call external executables, I cannot guarantee what will happen there since I cant control what is ran outthere.

Regards,
Erwan.

Sorry ,erwan.l
I am afraid that you havent understand my meaning. ^_^
Now the counter.ini's content I used is like this :
[1.3.6.1.4.1.15.5.1]
counter=memory\Available Bytes

[1.3.6.1.4.1.15.5.2]
counter=virtual memory\Available Bytes

in other word I havent used my user-defined executable ,totally use your example counter.ini.
But the graph created by cacti is incoherently.
Attachments
1_587.jpg
1_587.jpg (45.19 KiB) Viewed 7740 times
erwan.l
Cacti User
Posts: 138
Joined: Tue Jan 22, 2008 4:36 am
Contact:

Post by erwan.l »

Hi Stone_II,
I understand now.
By incoherent, do you mean the values or the white space (aka cacti not retrieving values from the snmp server from time to time) ?

Regards,
Erwan

Edit : stormonts, looking at it right now.
erwan.l
Cacti User
Posts: 138
Joined: Tue Jan 22, 2008 4:36 am
Contact:

Post by erwan.l »

version 2.0.0.15 uploaded here : http://erwan.l.free.fr/snmptools/snmptools2.zip .

Change log :
2.0.0.15
added : new reg key "collect_delay"(dword) to control the time between 2 perf snapshot (default=1000ms)
modified : PDH_FMT_NOSCALE added to PdhGetFormattedCounterValue / PdhCalculateCounterFromRawValue
fixed : raw counters (flag="raw") fully supported thru PdhCalculateCounterFromRawValue
added : new flag "round" to round a float number to integer (not sure all snmp clients like float in strings)
modified : asn_counter64 does not work for now, back to ASN_OCTETSTRING for 64bits values

not much news except for the raw counters which mimic the way snmp informant works.
might give more accurate performance counters values.

/Erwan
Last edited by erwan.l on Tue Apr 14, 2009 3:26 pm, edited 1 time in total.
erwan.l
Cacti User
Posts: 138
Joined: Tue Jan 22, 2008 4:36 am
Contact:

Post by erwan.l »

Stormonts

May be a silly question but you did check the maximum value in the data template and/or the upper limit in the graph template?

Regards,
Erwan.
Stone_ll
Posts: 16
Joined: Thu Mar 05, 2009 2:15 am

Post by Stone_ll »

erwan.l wrote:Hi Stone_II,
I understand now.
By incoherent, do you mean the values or the white space (aka cacti not retrieving values from the snmp server from time to time) ?

Regards,
Erwan
yes,my meaning is what your said.Now I use the newest version 15.
this server's cpu is little high,just like that the graph I uploaded.
Is this the reason.and my server's os run the Chinese language.
erwan.l
Cacti User
Posts: 138
Joined: Tue Jan 22, 2008 4:36 am
Contact:

Post by erwan.l »

Hi Stone_II,
The chinese langage could be the issue (something with unicode and memory allocation).

The cpu is busy indeed and you may have snmp timeouts from time to time, hence the white space.
You can try this without harming your graphs : raise the snmp timeout to 5000 (ms).

Regards,
Erwan.
Stone_ll
Posts: 16
Joined: Thu Mar 05, 2009 2:15 am

Post by Stone_ll »

erwan.l wrote:Hi Stone_II,
The chinese langage could be the issue (something with unicode and memory allocation).

The cpu is busy indeed and you may have snmp timeouts from time to time, hence the white space.
You can try this without harming your graphs : raise the snmp timeout to 5000 (ms).

Regards,
Erwan.

your meaning is that? I raise the server's snmp timeout to 5000 ms .the windows os ?
catchtime
Posts: 4
Joined: Thu Apr 16, 2009 2:30 am

Post by catchtime »

Hi, erwan.l

I encountered a strange question:
I used the sample counter.ini file, when i try to draw graph for OID 1.3.6.1.4.1.15.10.3.1, cacti report errors:

04/16/2009 04:55:05 PM - CMDPHP: Poller[0] Host[6] DS[66] WARNING: Result from SNMP not valid. Partial Result: U

But the agent log file seems no error:

17:17:34:447 , GetRequest: OID=1.3.6.1.4.1.15.10.3.1 (10)
17:17:34:447 , GetPerf: path=memory\Available Bytes
17:17:34:463 , GetPerf: pdh_counter_path=\memory\Available Bytes
17:17:35:463 , GetPerf: vartype=Double
17:17:35:463 , GetRequest: value=1630306304 asn_type=2
17:17:35:463 , GetRequest: OK
17:17:35:479 , SnmpExtensionQueryEx
17:17:35:479 , nRequestType=SNMP_EXTENSION_GET
17:17:35:494 , GetRequest: OID=1.3.6.1.4.1.15.10.3.1 (10)
17:17:35:494 , GetPerf: path=memory\Available Bytes
17:17:35:510 , GetPerf: pdh_counter_path=\memory\Available Bytes
17:17:36:510 , GetPerf: vartype=Double
17:17:36:510 , GetRequest: value=1630306304 asn_type=2
17:17:36:525 , GetRequest: OK
17:17:46:869 , SnmpExtensionQueryEx

And the OID 1.3.6.1.4.1.15.1 is ok.

Could you tell me how to do?

Thanks
xdg
erwan.l
Cacti User
Posts: 138
Joined: Tue Jan 22, 2008 4:36 am
Contact:

Post by erwan.l »

Hi Catchtime,

Have you tried snmpget from a command line?

snmpget -v 2c -c public 127.0.0.1 1.3.6.1.4.1.15.10.3.1

Regards,
Erwan.

Edit : also, check the Maximum Value of your data source?
catchtime
Posts: 4
Joined: Thu Apr 16, 2009 2:30 am

Post by catchtime »

snmpget is ok:
[root@nfs_server resource]# snmpget -v 2c -c public huzsbk01 1.3.6.1.4.1.15.10.3.1
SNMPv2-SMI::enterprises.15.10.3.1 = INTEGER: 1573924864
[root@nfs_server resource]# snmpget -v 2c -c public huzsbk01 1.3.6.1.4.1.15.10.3.1
SNMPv2-SMI::enterprises.15.10.3.1 = INTEGER: 1571737600

And datasource maximum value is 100, type is "gauge".



Thanks
erwan.l
Cacti User
Posts: 138
Joined: Tue Jan 22, 2008 4:36 am
Contact:

Post by erwan.l »

Catchtime,
Lets exclude a snmp timeout issue on a cacti side.

In your counters.ini, just above the "counters=" line, add flag=norefresh.
Indeed, the "memory\Available Bytes" is a simple counter and does not need interval calculation.
By default, snmptools will take 1000ms to send the data back.

Note that you could also shorten that 1000ms to 500ms or 100ms, for all counters, by using the collect_delay reg key under snmptools reg key.

Note that you would also achieve the same by increasing the timeout on your device to 2000ms for instance.

Let me know if this solves your issue.

Regards,
Erwan.
Post Reply

Who is online

Users browsing this forum: No registered users and 8 guests