Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] performance test tools

Hi,

I use Tsung, there's a match label in tsung configuration, but seems it doesn't support MQTT testing. And as far as I know, timestamp in publish payload has been supported by Xmeter, with a seconds level. To be more accuracy, I think you need write the client yourself😉


BRs,

Jianhui


From: mosquitto-dev-bounces@xxxxxxxxxxx <mosquitto-dev-bounces@xxxxxxxxxxx> on behalf of Michael CHEN <Michael.Chen@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, January 15, 2018 10:30:43 AM
To: General development discussions for the mosquitto project
Subject: [mosquitto-dev] performance test tools
 

Hi ALL:

            We are running the mosquitto in an embedded system with several client (no more than 6) connected.

            One of our concern is the throughput of mosquitto and round trip time of a message (send a message and receive it on another client). Our expectation is transferring 5000-10000 message/second (payload size is quite small, around 20-100 bytes each) with average round trip time within several milliseconds.

            We try to use JMeter with a mosquitto plug-in, it is doing well on generating expected traffic, but it cannot measure the round trip time for us.

            So please, can you suggest some tool that we can use to do the performance test in my scenario? Or maybe I did not using the JMeter correctly?

 

Thanks Very Much

Michael Chen

 


Back to the top