Tagged articles

server troubleshooting

8 articles · Page 1 of 1
Programmer1970
Programmer1970
Oct 22, 2025 · Operations

Practical Guide to Server Memory Troubleshooting with free, vmstat, and sar

When Linux servers experience sudden hangs without logs or CPU spikes, memory shortages are often the hidden culprit, and this article walks developers and ops engineers through using free for quick checks, vmstat for comprehensive diagnostics, and sar for long‑term monitoring, plus a three‑step troubleshooting workflow.

Linuxfreememory monitoring
0 likes · 14 min read
Practical Guide to Server Memory Troubleshooting with free, vmstat, and sar
Efficient Ops
Efficient Ops
Jul 8, 2024 · Operations

How to Diagnose and Fix High CPU Usage in Java Data Platforms

This article walks through a real‑world incident where a data‑platform server showed near‑100% CPU usage, explains step‑by‑step investigation using top, pwdx, and jstack, identifies a time‑conversion utility as the root cause, and presents a streamlined script‑based solution that reduced CPU load by thirtyfold.

CPU OptimizationJava performanceOperations
0 likes · 11 min read
How to Diagnose and Fix High CPU Usage in Java Data Platforms
Programmer DD
Programmer DD
Nov 23, 2019 · Operations

Essential Checklist for Rapid Server Troubleshooting

This guide walks you through a systematic, step‑by‑step process for diagnosing and resolving poor‑performance or failure incidents on Linux servers, covering everything from gathering context and checking who is logged in to inspecting processes, network services, hardware, I/O, logs, cron jobs and application‑level diagnostics.

LinuxMonitoringOperations
0 likes · 11 min read
Essential Checklist for Rapid Server Troubleshooting
ITPUB
ITPUB
Jun 23, 2018 · Operations

How to Diagnose Server Failures Within the First 5 Minutes

This guide walks you through a systematic, step‑by‑step process for quickly identifying the root cause of a server outage, covering everything from gathering context and checking who is logged in to inspecting processes, network services, hardware, I/O performance, filesystem mounts, and relevant logs.

MonitoringOperationsserver troubleshooting
0 likes · 8 min read
How to Diagnose Server Failures Within the First 5 Minutes
MaGe Linux Operations
MaGe Linux Operations
Aug 5, 2014 · Operations

Essential Linux Server Troubleshooting Checklist: 13 Practical Steps

When a Linux server experiences a failure, this guide walks you through a comprehensive 13‑step checklist—covering problem context, user activity, process inspection, network services, resource usage, hardware, I/O performance, logs, and scheduled tasks—to help you quickly pinpoint and resolve the root cause.

CLILinuxMonitoring
0 likes · 10 min read
Essential Linux Server Troubleshooting Checklist: 13 Practical Steps