thingsboard / performance-tests

Thingsboard performance tests
https://thingsboard.io
Apache License 2.0
42 stars 52 forks source link

How does this test work with gatling #23

Closed XiaoHanChina closed 2 years ago

XiaoHanChina commented 5 years ago

If i run the docker cmd, it will only start a docker container to test with the thingsboard. But how could I export some Gatling charts.

smatvienko-tb commented 2 years ago

Hi, @XiaoHanChina Please, refet to https://thingsboard.io/docs/reference/performance-tools/#gatling

ehsanmqn commented 2 years ago

Dear @XiaoHanChina I did run the docker file and it executed successfully. Then according to the information provided in above link by you, I configured and started the gatling using mvn command. However, for the newer versions of gatling it causes error about the "execute" command. for older version causes another error. Would you please tell me which version should I use for this purpose?

smatvienko-tb commented 2 years ago

Hey, @ehsanmqn You can try the performance-test project on Java. Gatling can be useful to generate a particular load and get the MQTT metrics, but nothing about Thingsboard processing performance. All the fancy dashboards you can find inside Thingsboard applications. Here some examples: image image

ehsanmqn commented 2 years ago

Hey, @ehsanmqn You can try the performance-test project on Java. Gatling can be useful to generate a particular load and get the MQTT metrics, but nothing about Thingsboard processing performance. All the fancy dashboards you can find inside Thingsboard applications. Here some examples: image image

Thank you very much for your reply. It works for me.