Tag

system operations

0 views collected around this technical thread.

Top Architecture Tech Stack
Top Architecture Tech Stack
Jan 8, 2025 · Operations

Technical Evolution and Architecture of China's 12306 Railway Ticketing System

The article reviews the historical development, distributed architecture, high‑concurrency handling, and operational challenges of China's 12306 railway ticketing platform, highlighting its evolution from early Unix‑based systems to the modern large‑scale, real‑time service that supports hundreds of millions of users during peak travel periods.

Chinadistributed architecturehigh concurrency
0 likes · 9 min read
Technical Evolution and Architecture of China's 12306 Railway Ticketing System
Code Ape Tech Column
Code Ape Tech Column
Nov 9, 2022 · Operations

System Performance Optimization: Definitions, Testing, Bottleneck Identification, and Common Strategies

This article explains system performance concepts such as throughput and latency, describes how to design and run performance tests, outlines methods for locating bottlenecks at the OS, code, network, and database levels, and presents practical optimization techniques ranging from algorithmic improvements to I/O and TCP tuning.

Database OptimizationNetwork Tuninglatency
0 likes · 35 min read
System Performance Optimization: Definitions, Testing, Bottleneck Identification, and Common Strategies
Efficient Ops
Efficient Ops
Sep 19, 2022 · Operations

Master Linux Performance: Essential CPU, Memory, I/O Metrics & Tools

This article explains how to monitor Linux system performance by covering CPU metrics with top and vmstat, memory usage via top columns and cache details, I/O health using iostat and zero‑copy techniques, as well as network statistics with sar, providing practical commands and interpretation guidance.

CPUI/OLinux
0 likes · 14 min read
Master Linux Performance: Essential CPU, Memory, I/O Metrics & Tools
Efficient Ops
Efficient Ops
Dec 27, 2021 · Operations

Why the ss Command Beats netstat for Fast Socket Monitoring

Learn how the Linux ss utility provides faster, more detailed socket statistics than netstat, covering TCP/UDP listings, state filtering, process association, and practical command examples, while explaining why ss reads kernel data directly for superior performance in system monitoring.

Linuxnetstat alternativesocket monitoring
0 likes · 9 min read
Why the ss Command Beats netstat for Fast Socket Monitoring
Python Programming Learning Circle
Python Programming Learning Circle
Jan 6, 2020 · Operations

Why 12306 Ticket System Crashes During Rush: Inside Its Massive Operational Challenges

The 12306 railway ticket platform faces extreme operational pressure because it must synchronize real‑time sales across online and offline channels, handle countless route and time combinations without buffering, manage complex inventory updates, enforce purchase limits, and process massive concurrent queries, making its load far greater than typical e‑commerce systems.

high concurrencyinventory managementreal-time data
0 likes · 7 min read
Why 12306 Ticket System Crashes During Rush: Inside Its Massive Operational Challenges
Efficient Ops
Efficient Ops
Jan 28, 2018 · Operations

How a Single Space in ifconfig Crashed an Oracle RAC Cluster – Ops Lessons

A tiny typo—a stray space in an ifconfig command—changed a node's IP to 0.0.0.0, triggering IPC errors, instance eviction, and a full Oracle RAC restart, illustrating why meticulous command entry and privileged‑user discipline are critical in system operations.

IPC errorOracle RACifconfig
0 likes · 9 min read
How a Single Space in ifconfig Crashed an Oracle RAC Cluster – Ops Lessons
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Mar 24, 2017 · Operations

How Alibaba Handles Leap Seconds: Definitions, Impacts, and Synchronization Strategies

The article explains the historical definition of the second, the concept of leap seconds, their impact on large‑scale IT systems, and details Alibaba's multi‑step approach of splitting the extra second into 86,400 parts to maintain accurate time synchronization across its infrastructure.

AlibabaNTPUTC
0 likes · 12 min read
How Alibaba Handles Leap Seconds: Definitions, Impacts, and Synchronization Strategies
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Mar 14, 2017 · Operations

Mastering Log Monitoring with Wonder: Types, Strategies, and Go Implementation

This article explains how Wonder's log monitoring system works, covering rolling count, string and numeric matching types, the underlying Go implementation with tail reading, alert strategies, and future enhancements for handling large log files.

alertinggolanglog monitoring
0 likes · 7 min read
Mastering Log Monitoring with Wonder: Types, Strategies, and Go Implementation
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Jul 3, 2015 · Operations

What Is a Leap Second and How Alibaba Ensures Its Smooth Implementation

The article explains the concept of a leap second, its scheduling by the IERS, the operational impact on large IT systems, and details Alibaba's technical strategy—including testing, time‑distribution methods, and team coordination—to guarantee a seamless transition during the 2015 positive leap second.

AlibabaHigh AvailabilityNTP
0 likes · 5 min read
What Is a Leap Second and How Alibaba Ensures Its Smooth Implementation