Update:Remora Load Testing: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(19 intermediate revisions by 3 users not shown) | |||
Line 7: | Line 7: | ||
* Tests should be configurable to have different levels of concurrency | * 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 | |||
= | = How to Create a Test Case = | ||
= Test Cases = | |||
= Where to Check-in Test Cases = | |||
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