Skip to content
Performance Engineering Interview Question 2

Performance Engineering Interview Questions #2

Following are the Performance Engineering Interview Questions Set #2. Q. 6 What is an AWR? Ans: The full form of AWR is Automatic Workload Repository. It is a built-in repository in the Oracle database that… 

How to start/stop Weblogic Server?

As a performance tester, you must have a basic knowledge of servers and services like how to start/stop the Oracle WebLogic Server. This article will help you to get a step-by-step understanding of the process.… 

Parallel Garbage Collector (GC)

The Parallel Garbage Collector (GC) or Throughput Collector is the default garbage collector used by JVM. The parallel garbage collector works the same as the serial garbage collector. The only difference between serial and parallel… 

Serial Garbage Collector (GC)

Serial Garbage Collector or Serial GC is the most basic garbage collection (GC) algorithm used in Java. It works in a single-threaded way, meaning it uses one thread to perform all garbage collection tasks. During… 

Garbage Collection Quick Guide

Garbage Collection Quick Guide

Present you the Garbage Collection Quick Guide: Garbage Collection Basics: Garbage Collection Activities: Performance Metrics targeted by GC algorithms Type of Garbage Collector: Comparison GC Throughput Latency Memory Footprint Serial Low High Low Parallel High… 

PerfMon – Data Collector Set

How to add the user-defined Data Collector Set in PerfMon? Following are the steps to add the user-defined Data Collector Set in PerfMon: 1. Launch the PerfMon Tool on the Windows machine 2. Performance ->…