Getting load information via SSH January 26, 2015 Raaz bash, centos, debian, fedora, Linux, loadaverage, redhat, remote, script, ssh, suse, ubuntu No comments Edit I have tried so many ways but finally happy with this #!/bin/bash for i in localhost 127.0.01dossh raja@$i 'uptime | grep -o load.*'done The above script will produce load average from a remote system. Share This: Facebook Twitter Google+ Stumble Digg