Linux server performance: Is disk I/O slowing your application?
If your Linux server is bogged down by disk I/O, your first step may often be to use the top command in the terminal to check load averages. However, there are times when…

If your Linux server is bogged down by disk I/O, your first step may often be to use the top command in the terminal to check load averages. However, there are times when…

Over the last couple of months I’ve had performance issues with Cloudflare (CF) about 2 times, including today. That’s a sentence I never thought I’d write, because Cloudflare genuinely doesn’t have performance issues…

Sep 18, 2025 Jordana A. Summarize with: Starting an online store requires a platform that supports eCommerce features, allowing you to design the sales process and manage transactions. Integrating your website with a…

iowait (wait, wa, %iowait, wait%, or I/O wait) is often displayed by command-line Linux system monitoring tools such as top, sar, atop, and others. On its own, it’s one of many performance stats that…

“A more targeted list that includes 50 server and observability solutions for 2026” Back in 2014, I compiled a list of top server and application performance monitoring solutions. Sharing that list publicly was a great…

Today’s software applications require developers, testers, and SysAdmins to work together (DevSecOps) more seamlessly than ever before. A single line of code or poorly configured service can negatively impact your application’s performance, causing…

Previously we’ve covered the future of APM (application performance monitoring) and the expansion of APM into observability. Followed by the race between software vendors to define observability. Most recently, we looked at the evolution…

Cloudflare is one of those companies most people never think about, yet on mornings like this it suddenly becomes the main character. Its network sits in front of millions of sites, speeding them…

The top command (referred to below as Linux top) is a command on Unix and Unix-like systems such as Linux, which provides a dynamic real-time overview of a running system. It can display system…

Cloudflare is a great tool for website performance and security. They have a whole suite of tools to help with performance and security and are a staple in millions of DevOps professional’s toolbox….

Looking for application monitoring and observability solutions? On this page, I’ve listed the top application performance monitoring (APM), infrastructure monitoring, and observability solutions to date. The listings are updated periodically as APM and…

Have you ever experienced slow application performance on a server and wondered which process was causing the bottleneck? In a production server environment, monitoring system performance and hardware resource usage in real-time is…

As one of the most widely used scripting languages for web development, PHP is known for its flexibility and ease of use. However, with complex applications and increasing traffic, PHP performance can sometimes…

Observability is a critical aspect of modern software development, providing teams with the ability to monitor and understand the performance of their applications and infrastructure. Recently, several companies have emerged as leaders in…

Leading software vendors have completed the expansion from traditional monitoring to full observability. However, there’s still a knowledge gap for customers interested in observability. As a result, some are left feeling a bit…

In this article, you’ll find recent commentary from executives and decision-makers of industry-leading observability providers on two key questions regarding the evolution of observability. Published: May 17th, 2021 | Updated: Aug 1st, 2024….

Remote Dictionary Server (Redis) is an open-source NoSQL database that comprises of a fast, in-memory data structure to store data in key-value pairs. It serves as a fast and highly efficient data store…

MongoDB is an open-source NoSQL database management system that stores data in JSON-like documents. It’s designed to handle large volumes of data with a document-oriented architecture and can operate without a predefined schema,…