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 and how to read and conclude the DB performance. Once you generate the report by following the steps provided in … Read more

Agent-based Vs Agent-less Monitoring Tool

Agent-Based vs Agent-Less Monitoring Tools

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 to be monitored. The agent resides at the server end and gathers the stats like CPU, Memory utilization etc. Then … Read more

What are the factors that affect application/system performance?

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 about performance testing-related stuff instead of my boring Monday… Ok, so today I will share a good article which I … Read more

Performance Metrics of Tiers

Performance Counters of tiers

The previous post explained the software architecture and its types. Since each tier has different roles and operations hence the performance matrices are also different. Below is a list of certain mandatory performance metrics for each of the tiers which should be monitored during the performance test. Client Tier Since there is a need for better application performance in … Read more

Software Architecture and its types

Software Architecture is a system to represent the collection of components that accomplish a specific function or set of functions. There may be one or multiple components in the foundation of an architecture on which software can be built. A software architecture helps to define and represent the component(s) and their relationship. We can understand … Read more