Re: Perl for windows Problem

2011-01-06 Thread sync
On Thu, Jan 6, 2011 at 6:49 PM, Jeff Pang 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 )? > > > > Net::SNMP is your friend. > Yeah ! Than

Re: Perl for windows Problem

2011-01-06 Thread Jeff Pang
> > 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 )? > Net::SNMP is your friend. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands

Re: Perl for windows Problem

2011-01-06 Thread Michiel Beijen
On Thu, Jan 6, 2011 at 7:46 AM, sync 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

Re: Perl for windows Problem

2011-01-05 Thread George Worroll
On 1/6/11 1:46 AM, sync 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 ) Let me make sure I understand this. You have a Windows server, and a Linux server. Y

Re: Perl for windows Problem

2011-01-05 Thread sync
On Thu, Jan 6, 2011 at 1:25 PM, Sheppy R wrote: > *As usual... forgot to reply to all...* > > > Check out Sys::Info and the other Sys::Info based modules. These should do > what you need. > > http://search.cpan.org/search?query=sys%3A%3Ainfo&mode=all > > > > Thanks for your suggestion, but I fou

Re: Perl for windows Problem

2011-01-05 Thread Sheppy R
*As usual... forgot to reply to all...* Check out Sys::Info and the other Sys::Info based modules. These should do what you need. http://search.cpan.org/search?query=sys%3A%3Ainfo&mode=all On Thu, Jan 6, 2011 at 12:16 AM, sync wrote: > Hi: > > > Could I get the windows information( like CPU

Perl for windows Problem

2011-01-05 Thread sync
Hi: Could I get the windows information( like CPU load, memory..) from my linux Client with Perl ? I also search the perl module and found this module called Win32::OLE can do it , but it can only on Windows , is there some method on my Linux Client? Thanks