Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If this is just supposed to be a Stress Test, try <a href="http://freshmeat.net/projects/siege/" rel="nofollow noreferrer">http://freshmeat.net/projects/siege/</a></p> <blockquote> <p>Siege is a regression test and benchmark utility. It can stress test a single URL with a user defined number of simulated users, or it can read many URLs into memory and stress them simultaneously. The program reports the total number of hits recorded, bytes transferred, response time, concurrency, and return status. Siege supports HTTP/1.0 and 1.1 protocols, GET and POST directives, cookies, transaction logging, and basic authentication. Its features are configurable on a per user basis. </p> </blockquote> <p>or <a href="http://httpd.apache.org/docs/1.3/programs/ab.html" rel="nofollow noreferrer">http://httpd.apache.org/docs/1.3/programs/ab.html</a></p> <blockquote> <p>ab is a tool for benchmarking the performance of your Apache HyperText Transfer Protocol (HTTP) server. It does this by giving you an indication of how many requests per second your Apache installation can serve.</p> </blockquote> <p>To test your PHP code, use <a href="http://www.phpunit.de/manual/current/en/" rel="nofollow noreferrer">PHPUnit</a>. To test your frontend, use <a href="http://seleniumhq.org/" rel="nofollow noreferrer">Selenium</a>.</p> <p>For security tests, I strongly suggest to buy an audit and leave that to dedicated experts. There is just too many possible attack vectors that go beyond your app code.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload