On Thu, Jan 6, 2011 at 7:46 AM, sync <jian...@gmail.com> wrote:
> That's  to say , is there some methods that I can use to write some perl
> scripts on Linux Server
> to check the Windows Server  System information ( CPU load , Memory and so
> on )?

I think the best would be to activate WMI on the Windows boxes and
then write a script using DBD::WMI that you run on the linux box to
read out the information:

http://search.cpan.org/~corion/DBD-WMI-0.06/lib/DBD/WMI.pm

This is also the way in which most discovery/inventory tooling works.
It's much easier in my opinion than to deploy some CGI script or other
daemon  to all your Windows machines.
--
Mike

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to