Magento Performance Toolkit and JMeter Best Practices
Magento Performance Toolkit I recently discovered that Magento Team provided a performance toolkit based on Apache JMeter: It is a great initiative as performance of eCommerce websites is critical nowadays and bad performance can make your customers quit your website. I was curious to see how it was implemented so I grabbed the JMX Plan […]
Read moreWhy Apache JMeter and Ubik Load Pack is your best load testing tool option
Why Apache JMeter and Ubik Load Pack is your best load testing tool option ? Read in this blog why choosing Apache JMeter + Ubik Load Pack is your best choice for your new Load Testing Solution. First some key benefits of choosing Apache JMeter: 1/ JMeter is becoming a de facto standard nowadays for […]
Read moreJMeter Performance and Tuning Tips
Read in this blog best-practices about using JMeter to ensure you get the most out of it
Read moreExtract JSON content efficiently with JMeter using JSON PATH syntax with UBIK-LOAD-PACK
Context: Edit : 9th november 2014: Read up to date using last version of our plugin here. You use JMeter and want to test an application that massively uses JSON data as exchange format. JSON has become a de-facto standard nowadays and is used often: Of course you can still extract content with core JMeter […]
Read moreJMeter : SwitchControler or How to run a sampler with a certain percentage
Context: Example: SwitchControler or How to run a sampler with a certain percentage: Create a Test Plan like this one: // Array of values that contain the % repartition we want int[] values = (int[])vars.getObject(“RANDOM_VALUES”); if(values==null) { values = [0,1,2,3,2,3,1,3,2,3] as int[]; vars.putObject(“RANDOM_VALUES”,values); } // Increment that will be used in SwitchController value […]
Read moreLoad Testing GWT RPC applications with UbikLoadPack Plugin for JMeter
Load Testing GWT-RPC applications with UbikLoadPack Plugin for JMeter Context You have a GWT-RPC (Google Web Toolkit RPC) based application and you want to load test it using Apache JMeter But the problem you are facing is that GWT-RPC protocol uses an optimized format which makes it hard if not impossible to : Understand the […]
Read more





