Skip to content
Damian Serwin edited this page May 6, 2021 · 8 revisions

Cyclone is a Java framework for distributed load testing.

What can I do with it?

You can performance test literally everything without using GUI at all. As a developer you are fully in control of your tests and all dependencies that you want to use. Cyclone use simple process management to run the tests. Each test runs in a separate JVM. All of your tests and dependencies can be packaged in one jar file which is then used for execution. These tests can be run in a distributed way using the Cyclone daemon application which can be installed on multiple nodes.

General guides

API Documentation

Architecture