JDistUnit is a test framework for distributed unittesting with Java (think "JUnit on multiple computers at once"), useful for load and stress testing. Features hot deployment of test cases to the remote test servers.
Perftest is an library designed to work with JUnit and other unittesting libraries to facilitate performance testing. It includes decorators which allow for timed tests, load tests, stress testing as well as logging and reporting.