ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There are not many runtime performance monitoring solutions for ROS. You can look at the following tools:
top
for ROS nodes running locally on your machine. It requires a graphical desktop environment to run since it only monitors the local machine it is running on.rosbag
and to a time series database.drums
but with better documentation. The main difference is drums
does not rely on ROS for gathering the statistics and also implements its own light-weight publish/subscribe middleware to collect and store the performance metrics.2 | No.2 Revision |
There are not many runtime performance monitoring solutions for ROS. You can look at the following tools:
top
for ROS nodes running locally on your machine. It requires a graphical desktop environment to run since it only monitors the local machine it is running on.rosbag
and to a time series database.drums
but with better documentation. The main difference is drums
does not rely on ROS for gathering the statistics and also implements its own light-weight publish/subscribe middleware to collect and store the performance drums
, arni
comes with some fault recovery mechanisms built-in.