Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

vertx-eventbus-performance v0.1

Use EventbusPerformance to start the performance test. Its monitoring the MessagePingPong verticle.

For non-cluster: Set EventbusPerformance.INSTANCES to your number of cores, which deploys that number of MessagePingPong on the eventbus.

For cluster: Set EventbusPerformance.INSTANCES=1 and use the commandline to start your number of cores vert.x environments. Use following parameters:

[vertx env 1] -cluster -cluster-host -cluster-port 25501

[vertx env 2] -cluster -cluster-host -cluster-port 25502

under linux you could use "sudo tcptrack -i lo" which shows the tcp traffic on loopback network interface where vertx envs will communicate over.

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages