summaryrefslogtreecommitdiffstats
path: root/python_pgms/cloud-on-fly/src/scripts/status.sh
blob: 7bbe0ab7f7677b8a85dfec8bdc4d1c078d772e2f (plain)
1
2
3
4
5
6
7
8
9
10
LOG="/opt/qa/nfstesting/status.log"
hostname >> $LOG
date >> $LOG
ps -fp $(pgrep -d, -x iozone) >> $LOG
ps -fp $(pgrep -d, -x dbench) >> $LOG
ps -fp $(pgrep -d, -x fio) >> $LOG
ps -fp $(pgrep -d, -x fileop) >> $LOG
ps -fp $(pgrep -d, -x bonnie) >> $LOG
echo "=====================================================" >> $LOG