ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The publish and subscribe queues are both per-subscriber.
The topics page describes the Topic Statistics feature which measures topic frequency, bandwidth and dropped messages, and from the message definition it looks like those statistics are per-connection. I haven't used these myself, but you should be able to view the topic statistics in rqt_graph
You may also want to read the paper that was written when the topic statistics feature was added.