Load testing of Ionic2 apps

I need to simulate multiple users (i.e. an app running simultaneously on number of devices) to perform load/performance test of the back-end. Does anybody know what tools are available for Ionic2 apps?

Thank you.

if you want to test you backend, you need no tool for ionic2 … simply a performance tester for your backend technology.

JMeter by Apache is free - here a littel tutorial for webservices / apis

Or only for linux:
https://linux.die.net/man/1/siege

1 Like