Tag

QPS

0 views collected around this technical thread.

Xiaolei Talks DB
Xiaolei Talks DB
May 16, 2025 · Databases

How Online DDL Impacts TPS/QPS in OceanBase: A Comprehensive Test

This article details a systematic performance test of OceanBase's online DDL capabilities, measuring TPS and QPS impacts across various DDL operations, describing the test environment, scripts, results, and conclusions for reliable database schema changes.

DatabaseOceanBasePerformance Testing
0 likes · 17 min read
How Online DDL Impacts TPS/QPS in OceanBase: A Comprehensive Test
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Nov 7, 2024 · Operations

Understanding and Calculating QPS (Queries Per Second) with JMeter Performance Testing

This article explains what QPS (Queries Per Second) is, presents formulas and examples for calculating overall and per‑interface QPS, and shows how to use JMeter to create a test plan, add thread groups and listeners for accurate performance measurement.

Backend MetricsJMeterPerformance Testing
0 likes · 5 min read
Understanding and Calculating QPS (Queries Per Second) with JMeter Performance Testing
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Mar 22, 2024 · Backend Development

Understanding QPS, TPS, Response Time, and Concurrency in High‑Performance Systems

This article explains the meanings, calculations, and differences of key high‑performance metrics such as system throughput, QPS, TPS, response time, and concurrency, illustrating each concept with real‑world examples and visual diagrams to help engineers evaluate and optimize large‑scale systems.

ConcurrencyPerformance MetricsQPS
0 likes · 6 min read
Understanding QPS, TPS, Response Time, and Concurrency in High‑Performance Systems
FunTester
FunTester
Jul 25, 2023 · Backend Development

Implementing a Dynamic QPS Load‑Testing Model in Go Using a Goroutine Pool

This article presents a Go‑based dynamic QPS load‑testing framework that leverages a custom goroutine pool, explains the rationale behind reusing goroutines, provides core functions for task execution and console command handling, and includes a complete runnable demo illustrating high‑throughput performance testing.

ConcurrencyGoGoroutine Pool
0 likes · 5 min read
Implementing a Dynamic QPS Load‑Testing Model in Go Using a Goroutine Pool
Laravel Tech Community
Laravel Tech Community
Feb 28, 2023 · Operations

Understanding QPS, TPS, Concurrency, Throughput, and Related Performance Metrics

This article explains the definitions and differences of QPS and TPS, describes concurrency and throughput concepts, introduces related metrics such as PV, UV, DAU, MAU, and outlines key considerations for system performance testing and capacity planning.

ConcurrencyPerformance MetricsQPS
0 likes · 8 min read
Understanding QPS, TPS, Concurrency, Throughput, and Related Performance Metrics
Practical DevOps Architecture
Practical DevOps Architecture
Nov 18, 2022 · Databases

Guidelines for MySQL Database Provisioning, Performance Tuning, and Load Testing

This article explains how Java architects should select appropriate MySQL database machine configurations, collaborate with DBAs for deployment, and conduct essential performance and load testing, covering QPS vs TPS, IOPS, throughput, latency, and other critical metrics for production environments.

Database ProvisioningIOPSMySQL
0 likes · 10 min read
Guidelines for MySQL Database Provisioning, Performance Tuning, and Load Testing
FunTester
FunTester
Oct 24, 2022 · Backend Development

Optimizing Large-Scale API Parameter Combination Testing with Concurrency and QPS Control

This article describes how to efficiently test billions of API parameter combinations by replacing naive nested loops with a queue‑based concurrent approach, dynamically controlling QPS, and addressing memory‑pressure issues using thread‑safe data structures.

API testingConcurrencyJava
0 likes · 8 min read
Optimizing Large-Scale API Parameter Combination Testing with Concurrency and QPS Control
Top Architect
Top Architect
Oct 6, 2022 · Operations

Understanding QPS, TPS, RT, Concurrency, Throughput and Optimal Thread Count

The article explains the core performance metrics QPS, TPS, response time (RT), concurrency, and throughput, provides formulas to relate them, demonstrates practical calculations for capacity planning, and discusses how to determine the optimal number of threads for a backend system.

ConcurrencyQPSTPS
0 likes · 7 min read
Understanding QPS, TPS, RT, Concurrency, Throughput and Optimal Thread Count
Selected Java Interview Questions
Selected Java Interview Questions
Aug 30, 2022 · Backend Development

Understanding QPS, TPS, RT, Concurrency, and Throughput in Backend Systems

This article explains the key performance metrics of backend systems—including QPS, TPS, response time, concurrency, and throughput—provides their definitions, relationships, practical calculation examples, and guidance on optimal thread counts for achieving balanced performance.

ConcurrencyQPSTPS
0 likes · 7 min read
Understanding QPS, TPS, RT, Concurrency, and Throughput in Backend Systems
FunTester
FunTester
Aug 1, 2022 · Backend Development

Integrating Dynamic and Static Performance Testing Models in the FunTester Framework

This article explains how to combine dynamic and static performance testing models in FunTester by adding asynchronous console commands to control thread‑pool scaling and QPS adjustments, providing step settings, incremental changes, and graceful termination through simple key inputs.

FunTesterJavaPerformance Testing
0 likes · 7 min read
Integrating Dynamic and Static Performance Testing Models in the FunTester Framework
macrozheng
macrozheng
May 17, 2022 · Backend Development

Implement Single-Node QPS Rate Limiting with Sentinel in SpringBoot

This guide walks through creating a SpringBoot service, adding Sentinel dependencies, writing a high‑traffic test endpoint, explaining Sentinel’s entry/exit logic, and configuring the Sentinel dashboard to enforce a single‑node QPS limit of 20, complete with code samples and screenshots.

JavaQPSRate Limiting
0 likes · 7 min read
Implement Single-Node QPS Rate Limiting with Sentinel in SpringBoot
Architecture Digest
Architecture Digest
Mar 1, 2022 · Backend Development

Implementing and Testing a High‑Throughput WeChat Red‑Packet System: 1M Connections and Up to 60k QPS

This article details a practical reproduction of a large‑scale WeChat red‑packet service, describing the design goals, hardware and software setup, concurrency architecture, monitoring tools, and performance results that demonstrate a single‑machine handling one million connections and up to sixty thousand queries per second.

GoQPSStress Testing
0 likes · 17 min read
Implementing and Testing a High‑Throughput WeChat Red‑Packet System: 1M Connections and Up to 60k QPS
Top Architect
Top Architect
Jan 25, 2022 · Backend Development

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

This article details the design, goals, hardware and software choices, implementation techniques, performance testing phases, and analysis of a prototype backend capable of handling one million concurrent connections and up to 60 k QPS to simulate the massive load of ten billion WeChat red‑envelope requests.

GoPerformance TestingQPS
0 likes · 18 min read
Design and Implementation of a High‑Concurrency WeChat Red‑Envelope System Simulating 10 Billion Requests
Architecture Digest
Architecture Digest
Dec 27, 2021 · Fundamentals

System Capacity Design and Evaluation: Concepts, Metrics, and Practical Steps

This article explains how to design and evaluate system capacity by defining key metrics such as QPS, TPS and concurrency, describing when capacity assessment is needed, and outlining a step‑by‑step methodology—including traffic analysis, peak estimation, stress testing and redundancy planning—to ensure reliable performance under varying load conditions.

Capacity PlanningConcurrencyPerformance Testing
0 likes · 11 min read
System Capacity Design and Evaluation: Concepts, Metrics, and Practical Steps
转转QA
转转QA
Nov 25, 2021 · Operations

Full‑Chain Production Environment Load Testing for Double 11 Promotion: Process, Findings, and Lessons

This article details the end‑to‑end preparation, execution, reporting, and retrospective of a large‑scale production‑environment load test for the Double 11 shopping festival, covering data preparation, QPS target calculation, multi‑scenario testing, issue analysis, and continuous improvement practices.

Capacity PlanningQPSdouble11
0 likes · 8 min read
Full‑Chain Production Environment Load Testing for Double 11 Promotion: Process, Findings, and Lessons
Top Architect
Top Architect
Oct 25, 2021 · Operations

Capacity Design and Performance Evaluation: Estimating QPS, Concurrency, and System Scaling

The article explains how to assess system capacity by analyzing daily traffic, calculating average and peak QPS, applying the 80/20 rule, conducting stress tests, and adjusting resources, illustrated with a sports event example and a book reservation system case study.

Capacity PlanningConcurrencyPerformance Testing
0 likes · 11 min read
Capacity Design and Performance Evaluation: Estimating QPS, Concurrency, and System Scaling
IT Architects Alliance
IT Architects Alliance
Oct 18, 2021 · Operations

System Capacity Design and Evaluation: Principles, Methods, and Case Study

This article explains how to estimate and plan system capacity—covering concepts like QPS, concurrency, peak traffic calculation, load testing, and practical steps with examples—to ensure services can handle both regular and surge workloads effectively.

Capacity PlanningConcurrencyPerformance Testing
0 likes · 11 min read
System Capacity Design and Evaluation: Principles, Methods, and Case Study
Architect's Guide
Architect's Guide
Oct 11, 2021 · Operations

System Capacity Design and Evaluation: From Event Planning to QPS Estimation

This article explains how to design and evaluate system capacity by using a sports event example, defining key metrics such as QPS, TPS and concurrency, applying the 80/20 rule, performing stress tests, and calculating required instances for reliable operation.

Capacity PlanningConcurrencyPerformance Testing
0 likes · 13 min read
System Capacity Design and Evaluation: From Event Planning to QPS Estimation
Aikesheng Open Source Community
Aikesheng Open Source Community
Sep 2, 2021 · Databases

Understanding and Calculating QPS and TPS in MySQL

This article explains the definitions of QPS (queries per second) and TPS (transactions per second) in MySQL, compares the various calculation methods—including Queries‑per‑second, Questions‑per‑second, and GTID‑based approaches—and recommends the most reliable ways to measure database load and transaction throughput.

DatabaseGTIDMySQL
0 likes · 13 min read
Understanding and Calculating QPS and TPS in MySQL