summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2011-09-14 11:11:11 -0500
committerDavid Sommerseth <davids@redhat.com>2011-10-07 18:11:05 +0200
commite1182d1a0a5f3a8f7ddba70d0a49720e5f069ce1 (patch)
treec88af401d02e77692a25e03a916899de04a5fd7e /Makefile
parentaa90f0bada630e35b421492553788dd325bbd859 (diff)
downloadrteval-e1182d1a0a5f3a8f7ddba70d0a49720e5f069ce1.tar.gz
rteval-e1182d1a0a5f3a8f7ddba70d0a49720e5f069ce1.tar.xz
rteval-e1182d1a0a5f3a8f7ddba70d0a49720e5f069ce1.zip
added --onlyload option
Add mechanism to run only loads (not measuring thread) for debug and tracing purposes. Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7419fc1..01cd608 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,9 @@ runit:
[ -d ./run ] || mkdir run
python rteval/rteval.py -D -L -v --workdir=./run --loaddir=./loadsource --duration=$(D) -f ./rteval/rteval.conf -i ./rteval
+load:
+ [ -d ./run ] || mkdir run
+ python rteval/rteval.py --onlyload -D -L -v --workdir=./run --loaddir=./loadsource -f ./rteval/rteval.conf -i ./rteval
sysreport:
python rteval/rteval.py -D -v --workdir=./run --loaddir=./loadsource --duration=$(D) -i ./rteval --sysreport