Tagged articles

wrk

16 articles · Page 1 of 1
Mike Chen Rui
Mike Chen Rui
Jul 8, 2026 · Operations

Four Leading High‑Concurrency Load‑Testing Tools Compared in Detail

This article reviews four popular high‑concurrency load‑testing tools—Apache JMeter, LoadRunner, Gatling, and wrk—detailing each tool’s supported protocols, performance characteristics, graphical or code‑based interfaces, typical use cases, and limitations such as resource consumption, cost, learning curve, or protocol scope.

GatlingJMeterLoad Testing
0 likes · 5 min read
Four Leading High‑Concurrency Load‑Testing Tools Compared in Detail
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.

LinuxTCP Delayed ACKhping3
0 likes · 17 min read
A Linux Network Latency Diagnosis Method That Eliminates Overtime
Raymond Ops
Raymond Ops
Jan 27, 2025 · Operations

Mastering wrk: Install, Basic Use, and Advanced Lua Scripting for HTTP Load Testing

This guide walks you through installing the wrk load‑testing tool on Unix‑like systems, shows its basic command‑line usage with example output, and explains how to extend tests with Lua scripts for POST requests, dynamic parameters, request delays, authentication, and HTTP pipelining.

HTTP benchmarkingLoad TestingLua Scripting
0 likes · 10 min read
Mastering wrk: Install, Basic Use, and Advanced Lua Scripting for HTTP Load Testing
MaGe Linux Operations
MaGe Linux Operations
Apr 28, 2024 · Operations

Master HTTP Load Testing with wrk: Install, Commands, and Lua Scripting

This guide walks you through installing the wrk load‑testing tool on Unix‑like systems, explains its core command‑line options, shows how to interpret benchmark results, and demonstrates advanced customization using Lua scripts for POST requests, dynamic parameters, authentication, and HTTP pipelining.

HTTPLoad TestingLua Scripting
0 likes · 14 min read
Master HTTP Load Testing with wrk: Install, Commands, and Lua Scripting
FunTester
FunTester
Jul 12, 2023 · Operations

Mastering Load Testing: Practical Wrk, GoReplay, and SRE Strategies

This article explains why automation testing often lags behind product changes, outlines essential load‑testing concepts such as bottleneck analysis and capacity planning, and provides hands‑on guidance for using Wrk and GoReplay tools within an SRE‑driven operations workflow.

GoReplayLoad TestingPerformance Testing
0 likes · 8 min read
Mastering Load Testing: Practical Wrk, GoReplay, and SRE Strategies
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.

TCPWiresharkhping3
0 likes · 17 min read
How to Diagnose and Fix Linux Network Latency Issues
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.

Wiresharkhping3network latency
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.

Wiresharkhping3network latency
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.

TCPWiresharkhping3
0 likes · 14 min read
How to Diagnose and Reduce Linux Network Latency with hping3, wrk, and Wireshark
ITPUB
ITPUB
Jun 12, 2017 · Operations

Choosing the Right Load Testing Tool: ab, wrk, and Locust Compared

This article explains why load testing is essential, compares three popular tools—ab, wrk, and Locust—including their command‑line usage and key parameters, and offers practical tips and additional options for accurate performance testing.

Load TestingLocustab
0 likes · 7 min read
Choosing the Right Load Testing Tool: ab, wrk, and Locust Compared