| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rewrite the channel stats again to use ets. Not sure if this is any faster, ↵ | Simon MacMullen | 2010-07-21 | 1 | -36/+53 |
| | | | | | maybe a bit. | ||||
| * | Cosmetics | Simon MacMullen | 2010-07-21 | 2 | -9/+6 |
| | | |||||
| * | Merged default into bug21387 | Simon MacMullen | 2010-07-21 | 15 | -54/+63 |
| |\ | |||||
| | * | Bump specs requirements to R14A | Matthew Sackman | 2010-07-21 | 1 | -2/+2 |
| | | | |||||
| | * | flesh out backing_queue API | Matthias Radestock | 2010-07-21 | 4 | -2/+13 |
| | | | |||||
| | * | bug22917 merged into default. | Marek Majkowski | 2010-07-20 | 1 | -16/+6 |
| | |\ | |||||
| | | * | default merged into bug22917 | Marek Majkowski | 2010-07-20 | 18 | -42/+75 |
| | | |\ | | |/ | |/| | |||||
| | * | | Merging bug 22677 onto default | Matthew Sackman | 2010-07-20 | 6 | -15/+11 |
| | |\ \ | |||||
| | | * | | applied qa notes; refactoring | Alexandru Scvortov | 2010-07-19 | 5 | -17/+11 |
| | | | | | |||||
| | | * | | slight optimisation | Alexandru Scvortov | 2010-07-09 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | finished transition from regexp to re | Alexandru Scvortov | 2010-07-09 | 2 | -5/+4 |
| | | | | | |||||
| | | * | | replaced regexp with re | Alexandru Scvortov | 2010-07-09 | 5 | -10/+16 |
| | | | | | |||||
| | * | | | flesh out APIs somewhat | Matthias Radestock | 2010-07-19 | 2 | -2/+13 |
| | | | | | | | | | | | | | | | | | useful in tests | ||||
| | * | | | tweak to assist testing | Matthias Radestock | 2010-07-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | ...outside the context of the rabbit app cherry-picked from bug 21673. | ||||
| | * | | | 'sync' -> 'idle_timeout' | Matthias Radestock | 2010-07-19 | 4 | -17/+18 |
| | | | | | | | | | | | | | | | | | cherry-picked from bug 21673. | ||||
| | * | | | Merged bug22140 into default. | Simon MacMullen | 2010-07-16 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | | * | | | replaced call bad:bad/0 with a call to exit/1 | Alexandru Scvortov | 2010-07-13 | 1 | -1/+1 |
| | | | | | | |||||
| | | | | * | Adjust the CONFIG_FILE default with the macports prefix | David Wragg | 2010-07-13 | 1 | -16/+6 |
| | | | |/ | | |/| | |||||
| * | | | | Increase priority of stats messages for channel and queue. Don't use ↵ | Simon MacMullen | 2010-07-21 | 3 | -6/+3 |
| | | | | | | | | | | | | | | | | | gen_server2 for reader since it's not a real gen_server anyway. | ||||
| * | | | | Store (channel, exchange) stats as well as (channel, exchange, queue) since ↵ | Simon MacMullen | 2010-07-21 | 1 | -19/+34 |
| | | | | | | | | | | | | | | | | | we can't derive the former from the latter. | ||||
| * | | | | Store queue/exchange stats in the process dictionary since that's rather a ↵ | Simon MacMullen | 2010-07-21 | 1 | -60/+55 |
| | | | | | | | | | | | | | | | | | lot faster than dict: | ||||
| * | | | | Invoking os:timestamp and timer:now_diff all the time is too expensive, use ↵ | Simon MacMullen | 2010-07-21 | 5 | -53/+100 |
| | | | | | | | | | | | | | | | | | timers instead. | ||||
| * | | | | 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 |
| | | | | | | | | | | | | | | | | | the two stats dictionaries in the channel. | ||||
| * | | | | 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 |
| | | | | | | | | | | | | | | | | | verbose. And inconsistent. | ||||
| * | | | | 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 | 5 | -66/+49 |
| | | | | | |||||
| * | | | | Make channel monitor queues for which it is gathering statistics, and remove ↵ | Simon MacMullen | 2010-07-19 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | the stats when the queue goes away. | ||||
| * | | | | That's not needed. | Simon MacMullen | 2010-07-19 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Emit events for connection and channel statistics and creation / deletion. | Simon MacMullen | 2010-07-19 | 4 | -20/+138 |
| | | | | | |||||
| * | | | | cosmetics | Simon MacMullen | 2010-07-16 | 1 | -7/+7 |
| | | | | | |||||
| * | | | | Use timer:now_diff, don't double-wrap. | Simon MacMullen | 2010-07-16 | 1 | -16/+14 |
| | | | | | |||||
| * | | | | q_pid -> qpid | Simon MacMullen | 2010-07-16 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Get queues to emit events for statistics. | Simon MacMullen | 2010-07-16 | 4 | -4/+82 |
| |/ / / | |||||
| * | | | Merged heads | Emile Joubert | 2010-07-14 | 2 | -0/+9 |
| |\ \ \ | |||||
| | * | | | Changelog updates for release 1.8.1 | Emile Joubert | 2010-07-14 | 2 | -0/+9 |
| | | | | | |||||
| | * | | | Added tag rabbitmq_v1_8_1 for changeset 5d9e3ff32dcb | Emile Joubert | 2010-07-14 | 0 | -0/+0 |
| | | | | | |||||
| * | | | | Merge bug22875 into default | Simon MacMullen | 2010-07-14 | 2 | -5/+12 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | >80 lines fix. | Simon MacMullen | 2010-07-14 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | added insightful comment | Alexandru Scvortov | 2010-07-14 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | updated man page | Alexandru Scvortov | 2010-07-13 | 1 | -4/+6 |
| | | | | | |||||
| | * | | | empty permissions are not printed as "" anymore | Alexandru Scvortov | 2010-07-13 | 1 | -2/+0 |
| | | | | | |||||
| | * | | | "" is changed to "^$" when checking permissions | Alexandru Scvortov | 2010-07-13 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | % rabbitmqctl set_permissions guest "" "" "" Setting permissions for user "guest" in vhost "/" ... ...done. % rabbitmqctl list_permissions Listing permissions in vhost "/" ... guest "" "" "" ...done. | ||||
| | * | | | empty strings are displayed as "" | Alexandru Scvortov | 2010-07-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | % rabbitmqctl list_permissions Listing permissions in vhost "/" ... guest "" "" "" ...done. | ||||
| | * | | | corrected regexp | Alexandru Scvortov | 2010-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Used character escaping because erlang-mode has problems correctly parsing "^$". | ||||
