Skip to content

PerfMon – Windows System Performance

PerfMon is an in-built performance monitoring tool for Windows System. It is a powerful, and often underutilized, tool. PerfMon provides a wide range of performance statistics and graphs for the Windows System. So, let’s start… 

Performance Engineering Interview Questions #1

Performance Engineering Interview Questions #1

Following are the Performance Engineering Interview Questions Set #1. Q. 1 What is Software Performance Engineering? Ans: Performance engineering is a systematic way of following the best practices and applying techniques in all stages of… 

AWR Report

AWR Report

In the heap dump and thread dump analysis topics, we have seen how the snapshot of memory and thread at a particular time describes the whole picture and helps to determine the performance bottleneck. In a similar fashion, the… 

How to conduct Thread Dump Analysis

Thread Dump Analysis

There are several thread dump analysis tools are available to carry out the investigation on Threads and find out the root cause of the issue. Out of those, I found 2 thread dump analysers which are… 

Garbage Collection – Overview

When developers write Java programs, their code often creates many objects. These objects are stored in a special area of memory called the heap. But what happens to the memory when we no longer need… 

AWR Report Analysis Guide

AWR Report Analysis Guide

AWR or Automated Workload Repository report provides detailed information about the database to conduct the analysis of the performance of Oracle Database. This article will help you to get knowledge on important AWR report sections…