DevopsCon is the the Global Conference Series for DevOps & Business Transformation held in Berlin. Our architect was invited to give a talk on the topic “16 ARTIFACTS TO CAPTURE WHEN YOUR CONTAINER APPLICATION IS IN TROUBLE”. Troubleshooting the container application’s performance is tricky, if proper diagnostic information isn’t captured. In this session, 16 essential... Continue Reading →
MAJOR OUTAGES IN MAJOR ENTERPRISES – DevopsCon
DevopsCon is the the Global Conference Series for DevOps & Business Transformation held in Berlin. Our architect was invited to give a talk on the topic "MAJOR OUTAGES IN MAJOR ENTERPRISES". In this session, major outages that happened in major enterprises are discussed. We analysed the actual thread dumps, heap dumps, GC logs, and other... Continue Reading →
What is Total Created Bytes?
Coming soon
How to minimize Object creation rate?
coming soon
Can threads execute same synchronized method on different objects?
In our earlier post, we learnt that when a method is synchronized, only one thread will be allowed to enter the method. In this post, let's do a little bit of deep dive - let’s discuss whether threads can invoke the same synchronized method on different objects at the same point in time. Video: To see... Continue Reading →
You might be wasting millions of dollars in garbage Collection – JAX London!
Every year in October, JAX London is the go-to event for Java and Software Architecture enthusiasts! It is a four-day conference for cutting-edge software engineers and enterprise-level professionals. This year, at JAX London’s 2022 conference, our architect Ram Lakshmanan was invited to talk on the topic: “You might be wasting millions of dollars in garbage... Continue Reading →
Let’s crash our applications! – JAX London
Every year in October, JAX London is the go-to event for Java and Software Architecture enthusiasts! It is a four-day conference for cutting-edge software engineers and enterprise-level professionals. In this 2022 year's Jax London conference, our architect Ram Lakshmanan was invited to talk on the topic: "Let's crash your applications". In this talk, Ram discussed... Continue Reading →
16 artifacts to capture when there is a production problem – J4K Conference
J4K 2022 is a conference for Java Developers on Kubernetes, held on September 28th. It is an industry leading conference that combines the best of open source and middleware communities for developing applications on Kubernetes. Our Architect Ram Lakshmanan was invited to give a talk on the topic: 16 artifacts to capture when there is... Continue Reading →
“Learn yCrash” series
The industry has seen cutting-edge Application Performance Monitoring tools and infrastructure monitoring tools. These monitoring tools are great at answering the question: 'What is the problem?'' but not, Why does the problem happen? yCrash attempts to answer this question. It captures 360-degree artifacts from your technology stack such as Garbage collection logs, thread dumps, heap dumps,... Continue Reading →