Tagged articles
3 articles
Page 1 of 1
Ops Community
Ops Community
Oct 7, 2025 · Operations

How I Cut API Response Time from 500 ms to 100 ms with Linux Tuning

This article recounts a two‑week Linux system tuning project that reduced a high‑traffic API’s P99 response time from over 500 ms to under 100 ms by systematically diagnosing bottlenecks, applying USE‑based analysis, and tuning kernel, network, file‑descriptor, memory, CPU, and I/O parameters.

API latency reductionLinux TuningTCP Optimization
0 likes · 26 min read
How I Cut API Response Time from 500 ms to 100 ms with Linux Tuning
MaGe Linux Operations
MaGe Linux Operations
May 26, 2025 · Operations

Master Linux Network Tuning for Million‑Connection High Concurrency

This guide walks through real‑world Linux high‑concurrency scenarios, diagnosing TCP state bottlenecks, analyzing default kernel parameters, and applying practical sysctl tweaks, queue and buffer optimizations, keepalive settings, and monitoring scripts to dramatically improve connection handling and throughput.

Network TuningTCP Optimizationhigh concurrency
0 likes · 9 min read
Master Linux Network Tuning for Million‑Connection High Concurrency
Ctrip Technology
Ctrip Technology
Aug 5, 2016 · Mobile Development

Ctrip Mobile App Network Service Architecture and Performance Optimizations

This article details Ctrip's mobile app network service architecture, the rationale for using TCP over HTTP, and a series of channel governance and performance optimization techniques—including DNS bypass, socket connection pooling, weak‑network handling, data format improvements, retry mechanisms, Hybrid and overseas network enhancements—demonstrating how these measures raised service success rates above 99% and reduced latency.

CtripMobile NetworkingNetwork Reliability
0 likes · 16 min read
Ctrip Mobile App Network Service Architecture and Performance Optimizations