‘Micro-Metrics Every Performance Engineer Should Validate Before Sign-Off’ webinar

The June webinar focused on performance testing, emphasizing the importance of micro-metrics like garbage collection behavior, object creation rates, and thread patterns. These critical indicators can reveal potential issues before they escalate. Participants learned strategies to enhance JVM performance validation and reduce post-deployment problems, highlighting that macro-metrics alone are insufficient.

Maximizing Efficiency with Boomi Process Object Slow Finalize

The significance of efficient finalize() methods in performance benchmarking is crucial. These methods are important for cleaning up resources, managing memory, and keeping the system responsive. In busy environments, finding and improving slow finalize() methods is vital for keeping the system scalable and using resources effectively. A case study using Boomi showed how slow finalize() methods affect system performance.

Diagnosing Disk Space Issues in Dell Boomi

This article discusses intentionally filling up disk space to test system stability. A script fills disk space by writing data to a file. The Boomi process runs successfully, but the operating system reports a critical disk space shortage, prompting system warnings. It also highlights how the issue was identified and emphasizes the importance of monitoring the system.

Optimizing Robotics application’s Performance!

This post shares an experience in optimizing a Java application controlling warehouse robots, addressing performance issues due to long Garbage Collection (GC) pauses. By analyzing GC logs, the team identified excessive heap size and the CMS algorithm as causes. Switching to the G1 GC algorithm successfully reduced pause times, improving overall application performance.

Up ↑