Back-end components after component sharing - open source network monitoring tool goreplay

Back-end components after component sharing - open source network monitoring tool goreplay

background

Recently, we are exploring various common components and tools on the front-end, back-end, and system side, and reorganize some of the common components to form a standardized component topic, which will later include some commonly used components in various languages. Welcome everyone to continue to pay attention.

Component Basic Information

content

In this section we share goreplay , an open source network monitoring tool that can record your real-time traffic and use it for shadowing, load testing, monitoring and detailed analysis.

image.png

Install

Download the latest binaries from https://github.com/buger/goreplay/releases or compile it yourself .

getting Started

The most basic setup will sudo ./gor --input-raw :8000 --output-stdoutbe similar to tcpdump. If you already have a test environment, you can start playback by running: sudo ./gor --input-raw :8000 --output-http http://staging.env.

For more information, please refer to the official documentation and getting started page.

This article declares:
88x31.png
Creative Commons License
This work is licensed by CN Hua Shao under the Creative Commons Attribution-Noncommercial 4.0 International License.

Guess you like

Origin blog.csdn.net/csde12/article/details/125738785