Change how connmon works
This commit is contained in:
parent
8dadff196a
commit
2ac1d6a6da
@ -145,7 +145,7 @@ run_rally()
|
||||
truncate_token_bloat
|
||||
if $CONNMON ; then
|
||||
log Starting connmon
|
||||
connmon results ${test_name} > /dev/null 2>&1 &
|
||||
connmond --config connmon/config > connmond-${test_name} 2>&1 &
|
||||
CONNMON_PID=$!
|
||||
fi
|
||||
|
||||
@ -160,6 +160,7 @@ run_rally()
|
||||
if $CONNMON ; then
|
||||
log Stopping connmon
|
||||
kill -9 $CONNMON_PID
|
||||
mv current-run.csv ${test_name}
|
||||
fi
|
||||
|
||||
# grep the log file for the results to be run
|
||||
|
5
connmon/config
Normal file
5
connmon/config
Normal file
@ -0,0 +1,5 @@
|
||||
[connmon_service_default]
|
||||
name: default
|
||||
csv_dump: ./current-run.csv
|
||||
nodes:
|
||||
node1 hostname=localhost:5800 bind=0.0.0.0
|
Loading…
Reference in New Issue
Block a user