summaryrefslogtreecommitdiff
path: root/tools/simulator.py
Commit message (Expand)AuthorAgeFilesLines
* Implement get_rpc_client functionTobias Urdin2022-10-251-1/+1
* Adding pre-commitHervé Beraud2020-09-221-2/+7
* Remove six usageAndreas Jaeger2020-05-111-7/+6
* Consider the topic parameter as an array in client-notifyGabriele2019-04-111-1/+1
* Update hacking versionZhijunWei2019-01-211-2/+2
* Fix simulator's use of Notifier - use 'topics' not 'topic'Kenneth Giusti2017-03-201-1/+1
* Merge "[simulator] Fix transport_url usage"Jenkins2016-11-031-4/+0
|\
| * [simulator] Fix transport_url usageKirill Bespalov2016-10-191-4/+0
* | [simulator] Fix a message length generator usageKirill Bespalov2016-10-181-4/+2
|/
* [simulator] Automatic stopping of rpc-serversKirill Bespalov2016-10-061-19/+119
* Fix simulator bool command line argsGevorg Davoian2016-09-301-5/+4
* Fix calculating of duration in simulator.pykbespalov2016-08-161-2/+11
* Move zmq driver options into its own groupOleksii Zamiatin2016-08-051-1/+1
* Properly cleanup listener and driver on simulator exitGevorg Davoian2016-07-241-13/+19
* Merge "Fix simulator stat printing"Jenkins2016-05-081-46/+56
|\
| * Fix simulator stat printingYulia Portnova2016-05-061-46/+56
* | Merge "Simulator: align stats to whole seconds"Jenkins2016-05-051-1/+9
|\ \ | |/ |/|
| * Simulator: align stats to whole secondsIlya Shakhat2016-03-221-1/+9
* | Fixes sumulator.py signal_handler logicDmitriy Ukhlov2016-04-291-44/+54
* | Merge "Simulator: handle SIGINT and SIGTERM signals"Jenkins2016-04-201-13/+34
|\ \
| * | Simulator: handle SIGINT and SIGTERM signalsIlya Shakhat2016-04-191-13/+34
* | | Allow simulator to be launched from arbitrary directoryDmitry Mescheryakov2016-04-071-1/+2
|/ /
* | Merge "Simulator: collect error stats"Jenkins2016-03-281-1/+16
|\ \
| * | Simulator: collect error statsIlya Shakhat2016-03-231-1/+16
* | | Simulator: make parameter wait_after_msg floatIlya Shakhat2016-03-231-2/+2
|/ /
* | Support python3 in simulator.pyDavanum Srinivas2016-03-211-6/+7
|/
* Simulator: store results in JSON formatIlya Shakhat2016-03-101-7/+22
* Simulator: calculate message latency statisticsIlya Shakhat2016-03-101-160/+314
* Simulator: always use random messages for time-bound testsIlya Shakhat2016-03-031-7/+11
* Simulator: implement own random generator instead of scipyIlya Shakhat2016-03-021-15/+23
* Simulator: fix batch-notify-server commandIlya Shakhat2016-03-021-1/+1
* Make simulator more asynchronousozamiatin2016-02-261-0/+2
* Added duration to notify server/clientYulia Portnova2016-02-241-39/+51
* Avoid hardcoding the notification topic and specify driverDavanum Srinivas2016-02-221-10/+12
* Log format change in simulator.pyYulia Portnova2016-02-181-1/+3
* Merge "simulator.py improvements"4.3.0Jenkins2016-02-151-6/+7
|\
| * simulator.py improvementsYulia Portnova2016-02-151-6/+7
* | Use more secure yaml.safe_load() instead of yaml.load()Javeme2016-02-111-1/+1
|/
* Improve simulator.pyYulia Portnova2016-01-271-8/+10
* replace string format arguments with function parametersJaveme2016-01-221-1/+1
* Merge "py3: Replaces xrange() with six.moves.range()"Jenkins2016-01-211-1/+2
|\
| * py3: Replaces xrange() with six.moves.range()Javeme2016-01-141-1/+2
* | Logging rpc client/server targetsYulia Portnova2016-01-181-0/+2
* | Topic/server arguments changed in simulator.pyYulia Portnova2016-01-151-8/+29
|/
* Add duration option to simulator.pyYulia Portnova2016-01-111-9/+30
* Optimize simulator.py for better throughputKonstantin Kalin2015-12-251-58/+87
* Merge "batch notification listener"Jenkins2015-12-111-28/+69
|\
| * batch notification listenerMehdi Abaakouk2015-12-081-28/+69
* | Fix notifier options registrationMehdi Abaakouk2015-12-081-5/+9
|/
* Option group for notificationsDavanum Srinivas2015-11-301-2/+2