distributed-load-testing-using-aws-fargate
distributed-load-testing-using-aws-fargate copied to clipboard
Capturing different metrics in CloudWatch
Guide of an example capturing other metrics, besides avgResponseTime.
I'd like to capture latency - TTFB - or Time To First Byte. Maybe some others, I'm sure some others' would be interested in this, as well.
Would be a nice to have for sure.
A quick look at Taurus reports: https://gettaurus.org/docs/Reporting . It doesn't seem like you can get those metrics out of it natively. However if you write your own tests with the Mocha executor for example, presumably you could calculate those metrics yourself.