Operations

Showing 100 articles max
Ops Community
Ops Community
Aug 26, 2026 · Operations

How to Diagnose Intermittent Packet Loss Using mtr, ss, and tcpdump

This guide walks you through a systematic, layer‑by‑layer approach to pinpointing occasional network packet loss by examining application logs, checking TCP connection stats with ss, reviewing kernel counters, tracing routes with mtr, and analyzing traffic with tcpdump, then applying targeted fixes.

Linuxmtrnetwork troubleshooting
0 likes · 32 min read
How to Diagnose Intermittent Packet Loss Using mtr, ss, and tcpdump
Woodpecker Software Testing
Woodpecker Software Testing
Aug 26, 2026 · Operations

Real-World Cost‑Benefit Analysis of Self‑Healing Test Scripts: Labor Savings, ROI Break‑Even, and Hidden Costs

The article examines how self‑healing UI test scripts dramatically cut maintenance effort, lower false‑positive rates, reduce hidden technical‑debt costs, and deliver measurable ROI, while also outlining common pitfalls and practical best‑practice recommendations for reliable adoption.

CI/CDUI automationcost-benefit analysis
0 likes · 8 min read
Real-World Cost‑Benefit Analysis of Self‑Healing Test Scripts: Labor Savings, ROI Break‑Even, and Hidden Costs
Woodpecker Software Testing
Woodpecker Software Testing
Aug 26, 2026 · Operations

2026 Open‑Source Performance Testing Tools: From Load to Diagnosis

The article evaluates the evolution and practical capabilities of leading 2026 open‑source performance testing tools across twelve real‑world scenarios—ranging from financial API stress tests to IoT clusters and LLM latency—using a five‑dimensional model that assesses protocol coverage, native cloud‑native integration, intelligent diagnosis, generative collaboration, and compliance readiness.

BenchmarkCloud Nativeload testing
0 likes · 8 min read
2026 Open‑Source Performance Testing Tools: From Load to Diagnosis
dbaplus Community
dbaplus Community
Aug 25, 2026 · Operations

What a Bank IT Leader Learned in 200 Days Replacing VMware

A mid‑size bank’s IT infrastructure head recounts a 200‑day journey swapping VMware for domestic virtualization, detailing performance gaps, CPU overcommit limits, memory management, backup reliability, compliance hurdles, and the step‑by‑step migration strategy that balanced risk and cost.

MigrationVMwarebanking
0 likes · 11 min read
What a Bank IT Leader Learned in 200 Days Replacing VMware
Raymond Ops
Raymond Ops
Aug 25, 2026 · Operations

30 Essential Linux Ops Commands Every Engineer Should Know

This guide presents 30 of the most frequently used Linux commands for operations engineers, organized into seven categories and illustrated with real‑world scenarios, parameter examples, safety warnings, and step‑by‑step usage tips to help you manage files, monitor systems, handle processes, diagnose networks, control users, compress data, and manage services.

LinuxNetworkingShell
0 likes · 50 min read
30 Essential Linux Ops Commands Every Engineer Should Know
Linux Tech Enthusiast
Linux Tech Enthusiast
Aug 25, 2026 · Operations

Comprehensive Guide to Linux Performance Optimization

This article explains Linux performance metrics, how to interpret average load and CPU context switches, walks through practical case studies using tools like vmstat, pidstat and perf, and provides concrete optimization techniques for CPU and memory, including compiler flags, cgroup limits, NUMA tuning, and swap management.

0 likes · 44 min read
Comprehensive Guide to Linux Performance Optimization
Raymond Ops
Raymond Ops
Aug 24, 2026 · Operations

20 Must‑Change Linux Kernel Parameters for Production Environments

This article presents a practical checklist of 20 Linux kernel parameters—grouped by network, memory, process, and filesystem settings—explaining their default values, typical failure symptoms, step‑by‑step tuning commands, verification methods, and rollback procedures to ensure production systems such as web servers, databases, caches, and containers run without kernel‑level bottlenecks.

KernelLinuxmemory
0 likes · 34 min read
20 Must‑Change Linux Kernel Parameters for Production Environments
Woodpecker Software Testing
Woodpecker Software Testing
Aug 23, 2026 · Operations

Open-Source Performance Testing Strategy: A Practical Guide

Performance bottlenecks cause over 63% of production failures, yet many teams rely on costly commercial tools; this article presents a lightweight, transparent, and evolvable open-source performance testing framework, detailing layered strategies, data-driven feedback loops, and common pitfalls to achieve sustainable quality assurance.

CI/CDchaos engineeringobservability
0 likes · 9 min read
Open-Source Performance Testing Strategy: A Practical Guide
Linux Tech Enthusiast
Linux Tech Enthusiast
Aug 23, 2026 · Operations

The Most Dangerous Linux Commands You Should Never Run

The article showcases a collection of Linux commands that can cause severe system damage or data loss, illustrated with screenshots, warning users that executing these commands without full understanding can be extremely risky.

LinuxSystem Administrationdangerous commands
0 likes · 1 min read
The Most Dangerous Linux Commands You Should Never Run
MaGe Linux Operations
MaGe Linux Operations
Aug 22, 2026 · Operations

Essential New Metrics for Monitoring MCP and Tool Calls in API Gateways

The article analyzes how the emergence of MCP, function calling, and agent toolchains transforms API gateway traffic, identifies blind spots in traditional monitoring, and proposes a three‑layer metric system—including request, inference, and tool‑call dimensions—along with concrete Prometheus metrics, alert rules, and implementation guidelines for reliable observability.

API GatewayMCPPrometheus
0 likes · 33 min read
Essential New Metrics for Monitoring MCP and Tool Calls in API Gateways
Ops Community
Ops Community
Aug 22, 2026 · Operations

Five Overlooked Runtime Risks When Deploying Large Language Models on Kubernetes

Deploying large‑model inference services on Kubernetes can hide five critical runtime risks—such as premature traffic before model loading, GPU memory overflow, LivenessProbe mis‑kills, slow HPA scaling, and missing logs—that only surface under production load, leading to timeouts, crashes, and costly debugging.

AIGPUHPA
0 likes · 33 min read
Five Overlooked Runtime Risks When Deploying Large Language Models on Kubernetes
Geek Labs
Geek Labs
Aug 22, 2026 · Operations

PureMac: The First Free Open‑Source macOS Cleanup Tool

PureMac is a free, MIT‑licensed macOS cleanup utility written in native SwiftUI that avoids telemetry, deletes files via the Trash, and offers transparent scanning and categorisation, positioning itself as a privacy‑focused alternative to subscription‑based tools like CleanMyMac.

SwiftUIdisk cleanupmacOS
0 likes · 13 min read
PureMac: The First Free Open‑Source macOS Cleanup Tool
Coder Trainee
Coder Trainee
Aug 21, 2026 · Operations

When Logs Fill the Disk: How I Cleared Three Days of Log Files

A production server hit 100% disk usage, prompting the author to use df, du and find to locate oversized log files, uncover missing rotation, excessive debug logging and a looping exception, then perform urgent cleanup and implement logrotate, log level adjustments, and Prometheus alerts to prevent recurrence.

LinuxLog Managementdisk usage
0 likes · 7 min read
When Logs Fill the Disk: How I Cleared Three Days of Log Files
JD Tech
JD Tech
Aug 21, 2026 · Operations

How AI Digital Employee “Nüwa” Cuts P1 Incident MTTR from Hours to Minutes

The article presents Nüwa, an AI‑powered digital employee that automates the entire incident‑to‑release loop—alert detection, log retrieval, root‑cause analysis, AST‑level code fixing, MR creation and deployment—reducing P1 MTTR from hours to minutes and cutting human effort by up to 90% through detailed workflow steps and quantitative comparisons.

AIAutomationChatOps
0 likes · 13 min read
How AI Digital Employee “Nüwa” Cuts P1 Incident MTTR from Hours to Minutes