Tagged articles
7 articles
Page 1 of 1
FunTester
FunTester
Dec 30, 2021 · Backend Development

Java Log Replay System Using Disruptor for High‑Performance Load Testing

This article details a Java‑based log replay solution that re‑implements Goreplay functionality using Disruptor, covering design concepts, log extraction, implementation steps, performance metrics, identified risks, and provides full source code examples for a scalable load‑testing engine.

load-testinglog replayperformance-testing
0 likes · 11 min read
Java Log Replay System Using Disruptor for High‑Performance Load Testing
FunTester
FunTester
Mar 30, 2021 · Operations

Performance Testing Error Analysis: Locking Resources, Local Machine Limits, Parsing Errors, Exception Handling, and Asynchronous Completion

This article examines common sources of performance‑testing errors—including hidden locking‑resource issues, inadequate local machine configuration, inefficient regex‑based data extraction, costly exception handling, and unsynchronized thread termination—while offering practical Java‑centric mitigation strategies.

error-analysisload-testingperformance-testing
0 likes · 7 min read
Performance Testing Error Analysis: Locking Resources, Local Machine Limits, Parsing Errors, Exception Handling, and Asynchronous Completion
Top Architect
Top Architect
May 26, 2020 · Operations

Debugging Kafka Data Drop: A Step‑by‑Step Troubleshooting Story

This article narrates a detailed, step‑by‑step debugging process for a sudden drop in data volume caused by Kafka partition bottlenecks, covering problem verification, code inspection, environment checks, logging, packet capture, load testing, and the final resolution of increasing partition size.

Debuggingdata-dropload-testing
0 likes · 9 min read
Debugging Kafka Data Drop: A Step‑by‑Step Troubleshooting Story
Architecture Digest
Architecture Digest
Aug 2, 2019 · Backend Development

Design and Implementation of a High‑Throughput WeChat Red‑Envelope System Simulating 10 Billion Requests

This article describes how a single‑machine prototype was built in Go to simulate a WeChat red‑envelope service capable of handling up to 6 × 10⁴ QPS, supporting one million concurrent connections, and processing 10 billion shake‑red‑envelope requests through careful load‑balancing, monitoring, and performance analysis.

GolangHigh Throughputdistributed-systems
0 likes · 17 min read
Design and Implementation of a High‑Throughput WeChat Red‑Envelope System Simulating 10 Billion Requests
Architecture Digest
Architecture Digest
Mar 19, 2019 · Operations

Capacity Planning and Full‑Link Stress Testing for Alibaba Double 11 Promotion

The article explains how Alibaba introduced full‑link stress testing and a four‑step capacity‑planning process for the Double 11 shopping festival, detailing traffic‑prediction, system‑capacity evaluation, fine‑tuning via production‑environment load tests, and dynamic flow‑control mechanisms that together ensure system stability during massive traffic spikes.

AlibabaDouble 11capacity-planning
0 likes · 17 min read
Capacity Planning and Full‑Link Stress Testing for Alibaba Double 11 Promotion
360 Quality & Efficiency
360 Quality & Efficiency
Oct 26, 2018 · Fundamentals

Performance Testing Basics and Practical Scripting Tips

This article introduces the fundamentals of performance testing, covering its definition, testing methods, timing, perspectives, test types, key metrics, and practical scripting examples to simulate high concurrency loads for reliable software evaluation.

Scriptingload-testingperformance-testing
0 likes · 6 min read
Performance Testing Basics and Practical Scripting Tips
MaGe Linux Operations
MaGe Linux Operations
Jun 24, 2014 · Operations

How to Benchmark Web Servers with http_load, webbench, ab, and Siege

This guide introduces four lightweight Linux web‑server benchmarking tools—http_load, webbench, Apache’s ab, and Siege—explaining their installation, command‑line options, example usage, and how to interpret key performance metrics such as fetches per second, response times, and throughput.

Benchmarkingabhttp_load
0 likes · 6 min read
How to Benchmark Web Servers with http_load, webbench, ab, and Siege