Tagged articles
14 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Nov 27, 2024 · Operations

Quick Guide to Linux System Performance Diagnosis with Common Commands

This article explains how to use essential Linux commands such as uptime, dmesg, vmstat, mpstat, pidstat, iostat, free, sar, and top to monitor system load, CPU usage, memory, I/O, and network activity, interpreting their outputs for effective troubleshooting.

Performance Monitoringiostatlinux
0 likes · 36 min read
Quick Guide to Linux System Performance Diagnosis with Common Commands
21CTO
21CTO
Oct 10, 2021 · Operations

2021 Uptime Institute Survey: Data Center Sustainability & Reliability Trends

The 2021 Uptime Institute Global Data Center Survey, based on responses from over 800 operators and owners worldwide, highlights growing sustainability concerns, decreasing outage frequency, persistent challenges in water usage and emissions tracking, the impact of AI, supply‑chain disruptions, and rising rack density trends.

AISupply ChainSustainability
0 likes · 9 min read
2021 Uptime Institute Survey: Data Center Sustainability & Reliability Trends
Liangxu Linux
Liangxu Linux
Jun 23, 2021 · Operations

How to Install and Use uptimed to Track Linux System Uptime

This guide explains how to install the uptimed daemon on various Linux distributions, enable and start its service, and use the uprecords command with its many options to view detailed system uptime, boot, and downtime histories.

linuxsystem-monitoringuptime
0 likes · 9 min read
How to Install and Use uptimed to Track Linux System Uptime
Top Architect
Top Architect
Jul 11, 2020 · Operations

7 Key Performance Metrics for Application Monitoring and Their Recommended Tools

The article outlines seven essential performance metrics—response time and throughput, average load, error rate, GC pause time, business indicators, uptime, and log size—explaining their significance for application health and recommending popular monitoring tools for each metric.

Garbage CollectionLog ManagementPerformance Monitoring
0 likes · 6 min read
7 Key Performance Metrics for Application Monitoring and Their Recommended Tools
Liangxu Linux
Liangxu Linux
Jan 18, 2020 · Operations

Essential Linux Commands for Monitoring System Health

This guide introduces key Linux commands—such as uptime, who, uname, du, df, free, pmap, vmstat, ifconfig, ip, netstat, top, and pstree—to help you quickly assess system status, resource usage, and process relationships, enabling effective troubleshooting and maintenance.

Freedfdu
0 likes · 11 min read
Essential Linux Commands for Monitoring System Health
ITPUB
ITPUB
Aug 27, 2016 · Operations

Check How Long a Process Has Been Running on Ubuntu with ps

Learn how to use the Linux ps command with the etime and etimes options to display the elapsed runtime of a specific process on an Ubuntu server, including finding the PID, formatting the output, and hiding headers for clean results.

Ubuntucommand-lineprocess
0 likes · 4 min read
Check How Long a Process Has Been Running on Ubuntu with ps