Pylot is a free open source tool for testing performance and scalability of web services. It runs HTTP load tests, which are useful for capacity planning, benchmarking, analysis, and system tuning.
... [More]
Pylot generates concurrent load (HTTP Requests), verifies server responses, and produces reports with metrics. Tests suites are executed and monitored from a GUI. [Less]
ActionScript 3 performances unit testing frameworkzanbench is a lightweight actionscript 3 framework for performances testing. It allow you to write benchmarks in a xUnit like style :
Create a
... [More] BenchmarkCase by inheriting from BenchmarkCase or implementing Benchmarkable Write tests methods (basicaly, something you want to loop over) Tag these tests methods with the Benchmark metadata tag If needed, define callback's actions in four methods : prepare() : called before any test method setUp() : called before each test method tearDown() : called after each test method clean() : called after all test methods add your BenchmarkCase to a suite run the suite
zanbench let you split the tests methods iterations in runs, and define delay between these runs. This allow you to have more control over the system resources usage for very loud benchmarks.
zanbench is in it's very first release, more features will come over time.
---
There isn't any wiki page yet. If you want to learn about using zanbench, just have a look to the examples provided with the sources [Less]
For now basic PHP script for performance testing.
Planned: small application for testing capabilities of shared hosting virtual servers - based on PHP.
benchmark.j is a port of the Ruby benchmarking support. It provides a similar API and some additional goodies. It also adds Groovy benchmarking by supporting Groovy closures.
Cloudrunner is currently used to launch benchmarking jobs to Amazon's EC2. These jobs typically launch a test server along with one or more servers to test. When the tests are completed, the results
... [More] are uploaded to S3 (of course) and the servers, typically, are shutdown. [Less]