getcpu
時間(分数)を指定して、osstat.shを実行する。
デフォルトは1440秒(=24時間)
code:sh
#!/bin/sh
MIN=$1
if $# -lt 1 ; then
MIN=1440
fi
sh osstat.sh $MIN | sqlplus -L -S