Below you can find examples to learn Artillery. You can also take a look at the Core Examples.
To spawn a local AP cluster at any size you can use the command below in the root directory of the project.
$ deployment-tests/cluster-mdns-ap-test.sh -s 50
$ killall cball_mdns_sd_infection
Argument -s
defines the amount of nodes in the cluster.
To shut down the cluster either use killall
or kill processes
one by one to see that cluster is self-healing.