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