Buggy App is a simple java application that simulates different performance problems like Memory Leak, OutOfMemoryError, CPU spike, thread leak, StackOverflowError, deadlock, unresponsiveness, …
Continue reading “Buggy App – Simulate performance problems”Continuous Integration/Continuous Deployment (CI/CD) has become central to software development. To ensure high-quality software releases smoke tests, regression tests, performance tests, static code analysis & security scans are run in CI/CD pipeline. Despite of all these quality measures, still OutOfMemoryError, CPU spikes, unresponsiveness, degradation in response time are surfacing in production environment.
Continue reading “MICROMETRICS FOR CI/CD PIPELINE”Engineers analyze Garbage Collection logs primarily to troubleshoot memory related problems and tune their GC settings. However, several innovative customers of GCeasy like Continue reading “POWER OF GC LOGS”