Performance test engine written in Java and exposed as a fluent API for writing JUnit tests.
Perftence can also be used without JUnit by using perftence-api distribution package.
Full test results are provided in html, which can published directly with different CI's (e.g. Jenkins/Hudson).
Runtime test statistics are also provided through logging (e.g. using slf4j-log4j and log4j).
A Java library to run diagnostic tasks for a Web application at runtime. Configured tasks verify the availability of external resources such as property files, datasources and JNDI bindings. A run can detect problems ahead of using your application.
This project provides runtime performance monitoring and reporting for Java applications. It includes a simple API with timers and counters, data persistence, support classes and aspects (AspectJ & Spring AOP), and a reporting web application.