Can I test the backend load using apache jmeter? #2135
-
Can I test the backend load using Apache Jmeter? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Myzik-Dev ! Since our backends work with valid payload that is generated by a frontend app using imodeljs libraries it would be hard to use a tool like JMeter since that works with rest APIs, it would be tough to generalize the rest calls. We do recommend an alternative though which is k6.io. You could record a browser session using your frontend app and than replay that session in load to measure CCU for your backend app (K6 browser recorder , k6 Scenarios ) |
Beta Was this translation helpful? Give feedback.
Hi @Myzik-Dev ! Since our backends work with valid payload that is generated by a frontend app using imodeljs libraries it would be hard to use a tool like JMeter since that works with rest APIs, it would be tough to generalize the rest calls.
We do recommend an alternative though which is k6.io. You could record a browser session using your frontend app and than replay that session in load to measure CCU for your backend app (K6 browser recorder , k6 Scenarios )