Tagged articles
6 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Jun 18, 2025 · Operations

Master Linux System Optimization: Tools, Techniques, and Performance Tuning

This comprehensive guide explains how to identify and resolve Linux server performance bottlenecks by adjusting kernel parameters, optimizing CPU, memory, disk, and network settings, and using monitoring tools such as vmstat, mpstat, iostat, sar, top, ps, htop, pidstat, and strace to ensure stable and efficient operation.

Resource ManagementServer TuningSystem optimization
0 likes · 38 min read
Master Linux System Optimization: Tools, Techniques, and Performance Tuning
Efficient Ops
Efficient Ops
Apr 6, 2022 · Operations

How Many TCP Connections Can One Server Really Handle? A Deep Dive

This article demystifies the common confusion about a server’s maximum concurrent TCP connections, explaining the theoretical limits of the TCP four‑tuple, Linux file‑descriptor restrictions, kernel buffer settings, and demonstrates achieving one million active connections through careful configuration and tuning.

Server TuningTCPconcurrency
0 likes · 7 min read
How Many TCP Connections Can One Server Really Handle? A Deep Dive
dbaplus Community
dbaplus Community
Nov 20, 2016 · Databases

How to Slash HBase Read Latency: Proven Client, Server, and HDFS Tweaks

This article examines the common causes of high read latency in HBase—such as full GC, region‑server imbalance, low write throughput, and inefficient client settings—and provides concrete optimization steps for the client, server, column‑family design, and HDFS layers to dramatically improve performance.

Client TuningHBaseHDFS
0 likes · 16 min read
How to Slash HBase Read Latency: Proven Client, Server, and HDFS Tweaks