summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/workunits/rados/stress_watch.sh
blob: 49f144bbc36a49faf9a83df880b79bb102f3b0d5 (plain)
1
2
3
4
5
6
7
#!/bin/sh -e

ceph_test_stress_watch
ceph_multi_stress_watch rep reppool repobj
ceph_multi_stress_watch ec ecpool ecobj

exit 0