/opt/perf/bin/glance -adviser_only -syntax perf.adv -j 1 -iterations 48 > perf
j는 refresh 간격, iterations 48은 48번 반복 ... 30분씩 24시간은 -j 1800 -iterations 48(30분씩 48번 반복)
-------------perf.sh----------
$ cat perf.sh
HOST=`hostname`
HOME=$PWD
/opt/perf/bin/glance -adviser_only -syntax $HOME/perf.adv -j 1800 -iterations 48 > $HOME/$HOST.perflog &
-------------perf.adv----------
print gbl_stattime, gbl_cpu_total_util, gbl_disk_util_peak_others, gbl_mem_util, gbl_swap_space_util
j는 refresh 간격, iterations 48은 48번 반복 ... 30분씩 24시간은 -j 1800 -iterations 48(30분씩 48번 반복)
-------------perf.sh----------
$ cat perf.sh
HOST=`hostname`
HOME=$PWD
/opt/perf/bin/glance -adviser_only -syntax $HOME/perf.adv -j 1800 -iterations 48 > $HOME/$HOST.perflog &
-------------perf.adv----------
print gbl_stattime, gbl_cpu_total_util, gbl_disk_util_peak_others, gbl_mem_util, gbl_swap_space_util