article thumbnail

Heap Memory In Java Applications Performance Testing

DZone

Does every performance engineer need to know about how memory in Java works? To completely fine-tune the java performance bottlenecks for high performance my answer is YES. It is the process of allocating new objects and removing unused objects (Garbage Collections) properly.

Java 305
article thumbnail

JMeter + Pepper-Box Plugin for Kafka Performance Testing to Choose or Not to Choose?

DZone

How to start Kafka performance testing with JMeter + Pepper-Box plugin ? Is it possible to write samplers for JMeter on your own to provide Kafka performance testing? Kafka is an open-source stream ing software platform developed by the Apache Software Foundation, written in Scala and Java. Agenda for This Article.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Unveiling the Secret: Achieving 50K Concurrent User Load Using JMeter With 2.5g RAM Only

DZone

Apache JMeter is an open-source, Java-based tool used for load and performance testing of various services, particularly web applications. JMeter can simulate heavy loads on a server to analyze performance under different conditions. It supports multiple protocols like HTTP, HTTPS, FTP, and more.

Java 262
article thumbnail

Optimizing Java XPath CPU and memory overhead by 98%

Dynatrace

As this was the first time in years that systems started to experience major disruption a team of performance experts was gathered who were quick to identify: Root cause : Old way of using XPath (full search). Perform an audit on default settings of the application server. Now – this is not the end of the blog.

Java 222
article thumbnail

Performance Engineering Management: A Quick Guide

DZone

In every project performance testing, assessment, and resolution become the key phase before going to production. Additionally, the focus will be on Java-based web applications mainly while some of the details are generic and applicable to other platforms and technologies.

article thumbnail

How To Use Smart-Doc To Generate JMeter Scripts

DZone

smart-doc is a tool for automatically generating Java API documentation. In the software development lifecycle, the automatic generation of API documentation and the performance testing of interfaces are key steps in improving development efficiency and ensuring product quality.

Java 130
article thumbnail

Addressing Application Performances in Java Applications

DZone

While solving issues related to NFRs (especially application performance), I always think about why we as developers give less importance (honorable exceptions are always there) to performance. Many times, we start thinking of performance only at the time of a performance test or after deployment.

Java 100