File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ RUN apt-get update -qq \
1414 && apt-get install --no-install-recommends -y -qq \
1515 build-essential \
1616 bwm-ng \
17+ atop \
1718 cmake \
1819 cppcheck \
1920 gdb \
Original file line number Diff line number Diff line change @@ -18,4 +18,7 @@ echo "log4j.logger.ros.roscpp=DEBUG" >> /home/developer/.ros/config/rosconsole.c
1818# See also https://bitbucket.org/osrf/subt/issues/204
1919export ROSCONSOLE_STDOUT_LINE_BUFFERED=1
2020
21+ # atop process monitoring
22+ atop -R -w /home/developer/.ros/atop_log &
23+
2124ign launch cloudsim_bridge.ign -v 4 $@
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ RUN apt-get update -qq \
1414 && apt-get install --no-install-recommends -y -qq \
1515 build-essential \
1616 bwm-ng \
17+ atop \
1718 cmake \
1819 cppcheck \
1920 gdb \
Original file line number Diff line number Diff line change @@ -10,4 +10,7 @@ FILE=/tmp/ign/logs/network_traffic.csv
1010echo " unix timestamp;iface_name;bytes_out/s;bytes_in/s;bytes_total/s;bytes_in;bytes_out;packets_out/s;packets_in/s;packets_total/s;packets_in;packets_out;errors_out/s;errors_in/s;errors_in;errors_out" > $FILE
1111bwm-ng -o csv -c 0 -t 1000 -T rate -I eth0 >> $FILE &
1212
13+ # atop process monitoring
14+ atop -R -w /tmp/ign/logs/atop_log &
15+
1316ign launch -v 4 $@
You can’t perform that action at this time.
0 commit comments