artilleryio / artillery

The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.
https://www.artillery.io
Mozilla Public License 2.0
7.98k stars 508 forks source link

How to find that where latency breaks when timeout or max stress is reached #796

Open sreedevi-1991 opened 4 years ago

sreedevi-1991 commented 4 years ago

How to find that where latency breaks when timeout or max stress is reached throught html report. which part it is breaking from code,db or else?

hassy commented 4 years ago

You can't infer that from client-side metrics. You need visibility into what's happening on the server side, via custom metrics, APM, logging and any other observability tooling available.