fixed/added valgrind caller scripts.
This commit is contained in:
@@ -12,5 +12,6 @@ valgrind \
|
||||
--track-origins=yes --num-callers=50 --keep-stacktraces=alloc-and-free \
|
||||
0-build/apps/aqhome-mqttlog/aqhome-mqttlog --mqttclientid=AQHOMEMQTTLOGTEST -p ./aqhome-mqtt.pid \
|
||||
-d ./aqhome-mqtt.devices \
|
||||
-ba 127.0.0.1 -ma 192.168.117.194 \
|
||||
-T 120
|
||||
|
||||
|
||||
@@ -10,6 +10,8 @@ export LD_LIBRARY_PATH="0-build/aqhome/:$LD_LIBRARY_PATH"
|
||||
valgrind \
|
||||
--tool=memcheck --trace-children=yes -v --log-file=aqhome-nodes.vg --leak-check=full --show-reachable=yes \
|
||||
--track-origins=yes --num-callers=50 --keep-stacktraces=alloc-and-free \
|
||||
0-build/apps/aqhome-nodes/aqhome-nodes -l aqhome-nodes.log -db aqhome-nodes.db -p aqhome-nodes.pid \
|
||||
0-build/apps/aqhome-nodes/aqhome-nodes -l aqhome-nodes.log -db aqhome-nodes.db -p aqhome-nodes.pid -N \
|
||||
-ba 127.0.0.1 \
|
||||
-t 127.0.0.1 \
|
||||
-T 90
|
||||
|
||||
|
||||
16
vg_react.sh
Executable file
16
vg_react.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
export AQHOME_LOGLEVEL=info
|
||||
export LD_LIBRARY_PATH="0-build/aqhome/:$LD_LIBRARY_PATH"
|
||||
|
||||
# valgrind --tool=memcheck --trace-children=yes -v --log-file=aqf15 --leak-check=full --show-reachable=yes --track-origins=yes --num-callers=50 --keep-stacktraces=alloc-and-free --suppressions=../../../../debug/valgrind.supp /usr/local/bin/aqfinance
|
||||
|
||||
# valgrind --tool=memcheck --trace-children=yes -v --log-file=aqhomed.vg --leak-check=full --show-reachable=yes --track-origins=yes --num-callers=50 --keep-stacktraces=alloc-and-free 0-build/apps/aqhomed/aqhomed -l aqhome.log -db aqhome.db -ma 192.168.117.192 -mp 1883 -t 127.0.0.1 -T 300
|
||||
|
||||
valgrind \
|
||||
--tool=memcheck --trace-children=yes -v --log-file=aqhome-react.vg --leak-check=full --show-reachable=yes \
|
||||
--track-origins=yes --num-callers=50 --keep-stacktraces=alloc-and-free \
|
||||
0-build/apps/aqhome-react/aqhome-react -p ./aqhome-react.pid -V ./aqhome-react.vars \
|
||||
-ba 127.0.0.1 \
|
||||
-T 350
|
||||
|
||||
Reference in New Issue
Block a user