Tagged articles
48 articles
Page 1 of 1
IT Architects Alliance
IT Architects Alliance
Nov 23, 2025 · Cloud Native

How to Slash Network Latency in Cloud‑Native Microservices

In the cloud‑native era, the article examines how network latency becomes a critical bottleneck in microservice architectures and presents a comprehensive set of strategies—including proximity deployment, smart routing, connection pooling, async processing, hierarchical caching, efficient serialization, and monitoring tools—to dramatically reduce latency and improve overall system performance.

Cloud NativeKubernetesMicroservices
0 likes · 11 min read
How to Slash Network Latency in Cloud‑Native Microservices
Linux Tech Enthusiast
Linux Tech Enthusiast
Sep 5, 2025 · Operations

A Linux Network Latency Diagnosis Method That Eliminates Overtime

This article walks through a step‑by‑step Linux workflow—using hping3, traceroute, wrk, tcpdump, and Wireshark—to pinpoint the root causes of network latency, illustrate delayed TCP ACK effects, and verify findings with concrete command outputs and packet captures.

LinuxNetwork LatencyTCP Delayed ACK
0 likes · 17 min read
A Linux Network Latency Diagnosis Method That Eliminates Overtime
Tencent Architect
Tencent Architect
Jul 28, 2025 · Operations

How TencentOS NBS Solves Network Latency Mysteries: Real‑Time Trace Without Disruption

Network latency spikes often leave developers guessing whether the culprit lies in user‑space, the kernel stack, or the physical link; this article introduces TencentOS’s NBS (Net Blackboard System), a low‑overhead, zero‑disruption solution that pinpoints delay sources, supports continuous deployment, and outperforms traditional tools like tcpdump and bpftrace.

NBSNetwork LatencyOperations
0 likes · 14 min read
How TencentOS NBS Solves Network Latency Mysteries: Real‑Time Trace Without Disruption
ITPUB
ITPUB
Apr 7, 2025 · Operations

Diagnose HTTP Service Latency with httpstat: A Step‑by‑Step Guide

Learn how to install Go, set up the httpstat tool, and use it to break down HTTP request phases—DNS lookup, TCP connection, TLS handshake, server processing, and content transfer—to quickly pinpoint network or service latency issues.

BackendHTTP debuggingNetwork Latency
0 likes · 7 min read
Diagnose HTTP Service Latency with httpstat: A Step‑by‑Step Guide
The Dominant Programmer
The Dominant Programmer
Mar 22, 2025 · Databases

Common Redis Performance Issues and How to Make Your Cache Fly

This article examines the most frequent Redis performance bottlenecks—including high memory usage, network latency, misconfiguration, poor data‑structure choices, and suboptimal persistence—explains why they occur, and provides concrete optimization techniques, monitoring commands, real‑world case studies, and emerging trends to keep your cache fast and stable.

Data StructuresMemory ManagementNetwork Latency
0 likes · 8 min read
Common Redis Performance Issues and How to Make Your Cache Fly
Liangxu Linux
Liangxu Linux
Feb 7, 2024 · Fundamentals

Why TCP Congestion Control Adds Unexpected RTTs and How to Diagnose It

The article analyzes how TCP's three‑way handshake, slow‑start, and initial congestion window can introduce extra round‑trip times, causing service latency to far exceed network RTT, and shows practical packet captures, Linux defaults, and mitigation techniques.

LinuxNetwork LatencyRTT
0 likes · 9 min read
Why TCP Congestion Control Adds Unexpected RTTs and How to Diagnose It
Liangxu Linux
Liangxu Linux
Jul 24, 2023 · Operations

How to Install and Use tcpping for TCP‑Based Latency Measurements on Linux

This guide explains why the traditional ping tool may fail behind firewalls, introduces the TCP‑based tcpping utility, details its installation prerequisites (tcptraceroute and bc), shows how to download and set up the script, and provides comprehensive usage options and examples for measuring network RTT.

LinuxNetwork LatencyTCP ping
0 likes · 7 min read
How to Install and Use tcpping for TCP‑Based Latency Measurements on Linux
Open Source Linux
Open Source Linux
Apr 20, 2023 · Operations

Diagnosing Linux Network Latency with hping3, traceroute, and Wireshark

This article explains how to identify the root causes of increased network latency on Linux servers by using tools such as hping3, traceroute, wrk, tcpdump, and Wireshark, demonstrating step‑by‑step measurements, analysis of TCP delayed acknowledgments, and practical recommendations for mitigating latency in production environments.

LinuxNetwork LatencyTCP
0 likes · 17 min read
Diagnosing Linux Network Latency with hping3, traceroute, and Wireshark
Alibaba Cloud Native
Alibaba Cloud Native
Mar 10, 2023 · Cloud Native

Uncovering the Root Causes of ACK Cluster Network Latency: kubelet, softirq, and cgroup Insights

A detailed post‑mortem explains how excessive cgroup files, kubelet's sys‑CPU usage, soft‑interrupt scheduling delays, and a buggy page‑free routine caused intermittent hundreds‑of‑milliseconds network latency in an Alibaba Cloud ACK cluster, and how targeted CPU binding and kernel patches resolved the issue.

Cloud NativeKernelKubernetes
0 likes · 14 min read
Uncovering the Root Causes of ACK Cluster Network Latency: kubelet, softirq, and cgroup Insights
Liangxu Linux
Liangxu Linux
Jan 12, 2023 · Operations

How to Diagnose and Reduce Linux Network Latency with hping3, wrk, and Wireshark

This article explains the fundamentals of Linux network latency, demonstrates how to measure round‑trip time using ping, traceroute, hping3 and wrk, walks through a Docker‑based test setup, and shows how to analyze packet captures with tcpdump and Wireshark to uncover causes such as TCP delayed ACK.

LinuxNetwork LatencyTCP
0 likes · 15 min read
How to Diagnose and Reduce Linux Network Latency with hping3, wrk, and Wireshark
Architect's Guide
Architect's Guide
Dec 27, 2022 · Fundamentals

Methods for Measuring Network Latency Across TCP/IP Layers

This article reviews various techniques for detecting network latency at each TCP/IP layer, including application‑layer tools like Telnet, transport‑layer utilities such as TCPPing, UDPPing and Tcproute, network‑layer protocols like ICMP with Ping and Tracert, and hardware‑based measurements at the link layer.

Network LatencyTCP/IPmtr
0 likes · 4 min read
Methods for Measuring Network Latency Across TCP/IP Layers
DaTaobao Tech
DaTaobao Tech
Oct 18, 2022 · Frontend Development

Client‑Side Interface Performance Optimization: Analysis and Solutions

Client‑side developers can boost API speed and user experience by collaborating with back‑end teams to cut server processing and network latency, using caching, concurrency, smaller or UDP‑based packets, and aggressively pruning or compressing payloads, which can shrink megabyte responses to tens of kilobytes and shave dozens of milliseconds off latency.

API optimizationAsynchronousNetwork Latency
0 likes · 9 min read
Client‑Side Interface Performance Optimization: Analysis and Solutions
Efficient Ops
Efficient Ops
Sep 15, 2022 · Operations

How to Diagnose and Fix Linux Network Latency Issues

This article explains how to identify the root causes of increased network latency on Linux servers, covering tools such as ping, traceroute, hping3, and wrk, demonstrating packet analysis with tcpdump and Wireshark, and showing how TCP delayed ACK and socket options affect response times.

Network LatencyTCPWireshark
0 likes · 17 min read
How to Diagnose and Fix Linux Network Latency Issues
Open Source Linux
Open Source Linux
Jun 9, 2022 · Operations

How to Diagnose and Reduce Linux Network Latency with Ping, Traceroute, and Wireshark

This article explains how to identify the causes of increased network latency on Linux servers using tools such as ping, traceroute, hping3, wrk, tcpdump and Wireshark, demonstrates a practical case with two Nginx containers, analyzes TCP delayed ACK behavior, and provides actionable steps to measure, trace, and mitigate latency.

LinuxNetwork LatencyTCP
0 likes · 16 min read
How to Diagnose and Reduce Linux Network Latency with Ping, Traceroute, and Wireshark
Liangxu Linux
Liangxu Linux
May 11, 2022 · Operations

Diagnosing Linux Network Latency with hping3, traceroute, and wrk

This guide explains how to identify the root causes of increased network latency on Linux servers using tools such as ping, hping3, traceroute, tcpdump, Wireshark, and wrk, and demonstrates the analysis with a Docker‑based Nginx test environment.

Network LatencyWiresharkhping3
0 likes · 15 min read
Diagnosing Linux Network Latency with hping3, traceroute, and wrk
Efficient Ops
Efficient Ops
May 10, 2022 · Operations

How to Diagnose and Fix Linux Network Latency with hping3, wrk, and Wireshark

This article explains how to identify the root causes of Linux network latency—such as slow transmission, kernel processing, and application delays—by using tools like ping, traceroute, hping3, wrk, tcpdump, and Wireshark, and demonstrates practical testing with Nginx containers to analyze and mitigate latency issues.

Network LatencyWiresharkhping3
0 likes · 13 min read
How to Diagnose and Fix Linux Network Latency with hping3, wrk, and Wireshark
Liangxu Linux
Liangxu Linux
Apr 25, 2022 · Operations

How to Diagnose and Reduce Linux Network Latency with hping3, wrk, and Wireshark

This article explains how to identify the root causes of increased network latency on Linux servers—covering basic concepts of RTT and application latency, using tools such as ping, traceroute, hping3, wrk, tcpdump, and Wireshark, and demonstrates a practical case with Nginx containers to analyze and mitigate delays.

Network LatencyTCPWireshark
0 likes · 14 min read
How to Diagnose and Reduce Linux Network Latency with hping3, wrk, and Wireshark
Volcano Engine Developer Services
Volcano Engine Developer Services
Jun 22, 2021 · Frontend Development

How to Achieve Near‑Zero First‑Frame Delay in Video Playback

This article explains why first‑frame latency matters for video apps, breaks down the stages that contribute to the delay, and provides practical optimization techniques—including address fetching, connection reuse, codec initialization, preloading, and pre‑rendering—to consistently keep first‑frame times under 100 ms.

Network Latencyfirst frame optimizationmedia decoding
0 likes · 11 min read
How to Achieve Near‑Zero First‑Frame Delay in Video Playback
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 11, 2021 · Backend Development

Why Tengine’s access_log Shows Fast Times While Users See Delays – Uncover the Hidden Timing Secrets

This article explains how Tengine logs request timing, why the server‑side request_time_msec can appear short while clients experience longer delays, and provides practical methods to analyze access_log entries, understand upload/download latency differences, minimum download speeds, and special status codes such as 400, 408, and 499.

Access LogBackendNetwork Latency
0 likes · 16 min read
Why Tengine’s access_log Shows Fast Times While Users See Delays – Uncover the Hidden Timing Secrets
NetEase Smart Enterprise Tech+
NetEase Smart Enterprise Tech+
Dec 9, 2020 · Operations

Mastering Video QoS: How FEC, Retransmission, and Jitter Buffer Combat Network Challenges

This article explains how modern video applications face packet loss, jitter, congestion, and latency, and how techniques such as Forward Error Correction, packet retransmission, jitter buffers, long‑term reference frames, size‑stream and SVC can be combined to deliver high‑quality, low‑delay audio‑video experiences over 5G networks.

FECNetwork LatencyQoS
0 likes · 11 min read
Mastering Video QoS: How FEC, Retransmission, and Jitter Buffer Combat Network Challenges
Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 13, 2020 · Databases

Testing the Impact of group_replication_member_expel_timeout on MySQL Group Replication under Network Latency

This article investigates how the MySQL 8.0 group_replication_member_expel_timeout parameter influences node expulsion in a group replication cluster when network latency is introduced, describing the test environment, methodology, commands, observations, and configuration recommendations.

Database ClusterGroup ReplicationNetwork Latency
0 likes · 7 min read
Testing the Impact of group_replication_member_expel_timeout on MySQL Group Replication under Network Latency
Architecture Digest
Architecture Digest
Sep 6, 2020 · Game Development

Why Game Servers Are Reluctant to Adopt Microservices Architecture

The article explains that game servers, especially real‑time multiplayer titles, avoid microservices because the added network overhead, stateful communication requirements, and strict latency constraints make monolithic or tightly coupled designs more suitable for high‑performance gameplay.

Network LatencyReal-TimeStateful
0 likes · 8 min read
Why Game Servers Are Reluctant to Adopt Microservices Architecture
Java Backend Technology
Java Backend Technology
Aug 4, 2020 · Game Development

Why Game Servers Shun Microservices: Real‑Time Performance Challenges

Game servers often avoid microservice architectures because real‑time communication, low latency, and stateful processing demand tightly coupled, high‑performance designs, making the added network overhead, stateless constraints, and complexity of microservices unsuitable for fast‑paced multiplayer games.

MicroservicesNetwork LatencyReal-Time
0 likes · 9 min read
Why Game Servers Shun Microservices: Real‑Time Performance Challenges
Open Source Linux
Open Source Linux
Jun 29, 2020 · Operations

Top 6 Free Tools to Measure Network Latency and Boost Performance

This article explains what network latency is, how it is measured with metrics like RTT and TTFB, discusses the built‑in Ping utility and its limitations, and recommends six free tools that help network administrators monitor and reduce latency effectively.

Network LatencyRTTfree tools
0 likes · 12 min read
Top 6 Free Tools to Measure Network Latency and Boost Performance
Programmer DD
Programmer DD
Mar 31, 2020 · Databases

Boost Redis Performance: Practical Optimization Techniques

This article explains why Redis performance matters for high‑traffic services and provides a comprehensive set of practical optimizations—including network latency reduction, command pipelining, avoiding slow commands, tuning persistence, OS/hardware settings, and scaling with sharding—to help you keep Redis fast and reliable.

Network LatencyPersistenceoptimization
0 likes · 17 min read
Boost Redis Performance: Practical Optimization Techniques
iQIYI Technical Product Team
iQIYI Technical Product Team
Mar 6, 2020 · Cloud Computing

Understanding 5G Network Latency and the Role of MEC

While 5G’s radio link can reach about 1 ms, true end‑to‑end latency remains dominated by core and internet delays, so 4G, 5G‑NSA and 5G‑SA differ only modestly; however, combining 5G Standalone with Multi‑access Edge Computing can cut total latency below 10 ms, enabling ultra‑reliable low‑latency applications.

5GEdge ComputingMEC
0 likes · 8 min read
Understanding 5G Network Latency and the Role of MEC
AutoHome Frontend
AutoHome Frontend
Sep 26, 2019 · Frontend Development

Why TTFB Matters: Uncovering the Hidden Delays Behind Web Page Loads

This article explains what Time to First Byte (TTFB) actually measures, why network latency and server processing heavily influence it, and lists the many factors—from DNS lookup to CDN routing—that can increase TTFB, helping developers prioritize performance improvements.

CDNNetwork LatencyServer Timing
0 likes · 9 min read
Why TTFB Matters: Uncovering the Hidden Delays Behind Web Page Loads
Architects' Tech Alliance
Architects' Tech Alliance
Aug 23, 2019 · Operations

IO Performance Evaluation, Monitoring, and Optimization Guide

This article explains how to assess, monitor, and tune system I/O performance by defining I/O models, selecting appropriate evaluation tools, tracking key metrics for disk and network I/O, and applying practical optimization strategies for both storage and network bottlenecks.

Disk I/OIO performanceNetwork I/O
0 likes · 15 min read
IO Performance Evaluation, Monitoring, and Optimization Guide
Architects' Tech Alliance
Architects' Tech Alliance
Jul 26, 2019 · Operations

IO Performance Evaluation, Tools, Metrics, and Optimization Strategies

This article explains how to assess and improve system I/O performance by defining I/O models, selecting appropriate evaluation tools for disk and network, monitoring key metrics such as IOPS, bandwidth and latency, and applying host, network, and storage‑side optimization techniques for high‑throughput and low‑latency workloads.

IO performanceMonitoring ToolsNetwork Latency
0 likes · 16 min read
IO Performance Evaluation, Tools, Metrics, and Optimization Strategies
21CTO
21CTO
Apr 18, 2019 · Operations

Why Traditional API Gateways Crash: CPU, Disk, and Network Bottlenecks Explained

The article examines how traditional synchronous and semi‑synchronous API gateways can fail under high load by analyzing CPU utilization, disk I/O, and network latency, and offers practical monitoring metrics and mitigation strategies to prevent cascading failures in large‑scale systems.

Asynchronous ArchitectureDisk I/ONetwork Latency
0 likes · 9 min read
Why Traditional API Gateways Crash: CPU, Disk, and Network Bottlenecks Explained
Tencent Cloud Developer
Tencent Cloud Developer
Mar 12, 2019 · Cloud Native

Understanding Active-Active Disaster Recovery Architecture: Challenges and Implementation Strategies

The article argues that cold backup and active‑passive setups provide false security and outlines how true active‑active disaster‑recovery requires local‑datacenter request handling, business‑driven data sharding, and low‑latency cross‑site synchronization, recommending a staged rollout from city‑level to cross‑region architectures while weighing ROI.

Data ConsistencyNetwork Latencyactive-active-architecture
0 likes · 9 min read
Understanding Active-Active Disaster Recovery Architecture: Challenges and Implementation Strategies
High Availability Architecture
High Availability Architecture
Sep 20, 2017 · Operations

Optimizing Web Servers for High Throughput and Low Latency – Insights from Dropbox’s Edge Network

This article presents a comprehensive, data‑driven guide to reducing latency and increasing throughput of Nginx‑based web servers by covering hardware selection, low‑level OS tuning, network‑stack adjustments, TLS optimizations, and application‑level configurations, all illustrated with real‑world Dropbox experience.

CPU tuningLinuxNetwork Latency
0 likes · 32 min read
Optimizing Web Servers for High Throughput and Low Latency – Insights from Dropbox’s Edge Network
21CTO
21CTO
Mar 30, 2017 · Backend Development

How WeChat Cuts Image Sending Time with Progressive JPEG and Streaming

This article explains how WeChat's C2C image service uses progressive JPEG encoding, streaming transmission, and a minimal transport size strategy to dramatically reduce image delivery latency and improve user experience under varying network conditions.

Network LatencyWeChat backendimage-optimization
0 likes · 10 min read
How WeChat Cuts Image Sending Time with Progressive JPEG and Streaming
dbaplus Community
dbaplus Community
Feb 15, 2017 · Databases

How to Diagnose and Fix a Galera Cluster Node Failure in Percona XtraDB

This article walks through a real‑world Galera cluster outage, explains the replication and flow‑control mechanisms, details the step‑by‑step analysis of thread‑running spikes and wsrep delays, identifies a network‑induced port latency as the root cause, and describes the recovery actions taken to restore the Percona XtraDB Cluster.

Flow ControlGaleraNetwork Latency
0 likes · 9 min read
How to Diagnose and Fix a Galera Cluster Node Failure in Percona XtraDB
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Oct 8, 2016 · Fundamentals

Mastering Distributed Systems: Overcoming Network Challenges and Consistency Trade‑offs

This article explores the core difficulties of distributed systems—including network latency, failures, the CAP theorem, consistency models, and common techniques such as consistent hashing, quorum, vector clocks, lease mechanisms, gossip protocols, and distributed transaction protocols—providing practical insights and references for building robust scalable architectures.

CAP theoremDistributed SystemsNWR quorum
0 likes · 22 min read
Mastering Distributed Systems: Overcoming Network Challenges and Consistency Trade‑offs
21CTO
21CTO
Jun 17, 2016 · Operations

Why CDNs Struggle to Accelerate Mobile Clients – Key Insights

The article examines why traditional CDNs provide little speed benefit for mobile users, analyzes last‑mile latency on wireless networks, presents performance calculations, and discusses the operational and cost challenges of deploying edge servers closer to mobile users.

CDNContent DeliveryNetwork Latency
0 likes · 8 min read
Why CDNs Struggle to Accelerate Mobile Clients – Key Insights