summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/workunits/suites/bonnie.sh
blob: 698ba9c52acc2d5c50a5df4b96963614fed918df (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -e

bonnie_bin=`which bonnie++`
[ $? -eq 1 ] && bonnie_bin=/usr/sbin/bonnie++

uid_flags=""
[ "`id -u`" == "0" ] && uid_flags="-u root"

$bonnie_bin $uid_flags -n 100