summaryrefslogtreecommitdiffstats
path: root/python_pgms/cloud-on-fly/src/scripts/kill.sh
blob: 52000db7e9be0338428f6d7a5ceae214d1ae9afd (plain)
1
2
3
4
5
6
ps ax | grep iozone | xargs kill
ps ax | grep cloud  | xargs kill
ps ax | grep dbench | xargs kill
ps ax | grep fileop | xargs kill
ps ax | grep bonnie | xargs kill