What is iowait and how does it affect Linux performance?

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 provide us insight into Linux system performance. I/O wait came up in a recent discussion with a new client. During our support […]

“MySQL server has gone away” error – Solution(s)

The MySQL server has gone away error, which means that the MySQL server (mysqld) timed out and closed the connection. By default, MySQL will close connections after eight hours (28800 seconds) if nothing happens. However, in some cases, your web host, DBA, or app developer may have decreased this timeout setting, as discussed below. MySQL […]

innodb_buffer_pool_size – MySQL Performance

In MySQL performance tuning, few variables wield as much influence as innodb_buffer_pool_size. This essential MySQL configuration parameter directly impacts the performance of InnoDB, the most commonly used storage engine in MySQL. In this second installment in our series on MySQL database performance optimization, we continue to delve into the intricate world of MySQL configuration variables by […]

Free Linux Server Monitoring and APM solutions for SysAdmins

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 crippling slowdowns for end-users. This is where infrastructure and application monitoring comes in. Regarding Linux server monitoring, monitoring critical performance metrics of […]

Checkout these 100% Free tools by Solarwinds

SolarWinds believes observability is about understanding the complete state of your application and infrastructure environment. Developers and support personnel must have comprehensive and consistent infrastructure and application performance metrics, visibility into application performance down to the line of code, the ability to trace service relationships, and a comprehensive view into related logs. With their integrated […]

Monitoring PHP Performance and Diagnosing Bottlenecks

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 take a hit. Monitoring PHP performance and diagnosing bottlenecks is essential to ensure that your web applications are running smoothly and efficiently. In […]

Observability in 5 minutes. Plus, 20 observability software vendors

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 of observability as shared by industry-leading software vendors. This article will answer the following questions to bring clarity to the topic of […]

Which of These 2019 APM Companies’ Predictions Came True?

2023 update: The world of application performance monitoring (APM) has undergone significant changes in recent years, with the rise of observability as a key trend. As companies increasingly rely on complex distributed systems, traditional APM tools are no longer sufficient to provide the visibility and insights needed to ensure optimal application performance. To explore this […]

PHP Monitoring Instrumentation for Laravel Web Artisans

Over the last decade, Laravel has evolved to become an elegant open-source web application framework that’s approachable for beginners and experts alike. There are multiple solutions available to instrument your application on your local dev box, staging, and production, and there are just as many options to monitor these instrumentations. While the Open Telemetry PHP […]

20 Leading Companies Share How COVID-19 is Accelerating the Future of APM

One year ago, I asked 12 of the leading providers of application performance monitoring (APM) and other SaaS-based monitoring services: what will the future of APM look like in 2020?  They pointed to the rise of AIOps (Artificial Intelligence for IT Operations), Big Data, and Digital Experience Monitoring (DEM) as the core advancements in this space. […]

Top ↑