by rhl314 on 1/21/22, 4:28 PM with 21 comments
Over the years while building different apps and sites, I always felt that I need a modern load testing software.Tools like JMeter, ab are not very easy to use and it seems innovation in load testing which is a crucial part of any software release cycle has been ignored.
This is my third attempt at making Loadjitsu, I am so glad that I can finaly release this.
A bit more about the software 1. Powered by golang you can run load tests for tens of thousands of connections per second on very average hardware. 2. Cross platform, run it on Windows or Mac or host it on your linux machines 3. Lets you load test databases like MySQL, PostgreSQL, Mongodb out of the box. 4. Will keep adding more load testing targets in the future (even the more esoteric ones)
I hope to open source Loadjitsu soon and let users contribute new targets. Hope this makes load testing fun again
by idoubtit on 1/21/22, 8:42 PM
The last time I used JMeter to load test a site, I simulated many users: each thread logged into the site with its own account, selected a course (it was a LMS, Learning Management System), then opened a quiz, randomly answered all the questions, etc. Various metrics and graphs (e.g. RPS, 1%-quantiles of latency...) were used to estimate the maximal capacity of the web site. I also had a JMeter plugin that extracted perf data from the HTML responses. JMeter is a complex beast, and I'm not fan of its XML config and Java/Beanshell scripts... but I don't see this as a replacement in any way.
by kjellsbells on 1/22/22, 3:08 AM
More fundamentally, the load testing space feelsnlong overdue for a shakeup. I feel its like network tracing was before Wireshark/ethereal showed up. You had ludicrously pricey fixed tools like Sniffer, weird point tools like ms netmon, and then one day wireshark showed up and totally upended the market. Today i see similar on testing, i mean ixia, landslide, jmeter...time for a revolution?
by jzelinskie on 1/22/22, 1:23 AM
Is there a generic load tester that allows you to define enough calling information about the APIs to get the same level of value out that I described?
by benjaminkitt on 1/21/22, 8:26 PM
by Southland on 1/21/22, 8:25 PM
by ibdf on 1/21/22, 9:31 PM
by throwawayHN378 on 1/22/22, 2:59 AM