Performance Testing Low Latency HLS servers

on 23 July 2021 CI, CLOUD, DEVOPS, HLS, LL-HLS, LOAD_TESTING and Tags: , , , , , , , , , with 0 comments

Read in this blog how to test the performances of your low latency HLS (LL-HLS) servers with UbikLoadPack

Read more

Release of UbikLoadPack Video Streaming Plugin 9.1

on 15 September 2023 ABR-Streaming, HLS, JMETER, JMETER-PLUGINS, LL-HLS, LOAD_TESTING, MPEG-DASH, PERFORMANCE, VIDEO and Tags: , , , , , , , with 0 comments

We’re proud to announce the release of the version 9.1 of our performance testing tool for Video Streaming servers(HLS, MPEG-DASH, HSS, HDS). We’ll see in this blog what new features and enhancements this release brings. HTTP/2 Support Benefits of HTTP/2 The primary goals of HTTP/2 are to: For full details, you can read: https://web.dev/performance-HTTP/2/ HTTP/2 […]

Read more

UBIK LOAD PACK OBSERVABILITY PLUGIN : Connect the plugin to Prometheus

on 1 May 2023 CONTINUOUS INTEGRATION, DEVOPS, JMETER, JMETER-PLUGINS, LOAD_TESTING, PERFORMANCE, PRODUCTIVITY and Tags: , , , , , , with 0 comments

What is Prometheus ? Prometheus is an open-source monitoring and alerting toolkit originally developed at SoundCloud. It is designed to monitor systems, services, and applications, and provides a time-series database, query language, and alerting capabilities. Prometheus works by collecting metrics from different sources, such as HTTP endpoints, Linux system stats, and other exporters. It stores […]

Read more

Using CSV data in JMeter

on 2 March 2023 CI, CLOUD, DEVOPS, JMETER, LOAD_TESTING, PERFORMANCE with 0 comments

Create a CSV file First, create a CSV file with the data that you want to use in your JMeter test. The first row of the CSV file should contain the column names, and each subsequent row should contain the corresponding data.For example, if you want to test a login functionality of a website, you […]

Read more

How to save request and response details in JMeter only when an error occurs

on 27 February 2023 CI, CONTINUOUS INTEGRATION, DEVOPS, JMETER, monitoring, PERFORMANCE and Tags: , , , , , with 0 comments

When an request error occurs during a performance test, you usually want to have more details on the request and response to understand root cause of the issue and provide more details to the development team so that they are able to reproduce and fix the issue. Configuring your test plan To save request and […]

Read more

Using a Property in JMeter to reference environment dependent data

on 27 February 2023 CI, DEVOPS, JMETER, LOAD_TESTING, PERFORMANCE with 0 comments

What is a property In JMeter, a property is a key-value pair that is used to store configuration settings and other data. This data can then be referenced by other elements in your test plan (CSV DataSet for example). Properties are defined at the test plan level and can be accessed by any element within […]

Read more

Easily Monitor JMeter performance test from Browser thanks to UBIK LOAD PACK OBSERVABILITY PLUGIN

on 23 January 2023 Automation, AWS, AZURE, CI, CLOUD, CONTINUOUS INTEGRATION, DEVOPS, ECOMMERCE, JMETER, OBSERVABILITY, TUNING and Tags: , , , , with 0 comments
ULP Observability Graphs

JMeter offers users a straightforward and user-friendly GUI. The user can use elements like Thread Groups, Samplers, Processors, Controllers, Timers, etc. to build their performance test script. JMeter GUI mode additionally provides the ability to view and examine the script’s outcome utilizing various Listeners.Unfortunately, when running the performance test, JMeter GUI mode has the following […]

Read more