A tool that replays requests to an L1 and outputs performance metrics.
$ npm install$ node index.js replay -f sample-logs.ndjsonUse http1 (default):
$ node index.js replay --http=1Use http2
$ node index.js replay --http=2Use L1 ip address
$ node index.js replay --ip=1.2.3.4Limit number of logs.
$ node index.js replay -n 100Limit number of logs by duration. -d 5 means "Replay 5 minutes of logs from the start of the log file".
$ node index.js replay -d 5