#!/bin/bash # mrtg load # set -x uptime |awk '{print $(NF)*100 "\n" $(NF-2)*100}'|sed -e 's/,//g' uptime |awk -F, '{print $1}' echo "CPU Load"