omg fixes
diff --git a/wally/suits/omgbench/run.sh b/wally/suits/omgbench/run.sh
index 0aa2d9c..1b9df97 100755
--- a/wally/suits/omgbench/run.sh
+++ b/wally/suits/omgbench/run.sh
@@ -36,4 +36,6 @@
rally --plugin-paths . deployment create --file=deployment.json --name=test2 &> /dev/null
rally --plugin-paths . task start task.json &> ~/omg.log
-cat ~/omg.log | grep "Load duration" | grep -o '[0-9,.]\+'
\ No newline at end of file
+
+cat ~/omg.log | grep "total" | grep -o '[0-9,.]\+%' | grep -o '[0-9,.]\+'
+cat ~/omg.log | grep "Load duration" | grep -o '[0-9,.]\+'