Using
JAVA, Is there any way to execute a system level command on the remote machine and get back the data to the host machine.
It should work something like this, my application resides on Windows, and it should send a system command to the remote machine (Solaris) like vmstat and getback the resultant output to my application. This should be achieved without installing any agents at the remote machines.
I believe if the remote server has 'rstatd' server (rstat Daemon) running, using a client program we can query the system information thru it, without installing any thing on the other side.
Any idea on how to query 'rstatd' server from the client.