For the first pass dealgood will read from stdin a JSONL description of the request pattern, we will use SSH, tail -F and some python/Go stream rewriting to give us the requests to replay.
dealgood writes status to console every few seconds, for each target:
number of requests
counts per returncode
TTFB percentiles per return code
response time percentiles per returncode
aggregate TTFB/response time for the target
dealgood should also write a log of every request and detailed information about the reponses
For the first pass
dealgood
will read from stdin a JSONL description of the request pattern, we will use SSH,tail -F
and some python/Go stream rewriting to give us the requests to replay.dealgood
writes status to console every few seconds, for each target:dealgood
should also write a log of every request and detailed information about the reponsesProject overview is on Notion
Tasks