From ee614b857c241ca3a2ac6ede1f9dc3c9821ea25a Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Thu, 8 Jul 2010 15:27:53 -0500 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit