You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: