Re: How can I open a remote ssh session with perl

2010-08-27 Thread S Pratap Singh
Hello , Is there any way I can get these interactive output via my script or I am missing something? .. Thanks for your continued help. I need to get those interactive outputs to my script or is there any way to open a psuedo terminal. I do not want to execute command on server it should be exam

Re: How can I open a remote ssh session with perl

2010-08-27 Thread Peter Scott
On Fri, 27 Aug 2010 09:17:22 +0530, S Pratap Singh wrote: > Hello Peter , > > Did you try executing command "top -cd2", "iostat 1", vmstat 1 10" etc ? > Did you get the output of those command ? vmstat 1 10 works for me; pstree works; but of course you're not going to run top -cd2 this way, th