We recently hosted a webinar on how micro-metrics can help detect performance issues before they cause outages. While traditional metrics often miss hidden problems, experts shared 7 key micro-metrics that can spot early signs of issues like memory leaks and CPU spikes. The session also covered real-world examples and practical tips for preventing performance failures.
Top 5 Java Performance Problems
Java is a popular programming language that powers several mission critical applications all over the world. In this post let's discuss some of the commonly confronted performance problems by Java applications and potential solutions to solve them. Video In this video, we explored the most common issues that impact Java applications in production environments. Our... Continue Reading →
CRITICAL SYSTEMS REVIEW (CSR)
The post offers assistance to improve application performance by addressing traffic volume, scaling, availability, response time, and security concerns. The author provides an in-depth analysis of architecture and system components, culminating in a report detailing issues and tailored solutions, including architectural and code-level modifications.
DevopsCon 2023 – MAJOR OUTAGES IN MAJOR ENTERPRISES
DevopsCon, held in Berlin, featured a talk by our architect on "MAJOR OUTAGES IN MAJOR ENTERPRISES". The session analyzed outage artifacts and equipped attendees to troubleshoot various issues. The event received an excellent rating of 5 for talk quality and speaker knowledge, compared to the overall average of 3.84 and 4.22.
How to Fix Java Finalizer Queue Backup Issues in ServiceNow MID Server
The article addresses performance issues with ServiceNow MID Server caused by backups in the Java Finalizer Queue. It explains how such backups can lead to slow performance, increased resource usage, and even application freezes. The content offers insights into diagnosing and resolving these issues to enhance application efficiency and reliability.
How to Resolve Class Loading Issues in ServiceNow MID Server
The article discusses class loading issues affecting ServiceNow MID Server performance, highlighting slow performance, freezes, increased wait times, and high resource usage. It introduces a Java program to simulate these issues and emphasizes the importance of tools like yCrash for diagnosing memory inefficiencies. Proper management can enhance reliability and prevent crashes.
New Innovations in yCrash Product Suite
Recent updates to the yCrash performance optimization suite, including GCeasy, fastThread, and HeapHero, introduce enhanced capabilities for JVM analysis, data security, automation, and advanced visual insights. New features include machine learning for error detection, REST APIs for integration, and Native Memory Tracking support, ensuring efficient application performance and streamlined troubleshooting for teams.
ADDO Conference 2024 – 16 ARTIFACTS TO CAPTURE WHEN THERE IS A PRODUCTION PROBLEM
The ADDO conference, a prominent online DevOps community, facilitates knowledge sharing among professionals. In 2024, architect Ram Lakshmanan presented on capturing “16 Artifacts to Capture When There Is a Production Problem.” The session focused on diagnosing production issues by highlighting key artifacts and offering tools and techniques for effective analysis.
Troubleshooting Spring Boot CPU Spikes
This post explains how to diagnose CPU spike problems that surfaces in the Spring Boot applications.
Spring Boot Buggy APIs – Simulate performance problems
The Spring Boot Buggy API is an open-source tool for simulating various performance issues like memory leaks and CPU spikes in applications. By testing these scenarios, developers can assess system resilience and evaluate performance monitoring tools. It allows easy invocation of specific problems to analyze system behavior and improve software robustness.
