summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-08 15:27:53 -0500
committerClark Williams <williams@redhat.com>2010-07-08 15:27:53 -0500
commitee614b857c241ca3a2ac6ede1f9dc3c9821ea25a (patch)
tree101f891786c659db179e03118eb1de035236d8b2 /Makefile
parent08dab7d82036c69052322ca8ea40223169a4c908 (diff)
downloadrteval-ee614b857c241ca3a2ac6ede1f9dc3c9821ea25a.tar.gz
rteval-ee614b857c241ca3a2ac6ede1f9dc3c9821ea25a.tar.xz
rteval-ee614b857c241ca3a2ac6ede1f9dc3c9821ea25a.zip
add logging for loads
Added an option (-L/--logging) to rteval that will turn on logging of load output to a file in the report directory. Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 92c9824..da26cc3 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ LOADS := $(KLOAD) $(BLOAD)
runit:
[ -d ./run ] || mkdir run
- python rteval/rteval.py -D -v --workdir=./run --loaddir=./loadsource --duration=$(D) -f ./rteval/rteval.conf -i ./rteval
+ python rteval/rteval.py -D -L -v --workdir=./run --loaddir=./loadsource --duration=$(D) -f ./rteval/rteval.conf -i ./rteval
sysreport:
python rteval/rteval.py -D -v --workdir=./run --loaddir=./loadsource --duration=$(D) -i ./rteval --sysreport