Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 805 Bytes

File metadata and controls

15 lines (11 loc) · 805 Bytes

Paw-ApacheBenchmarkCodeGenerator

This is a Paw Extension that generates Apache Benchmark command line code.

Current limitations

  1. Basic Authentication via -A is not supported, however auth header is added to the command line (most likely it'll work fine, but not using the proper CLI argument).
  2. KeepAlive support not implemented
  3. Although all HTTP methods are passed to the AB, request body is not. AB requires a path to the file with the request body, so temporary file has to be created for that purpose.
  4. Default concurrency & request counts can be changed in the export dialog window only, but that's a Paw limitation.
  5. No values are escaped, they're just blindly inserted between quotes.
  6. Code is dirty, shame on me!

AB help

https://httpd.apache.org/docs/2.4/programs/ab.html