http://www.perlmonks.org?node_id=280446


in reply to Access Win "performance counter" from unix?

The nagios monitoring tool has a contrib type tool that does just what you are asking for.

It's called nsclient, and it talks with the windows performance manager. It was designed as a plug-in for netsaint/nagios, but it's easily integrated:

./check_nt -H 192.168.1.1 -p 1248 -v COUNTER -l "\\Paging File(_Total +)\\% Usage","Paging file usage is %.2f %%" -w 80 -c 90 ./check_nt -H 192.168.1.1 -p 1248 -v COUNTER -l "\\Process(_Total)\\Th +read Count","Thread Count: %.f" -w 600 -c 800 ./check_nt -H 192.168.1.1 -p 1248 -v COUNTER -l "\\Server\\Server Sess +ions","Server Sessions: %.f" -w 20 -c 30

Replies are listed 'Best First'.
Re: Re: Access Win "performance counter" from unix?
by sauoq (Abbot) on Aug 03, 2003 at 16:37 UTC

    Oh... This is perfect! (And if it isn't, it comes with source.)

    Thank you very much ++kschwab.

    -sauoq
    "My two cents aren't worth a dime.";