From e1182d1a0a5f3a8f7ddba70d0a49720e5f069ce1 Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Wed, 14 Sep 2011 11:11:11 -0500 Subject: added --onlyload option Add mechanism to run only loads (not measuring thread) for debug and tracing purposes. Signed-off-by: Clark Williams --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit