buger / goreplay

GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
https://goreplay.org
Other
18.47k stars 11 forks source link

A link to `wrk-gor` maybe helpful for people who wants to do benchmark #603

Open leeyiw opened 5 years ago

leeyiw commented 5 years ago

Hi, I wrote an extension for wrk: wrk-gor. Which intend to parse goreplay's output file and perform benchmark use wrk, so people can get more detailed performance statistics data, such as qps/latency.

I was wondering if you could add a link to wrk-gor at the wiki page, so there will be more people using goreplay with wrk to do performance analysis.

Here is a screenshot of wrk-gor:

image

buger commented 5 years ago

This is awesome! I will definitely test it out.

On Mon, Sep 3, 2018 at 1:46 PM 李毅为 notifications@github.com wrote:

Hi, I wrote an extension for wrk https://github.com/wg/wrk: wrk-gor https://github.com/leeyiw/wrk-gor. Which intend to parse goreplay's output file and perform benchmark use wrk, so people can get more detailed performance statistics data, such as qps/latency.

I was wondering if you could add a link to wrk-gor https://github.com/leeyiw/wrk-gor at the wiki page https://github.com/buger/goreplay/wiki/Saving-and-Replaying-from-file#performance-testing, so there will be more people using goreplay with wrk to do performance analysis.

Here is a screenshot of wrk-gor https://github.com/leeyiw/wrk-gor:

[image: image] https://user-images.githubusercontent.com/3157740/44982685-4ebad100-afa9-11e8-88f9-1376da54ca76.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/buger/goreplay/issues/603, or mute the thread https://github.com/notifications/unsubscribe-auth/AAA2uSTdn7lfgum-u8Y4omGLPGuJ6xwzks5uXQiBgaJpZM4WXY3h .

-- Sincerely yours, Leonid Bugaev https://goreplay.org - test your system with real data @buger https://twitter.com/buger - me on twitter

leeyiw commented 5 years ago

@buger Thanks, waiting for your feedback.