Coming Soon...
Restoration Service: Rapid Recovery for Production Incidents
Coming Soon...
How to Deal with Jenkins Performance Issues
Jenkins, a popular CI/CD pipeline, is used for several critical operations in the organization, such as building applications, conducting automated tests, and deployments in pre-prod and prod environments. If Jenkins is down or slow, engineers' productivity will be severely hampered. Thus, extra care is given to major organizations to keep them up 24/7. Jenkins can... Continue Reading →
Micro-Metrics Every Performance Engineer should validate before Sign-off
Performance engineers conduct stress tests before release, but issues may occur in production due to mismatched environments and lack of endurance testing. Monitoring Micro-Metrics alongside Macro-Metrics can reveal underlying problems, such as memory leaks and connection issues, ultimately preventing performance incidents and enhancing application stability.
TCP/IP Network errors
coming soon
How Much Memory Does Your Java Object Occupy?
This article talks about how the JVM stores objects in memory. It explains how alignment, padding, and memory usage are related. It also talks about how the alignment can be adjusted and those changes affect the performance, highlighting how managing memory and object sizes can be tricky.
How to get started with Apache JMeter?
JMeter is an open source load testing tool from the Apache foundation, allowing users to simulate load tests for websites. The setup involves downloading the binaries, configuring the application, and defining parameters such as user count and duration. After configuration, users can initiate load tests and visualize results through various graphical displays.
