Easy and realistic Load Testing of HTTP Live Streaming (HLS) with Apache JMeter

on 12 January 2015 DEVOPS, HTML5, JMETER, LOAD_TESTING, MEMORY, PERFORMANCE, PRODUCTIVITY, TUNING, VIDEO and Tags: , , , , , , , , with 3 comments

Updated on the 7th of may 2020 Easy and realistic Load Testing of HTTP Live Streaming (HLS) with Apache JMeter Videos today are ubiquitous. Nearly every website shows videos, particularly those built for Mobile devices. The most efficient way to serve video from website and even more for Mobile devices, is to stream it as […]

Read more

Magento Performance Toolkit and JMeter Best Practices

on 2 November 2014 DEVOPS, ECOMMERCE, GROOVY, JMETER, JMETER-PLUGINS, LOAD_TESTING, PERFORMANCE, TUNING and Tags: , , , , , , , , , , , with 1 comment

Magento Performance Toolkit I recently discovered that Magento Team provided a performance toolkit based on Apache JMeter: https://github.com/magento/magento-performance-toolkit 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 […]

Read more

Why Apache JMeter and Ubik Load Pack is your best load testing tool option

on 16 August 2014 DEVOPS, FLEX, GROOVY, GWT, JMETER, JMETER-PLUGINS, LOAD_TESTING, PERFORMANCE, PRODUCTIVITY, TUNING and Tags: , , , , , , , , , , , , with 1 comment

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 more

JMeter Performance and Tuning Tips

on 22 July 2014 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 2013 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: To return data through Ajax Calls within dynamic websites […]

Read more

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

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

Context: you want to run different parts of a Test plan a different rate you want to be sure one and only one of the samples occur thus you cannot use ThroughputController as you don’t have the guarantee that your sample will run Example: You want to run 4 types of searches: Search by Last […]

Read more