in reply to How to connect remote Windows from Linux server?
What you're describing sounds like network monitoring software. Three free and open source example is Nagios, Zabbix, and Zenoss. All of these have available Windows programs and/or services that capture the information about CPU, disk, and memory. Then you can run the monitoring agent to collect this informaiton on Linux. The tools, services, and programs are available in all of these (and many more listed in the Wikipedia article). Choose one and go with it.
Update
You could also use SNMP on the Windows Server and collect the information using Net::SNMP in Perl on your Linux machine
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How to connect remote Windows from Linux server?
by rbattu (Initiate) on Apr 19, 2012 at 18:04 UTC | |
by blue_cowdawg (Monsignor) on Apr 19, 2012 at 18:55 UTC | |
by eyepopslikeamosquito (Bishop) on Apr 19, 2012 at 20:22 UTC | |
by JavaFan (Canon) on Apr 19, 2012 at 22:38 UTC | |
by rbattu (Initiate) on Apr 20, 2012 at 05:22 UTC |
In Section
Seekers of Perl Wisdom