Skip to content
Snippets Groups Projects
Commit 242854a8 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Update rundbench script for new debug control file.

parent 3c7325df
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
echo 0 > /proc/sys/obd/trace [ -e /proc/sys/portals/debug ] && echo 0 > /proc/sys/portals/debug
echo 0 > /proc/sys/obd/debug
cd /mnt/obd cd /mnt/obd
cp /usr/src/obd/demos/dbench/client.txt . cp /usr/src/obd/demos/dbench/client.txt .
/usr/src/obd/demos/dbench/dbench $1 /usr/src/obd/demos/dbench/dbench $1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment