emqx / mqtt-jmeter

MQTT JMeter Plugin
https://www.emqx.com/en
Apache License 2.0
445 stars 194 forks source link

calculate message latency #82

Closed AllenClown closed 4 years ago

AllenClown commented 4 years ago

Thanks for developing this plugin. I want to calculate MQTT message latency with the plugin. I read the introduction in README, and I follow the instruction. but I only found timestamp in the payload of publish messages(timestamp_in_payload ), and I couldn't find timestamp (timestamp_in_sub_when_receive_msg)while receiving these messages. could you give me more specific instructions about calculating message latency? I will appreciate your help very much.