/proc/stat 은 평균이 안 나온다.
LOAD=$(top -n1 -b | awk '/average:/ {print substr($12,0,4)}')
1분 평균의 로드 에버리지를 뽑는다.
bash에 엮어쓰면 편리함.