Tag

psutil

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Jan 11, 2025 · Operations

Python System Administration Scripts for DevOps Engineers

This article provides comprehensive Python scripts for system administration tasks including CPU monitoring, memory usage tracking, log analysis, file backup, system updates, network monitoring, service management, user administration, and system information collection.

DevOpsLog AnalysisNetwork Monitoring
0 likes · 6 min read
Python System Administration Scripts for DevOps 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.

LinuxPythonoperations
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.

automationperformance analysispsutil
0 likes · 6 min read
Monitoring macOS and Windows System Resources with Python
Python Programming Learning Circle
Python Programming Learning Circle
Jul 12, 2022 · Operations

Using psutil to Retrieve System and Process Information in Python

This article demonstrates how to install the psutil Python library and use it to gather detailed CPU, memory, disk, network, and process information on a system, providing code examples and explanations for each type of metric.

CPUPythonmemory
0 likes · 23 min read
Using psutil to Retrieve System and Process Information in Python
360 Quality & Efficiency
360 Quality & Efficiency
May 13, 2022 · Backend Development

Using Python's subprocess Module in a Data Construction Platform: Basics, Issues, and Solutions

This article explains how the Python subprocess module is employed in a data construction platform, compares run and Popen methods, discusses challenges such as incomplete log capture and process termination, and presents three practical solutions to ensure reliable execution and logging.

Windowsbackendlogging
0 likes · 9 min read
Using Python's subprocess Module in a Data Construction Platform: Basics, Issues, and Solutions