Tagged articles

psutil

11 articles · Page 1 of 1
Linux Tech Enthusiast
Linux Tech Enthusiast
Jun 17, 2026 · Operations

5 Essential Python Automation Scenarios for Operations Engineers

The article presents five practical Python automation scenarios for operations engineers—remote command execution, log parsing, system monitoring with alerts, batch software deployment, and backup/recovery—each illustrated with concrete code examples and library recommendations.

AutomationFabricOperations
0 likes · 10 min read
5 Essential Python Automation Scenarios for Operations Engineers
Test Development Learning Exchange
Test Development Learning Exchange
Oct 22, 2024 · Operations

Key Linux Server Performance Metrics, Monitoring Tools, and a Python Script for Automated Data Collection

When testing Linux server performance, you should monitor key metrics such as CPU usage, memory consumption, disk I/O, network bandwidth, process information, file system usage, system logs, boot and response times, context switches, and interrupts, using tools like top, vmstat, iostat, netstat, and custom Python scripts.

LinuxPythonperformance monitoring
0 likes · 8 min read
Key Linux Server Performance Metrics, Monitoring Tools, and a Python Script for Automated Data Collection
Test Development Learning Exchange
Test Development Learning Exchange
Mar 30, 2024 · Operations

Monitoring macOS and Windows System Resources with Python

This guide explains why and how to monitor CPU, memory, and disk I/O on macOS or Windows using Python's psutil, matplotlib, and numpy libraries, covering performance analysis, troubleshooting, capacity planning, automated alerts, and includes a complete example script that visualizes resource usage over time.

PythonSystem Monitoringperformance-analysis
0 likes · 6 min read
Monitoring macOS and Windows System Resources with Python
Liangxu Linux
Liangxu Linux
Oct 27, 2020 · Operations

How to Install and Use the Fast Terminal Resource Monitor Bpytop on Linux

This guide explains why terminal enthusiasts need a visual resource monitor, introduces bpytop, and provides step‑by‑step instructions for installing it via source, package managers, or snap on various Linux distributions, plus usage tips and configuration details.

InstallationLinuxResource Monitoring
0 likes · 5 min read
How to Install and Use the Fast Terminal Resource Monitor Bpytop on Linux
MaGe Linux Operations
MaGe Linux Operations
May 20, 2017 · Backend Development

5 Must‑Use Python Libraries to Supercharge Your Projects

This article introduces five highly practical Python packages—yagmail, requests, psutil, BeautifulSoup, and a collection of utility scripts—explaining how each simplifies common tasks such as sending emails, making HTTP calls, system monitoring, web scraping, and code reuse, complete with concise code examples.

PythonWeb Scrapinglibraries
0 likes · 14 min read
5 Must‑Use Python Libraries to Supercharge Your Projects