Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brendanhay/flow-control-profiler
Simple script and harness for testing RabbitMQ's per connection flow control
https://github.com/brendanhay/flow-control-profiler
Last synced: about 2 months ago
JSON representation
Simple script and harness for testing RabbitMQ's per connection flow control
- Host: GitHub
- URL: https://github.com/brendanhay/flow-control-profiler
- Owner: brendanhay
- License: mpl-2.0
- Created: 2012-10-26T09:56:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-30T05:39:18.000Z (about 12 years ago)
- Last Synced: 2024-10-13T23:48:11.213Z (3 months ago)
- Language: Ruby
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Flow Control Profiler
=====================Introduction
------------A simple harness for profiling RabbitMQ's per connection flow control in both Erlang and Ruby.
Running
-------Shell A:
```shell
make broker
```Shell B:
```shell
make ruby
```