oslo.messaging/tools
Kirill Bespalov dd8e9fb5e3 [simulator] Automatic stopping of rpc-servers
This patch provide the sync flag:

  simulator.py rpc-client --sync call
  simulator.py rpc-client --sync fanout

The --sync values means next:
- call:   to send sync msg via rpc.call
- fanout: to broadcast sync msg via rpc.fanout to all servers on topic

When clients has sent all messages, the rpc-server will be stopped
automatically and dump statistics to a file (if --json-file is used).

This is much usefull than rough killing the process of the server in
benchmark frameworks.

Change-Id: I06fd8dbbcdc8b2b9f13029029f730b417ff128ce
2016-10-06 16:14:01 +03:00
..
functions.sh Don't use devstack to setup our functional env 2015-06-11 12:01:01 +02:00
messages_length.yaml Modify simulator.py tool 2015-10-22 17:34:17 +03:00
simulator.py [simulator] Automatic stopping of rpc-servers 2016-10-06 16:14:01 +03:00