mittsh / Paw-ApacheBenchmarkCodeGenerator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%