Memory Heap
What is Memory Heap? The heap is a special area in a computer’s memory used by programs to store data while the program is running. When a program creates something new (like a text message,… Memory Heap
What is Memory Heap? The heap is a special area in a computer’s memory used by programs to store data while the program is running. When a program creates something new (like a text message,… Memory Heap
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… Garbage Collection – Overview
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… AWR Report Analysis Guide
Before discussing the difference between agent-based and agent-less monitoring tools, let’s try to understand what is an agent. What is an agent? An agent is a proprietary software application installed on the server whose performance needs… Agent-based Vs Agent-less Monitoring Tool
Ohhhh… Again a lazy Monday! Not sure what does impact my performance each Monday morning? Lazy morning, office work, and surrounding weather all hit me simultaneously. Oops, what I am discussing here. I should talk… What are the factors that affect application/system performance?
To understand the difference between Physical and Logical CPU (core), you need to run the command lscpu on your Linux machine and you will get a result like this: Now, we will focus only on some important… Physical CPU and Logical CPU