View Single Post
  #2   (View Single Post)  
Old 20th January 2009
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

like that maybe directly from PHP:
PHP Code:
$BOX0_STATS system("ssh 10.0.0.10 top -b -ores"$RETVAL);
$BOX1_STATS system("ssh 10.0.0.11 ps aux"$RETVAL);
$BOX2_STATS system("ssh 10.0.0.12 vmstat -c 3"$RETVAL); 
__________________
religions, worst damnation of mankind
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds

Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”.
vermaden's: links resources deviantart spreadbsd
Reply With Quote