aws-samples / distributed-load-testing-using-aws-fargate

Solution to setup AWS Fargate to run multi-region distributed performance testing.
Other
83 stars 28 forks source link

Capturing different metrics in CloudWatch #10

Open cda210 opened 4 years ago

cda210 commented 4 years ago

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.

ferdingler commented 4 years ago

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.