ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Standard messages for reporting system metrics

asked 2016-04-23 12:31:24 -0500

Cerin gravatar image

Are there any standard message types or nodes for monitoring and reporting system metrics like memory, cpu and disk usage?

I'm trying to create a simple dashboard, and I'd like to capture and display these, but I don't want to reinvent the wheel. However, I don't see anything relevant in std_msgs or common_msgs.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-04-24 21:29:47 -0500

ahendrix gravatar image

I typically monitor this type of information through the ROS diagnostics system.

diagnostics_common_diagnostics contains nodes for monitoring disk space, clock sync and a few others.

libsensors_monitor also contains a ROS node for monitoring the sensors available through the kernel sensors API and making that information available through the ROS diagnostics API.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2016-04-23 12:31:24 -0500

Seen: 176 times

Last updated: Apr 24 '16