Leonid Bugaev
0097c599df
Fix response latency calculation
...
Previously latency calcualted as Response.End - Request.Start
Where both End and Start is a last and first packets
This calcualtion is wrong, because it is total roundtrip
Correct server latency will be Response.End - Request.End
In addition added new `--input-raw-timestamp-type` option
which allows choose more precise packet timestamp source (if available).
2018-02-05 21:47:48 +02:00
Ashwin Jayaprakash and Leonid Bugaev
9cf1ad65df
Filter requests using regex on base64 decoded userId:passwd of basic auth ( #475 )
...
Example snippet: --http-basic-auth-filter "^customer[0-9].*"
2017-08-22 19:16:55 +05:00
Leonid Bugaev
21531cea9a
Add support for rewriting headers
2017-06-27 15:30:34 +02:00
Leonid Bugaev
74225ebb22
Rename all package imports from gor to goreplay
2017-05-01 17:56:50 +02:00
Leonid Bugaev
f0b96af420
Add protection for malformed requests
2015-08-23 13:07:29 +03:00
Leonid Bugaev
ac3e209787
One more fix
2015-07-17 11:38:42 +05:00
Leonid Bugaev
e5d9f73937
Fix tests
2015-07-17 11:36:18 +05:00
Leonid Bugaev
df3b410e98
Merge pull request #171 from buger/code-styling
...
Improve code documentation and styling
2015-07-17 11:33:26 +05:00
Rafael Garcia
fa003f5fec
add --http-disallow-header option
2015-07-17 03:26:06 +00:00
Leonid Bugaev
6647481fe0
Improve style and docs for proto package
2015-07-13 09:31:11 +05:00
Leonid Bugaev
48492dc8cb
Allow url param rewriting
2015-07-09 16:58:42 +05:00
Leonid Bugaev
29035d4518
Allow multiple url regexp and apply fmt
2015-07-09 16:05:00 +05:00
Leonid Bugaev
5a23573cfe
Add --http-allow-param-hash
2015-07-09 15:30:06 +05:00
Leonid Bugaev
413f50129f
Add support for restricting certain urls
2015-07-08 20:27:35 +05:00
Leonid Bugaev
4f114f067b
Apply fmt
2015-07-06 21:09:06 +05:00
Leonid Bugaev
a859ae02ad
More tests and simplify hashFilter
2015-07-06 18:36:12 +05:00
Leonid Bugaev
2b17989fd9
Move HTTP modifier from HTTP output plugin
2015-07-05 23:17:57 +05:00
Leonid Bugaev
96fd713453
Use separate config for modifier
2015-07-05 10:25:44 +05:00