JMeter Performance and Tuning Tips

on 22 July AJAX, JMETER, LOAD_TESTING, MEMORY, PERFORMANCE, PROFILING, TUNING and Tags: , , , , , with 4 comments

Read in this blog best-practices about using JMeter to ensure you get the most out of it

Read more

Extract JSON content efficiently with JMeter using JSON PATH syntax with UBIK-LOAD-PACK

on 28 January AJAX, JMETER, JSON, LOAD_TESTING, PERFORMANCE, PRODUCTIVITY and Tags: , , , , , with 0 comments

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 more

JMeter : SwitchControler or How to run a sampler with a certain percentage

on 30 December GROOVY, JMETER, LOAD_TESTING, PERFORMANCE and Tags: , , , with 1 comment

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 more

Load Testing GWT RPC applications with UbikLoadPack Plugin for JMeter

on 30 December AJAX, DEVOPS, GWT, JMETER, JSON, LOAD_TESTING, MEDIABEACON, STIBO and Tags: , , , , , , , , with 3 comments
GWT-LoadTesting

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 content […]

Read more

JMeter New GUI features to increase your productivity

on 30 December JMETER, LOAD_TESTING, PRODUCTIVITY and Tags: , , with 0 comments

JMeter New GUI features to increase your productivity JMeter GUI has been improved in many ways in the last four versions and work continues as of upcoming 2.9 version. Enhancements have been made to make its ergonomy better and increase user productivity and pleasure. With Apache JMeter 2.6 came a new Toolbar that speeds up […]

Read more