Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 729 Bytes

testing.md

File metadata and controls

24 lines (15 loc) · 729 Bytes

testing

traffic (load) test

types

  • Repetitive load generation
  • Simulated traffic patterns
  • Real traffic

Before running test good to know

  • Average throughput in requests per second
  • Peak throughput (What is the most traffic that you get over a certain period?)
  • Throughput distribution by API endpoint (Do you have any endpoint that gets substantially more traffic than any others?)
  • Throughput distribution by users (A few generate most traffic, or is it more evenly distributed?)

Tools for testing

sources: