control over output logs
Status: Alpha
Brought to you by:
coroberti
From: Lubos P. <lub...@gm...> - 2009-11-24 16:07:46
|
Hello, I'm running a perf test from a system that has limited amount of disk space. Is it possible a) to control which log-files I need or b) limit size of those files? I've tried -l # option but without effect - logs were growing beyond the size specified in -l paramer. example of my current usage: curl-loader -f scripts/cl2_homepg.txt 2>&1 > /dev/null & or curl-loader -l 2 -f scripts/cl2_homepg.txt 2>&1 > /dev/null & Thanks, Lubos |