| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merging default into bug 15930 | Matthew Sackman | 2010-08-03 | 1 | -1/+1 |
| |\ |
|
| | * | Provide a better protocol() type | Matthew Sackman | 2010-08-03 | 1 | -1/+1 |
| * | | Avoid the unnecessary callbacks in the various new _sups as much as possible ... | Matthew Sackman | 2010-08-03 | 6 | -127/+117 |
| * | | Don't dynamically start up the channel_sup_sup - it doesn't gain us much to p... | Matthew Sackman | 2010-08-03 | 3 | -17/+14 |
| * | | Another debitrot but a smaller one. Did it again due to several largish branc... | Matthew Sackman | 2010-08-02 | 13 | -78/+611 |
| |\ \
| |/ |
|
| | * | Merging bug 21387 onto default | Matthew Sackman | 2010-08-02 | 9 | -59/+559 |
| | |\ |
|
| | | * | Corrections to specs and export suitable event specs | Matthew Sackman | 2010-08-02 | 1 | -4/+21 |
| | | * | Attempt to improve specs. | Simon MacMullen | 2010-08-02 | 1 | -6/+16 |
| | | * | Merge default into bug21387. | Simon MacMullen | 2010-08-02 | 18 | -364/+578 |
| | | |\ |
|
| | | * | | Re-abstract the stats timer thing in reader. | Simon MacMullen | 2010-07-30 | 2 | -13/+27 |
| | | * | | Add an attempt at specs. The second part of the state type should not be an a... | Simon MacMullen | 2010-07-29 | 1 | -0/+8 |
| | | * | | Fix warning. | Simon MacMullen | 2010-07-29 | 1 | -1/+1 |
| | | * | | Revert reader changes in 1451c9523971 sicne they force us to start / stop a t... | Simon MacMullen | 2010-07-29 | 1 | -19/+14 |
| | | * | | Cosmetics, add pid to CREATION_EVENT_KEYS, don't emit stats when stopping whe... | Simon MacMullen | 2010-07-29 | 4 | -40/+36 |
| | | * | | Refactor: abstract some things into rabbit_event. | Simon MacMullen | 2010-07-29 | 5 | -68/+91 |
| | | * | | Construct channel creation event as a comprehension. | Simon MacMullen | 2010-07-29 | 1 | -29/+28 |
| | | * | | Typo. | Simon MacMullen | 2010-07-28 | 1 | -1/+1 |
| | | * | | Clean up tests a bit, avoid the retry count and sleeping. | Simon MacMullen | 2010-07-28 | 2 | -18/+21 |
| | | * | | Don't need retries the first time through. | Simon MacMullen | 2010-07-28 | 1 | -1/+1 |
| | | * | | Merge default into bug21387 | Simon MacMullen | 2010-07-28 | 8 | -68/+175 |
| | | |\ \ |
|
| | | * | | | cosmetics | Matthew Sackman | 2010-07-27 | 1 | -3/+0 |
| | | * | | | Rename these to avoid name clashes in the management plugin. | Simon MacMullen | 2010-07-27 | 1 | -3/+3 |
| | | * | | | Oops, don't turn into a timer bomb. | Simon MacMullen | 2010-07-26 | 2 | -2/+2 |
| | | * | | | Send a stats event as soon as you wake up. | Simon MacMullen | 2010-07-26 | 2 | -0/+2 |
| | | * | | | Use apply_interval rather than apply_after, cosmetics. | Simon MacMullen | 2010-07-26 | 3 | -12/+9 |
| | | * | | | Make statistics collection into an application parameter, switched off by def... | Simon MacMullen | 2010-07-26 | 4 | -31/+59 |
| | | * | | | Tweak priorities a bit. | Simon MacMullen | 2010-07-26 | 2 | -3/+3 |
| | | * | | | Revert to the prior, process dictionary-based way of storing statistics. | Simon MacMullen | 2010-07-26 | 1 | -52/+38 |
| | | * | | | Merging default into bug 21387 | Matthew Sackman | 2010-07-26 | 12 | -3/+5679 |
| | | |\ \ \ |
|
| | | * | | | | Base the connection_created event on the updated state; needed to get vhost n... | Simon MacMullen | 2010-07-23 | 1 | -3/+4 |
| | | * | | | | Allow the complete test suite to run. | Simon MacMullen | 2010-07-22 | 1 | -3/+10 |
| | | * | | | | Unit test, and fix a bug found by the test. | Simon MacMullen | 2010-07-22 | 3 | -7/+162 |
| | | * | | | | Rewrite the channel stats again to use ets. Not sure if this is any faster, m... | Simon MacMullen | 2010-07-21 | 1 | -36/+53 |
| | | * | | | | Cosmetics | Simon MacMullen | 2010-07-21 | 2 | -9/+6 |
| | | * | | | | Merged default into bug21387 | Simon MacMullen | 2010-07-21 | 12 | -34/+52 |
| | | |\ \ \ \ |
|
| | | * | | | | | Increase priority of stats messages for channel and queue. Don't use gen_serv... | Simon MacMullen | 2010-07-21 | 3 | -6/+3 |
| | | * | | | | | Store (channel, exchange) stats as well as (channel, exchange, queue) since w... | Simon MacMullen | 2010-07-21 | 1 | -19/+34 |
| | | * | | | | | Store queue/exchange stats in the process dictionary since that's rather a lo... | Simon MacMullen | 2010-07-21 | 1 | -60/+55 |
| | | * | | | | | Invoking os:timestamp and timer:now_diff all the time is too expensive, use t... | Simon MacMullen | 2010-07-21 | 4 | -52/+99 |
| | | * | | | | | If a new QPid appears more than once in the list, only monitor it once. | Simon MacMullen | 2010-07-21 | 1 | -1/+1 |
| | | * | | | | | Store (channel, queue, exchange) stats instead of (channel, exchange). Unify ... | Simon MacMullen | 2010-07-21 | 1 | -34/+38 |
| | | * | | | | | Rename some variables. | Simon MacMullen | 2010-07-20 | 1 | -11/+11 |
| | | * | | | | | Standardise on "stats" rather than "statistics" since we were getting rather ... | Simon MacMullen | 2010-07-20 | 3 | -24/+24 |
| | | * | | | | | Store both channel-exchange stats and channel-queue stats in the same format. | Simon MacMullen | 2010-07-20 | 1 | -13/+15 |
| | | * | | | | | Missed out arguments in binding_created. | Simon MacMullen | 2010-07-19 | 1 | -1/+2 |
| | | * | | | | | Lifecycle events for queues, exchanges and bindings. | Simon MacMullen | 2010-07-19 | 2 | -3/+23 |
| | | * | | | | | The channel has a few statistics / state of its own too. | Simon MacMullen | 2010-07-19 | 1 | -8/+11 |
| | | * | | | | | Use list comprehensions to build the stats proplists. | Simon MacMullen | 2010-07-19 | 3 | -43/+25 |
| | | * | | | | | Switch to using proplists rather than records for events. | Simon MacMullen | 2010-07-19 | 4 | -45/+48 |
| | | * | | | | | Make channel monitor queues for which it is gathering statistics, and remove ... | Simon MacMullen | 2010-07-19 | 1 | -1/+10 |