Update:Remora Load Testing: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
= TODO = | = TODO = | ||
* Analyze traffic and load | |||
* Come up with potential tests cases | |||
* Record test cases for deployment in Grinder | |||
* Do progressive load tests until melting point | |||
= | = How to Create a Test Case = | ||
= | = Test Cases = | ||
= | = Where to Check-in Test Cases = | ||
Test | |||
Latest revision as of 02:08, 6 March 2008
Goals
- Tests should be distributed, run from multiple nodes
- Tests should return req/s capability
- Tests should return metrics on HTTP error codes and/or success/failure rates
- Tests should test with cache and without -- and at varying cache-hit rates between
- Tests should be configurable to have different levels of concurrency
TODO
- Analyze traffic and load
- Come up with potential tests cases
- Record test cases for deployment in Grinder
- Do progressive load tests until melting point