Search⌘ K
AI Features

Key Performance Metrics

Explore key performance metrics such as CPU and memory usage, network bandwidth, throughput, and latency to understand how they impact system performance. This lesson helps you assess scalability and analyze testing results effectively.

There are various key metrics that we use to evaluate the performance of a system. These are:

CPU and memory usage

When the load increases, the server would need more computing power in terms of memory and CPU to scale. This can be achieved using vertical or horizontal scaling.

Vertical scaling: This occurs when we increase the computing power of the server by adding more resources (CPU, RAM) so that the application can handle an increased ...