Confirmed users
1,209
edits
(New page: Melanion is a tool for configuring and running automated performance tests against Web applications. It uses [http://www.hpl.hp.com/research/linux/httperf/ HTTPerf] to generate traffic, an...) |
m (→Data Storage) |
||
| Line 5: | Line 5: | ||
Test configurations for the same project are correlated together under a target. The settings here apply across different types of test, and include: | Test configurations for the same project are correlated together under a target. The settings here apply across different types of test, and include: | ||
* Revision URL | * Revision URL | ||
: | : Melanion can automatically determine the revision number of the target via HTTP. This URL should return the revision number as plain text, and nothing else. | ||
* DB instrumentation | * DB instrumentation | ||
: If database authentication is provided here, the tester will run a SHOW GLOBAL STATUS command before and after each test, and record the difference in queries, slow queries, and bytes in/out from the database. | : If database authentication is provided here, the tester will run a SHOW GLOBAL STATUS command before and after each test, and record the difference in queries, slow queries, and bytes in/out from the database. | ||