rqt_graphprofiler/NodeProfile Message

File: rqt_graphprofiler/NodeProfile.msg

Raw Message Definition

string name
string uri
int32 pid

TopicProfile[] published_topics
TopicProfile[] subscribed_topics

# Process CPU usage, as percentage of total local use
float32 cpu_load_mean
float32 cpu_load_std
float32 cpu_load_max

# Virtual Memory use
float64 virt_mem_mean
float32 virt_mem_std
float64 virt_mem_max

# Real Memory Use
float64 real_mem_mean
float32 real_mem_std
float64 real_mem_max


Compact Message Definition

string name
string uri
int32 pid
rqt_graphprofiler/TopicProfile[] published_topics
rqt_graphprofiler/TopicProfile[] subscribed_topics
float32 cpu_load_mean
float32 cpu_load_std
float32 cpu_load_max
float64 virt_mem_mean
float32 virt_mem_std
float64 virt_mem_max
float64 real_mem_mean
float32 real_mem_std
float64 real_mem_max