Here you will find a collection of samples and tools for Aeron. The build process builds a complete jar of the examples and places it in this location
aeron-examples/build/libs/samples.jar
Here is a brief list of the examples and what each tries to do.
- BasicSubscriber: Simple subscriber that prints the contents of messages it receives.
- BasicPublisher: Simple publisher that sends a number of messages with a one second pause between them.
- RateSubscriber: Subscriber that prints the rate of reception of messages.
- StreamingPublisher: Publisher that streams out messages as fast as possible, displaying rate of publication.
- AeronStat: Monitoring application that prints the labels and values of the counters in use by a media driver.
- Ping: Ping side of Ping/Pong latency testing tool.
- Pong: Pong side of Ping/Pong latency testing tool.