Report interpretation mqtt plugin

Hi all,

I need some help about the explanations about mqtt load test result interpretation as depicted here:


Which technical relation exist against the dedicated method call like: subscribe, publish, connect?

I suppose the outgoing count would be triggered when the mesage has sent to topic and the incoming count is triggered on the acknowledge (puback, suback)??

Currently, acks don’t count as incoming events. They’re used to determine the outcome and the duration of the action: connect, pub, sub.
Incoming events are inbound messages from. a subscription.