distributed-load-testing-using-aws-fargate icon indicating copy to clipboard operation
distributed-load-testing-using-aws-fargate copied to clipboard

Capturing different metrics in CloudWatch

Open cda210 opened this issue 6 years ago • 1 comments

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.

cda210 avatar Aug 29 '19 11:08 cda210

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.

ferdingler avatar Aug 29 '19 15:08 ferdingler