hemikak / mqtt-jmeter

This is the plugin for Jmeter to Test MQTT protocol
Apache License 2.0
22 stars 7 forks source link

High CPU Usage for MQTT Subscriber #10

Open navneetkrishnam opened 7 years ago

navneetkrishnam commented 7 years ago

Hi. Whenever I start the MQTT Subscriber, the CPU utilization for just one thread in JMeter goes up to 100%. I am guessing it is because of the poll that happens in the SubscriberSampler.java file.

hemikak commented 6 years ago

I'll look into this.