summaryrefslogtreecommitdiff
path: root/src/rabbit_vm.erl
Commit message (Expand)AuthorAgeFilesLines
* Classify ETS memory by owner (and thus include all msg store memory under "ms...bug26401Simon MacMullen2014-10-061-5/+6
* Split out connection memory into reader / writer / channel / other.Simon MacMullen2014-10-061-34/+57
* Oopsbug26398Simon MacMullen2014-10-021-1/+1
* Present memory and aggregated binaries in the same way.Simon MacMullen2014-10-011-9/+18
* Simplify.bug26397Simon MacMullen2014-10-011-22/+10
* OopsSimon MacMullen2014-09-301-1/+2
* Split out slaves into their own bucket.Simon MacMullen2014-09-301-41/+90
* Crude binary-summarisation thing.bug25824Simon MacMullen2014-09-171-9/+26
* Oops, that was renamed.Simon MacMullen2014-09-171-1/+1
* Roll slave startup into the new mechanism.Simon MacMullen2014-08-191-1/+1
* Don't crash if Mnesia is starting or stoppingbug26226Simon MacMullen2014-06-041-1/+1
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Be a tiny bit more correctSimon MacMullen2014-03-101-1/+1
* Fix memory calculations: we were erroneously removing the mgmt db from the pl...bug26058Simon MacMullen2014-03-101-3/+2
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* graceful handling of application:which_applications() timeoutbug25571Matthias Radestock2013-05-311-1/+1
* add some specs and docsbug25512Matthias Radestock2013-04-221-1/+48
* fix a (harmless) bug spotted by dialyzerMatthias Radestock2013-04-221-1/+2
* leave OtherProc info as isMatthias Radestock2013-04-221-2/+0
* lists:keyfind/3 is not in R12B-3.Matthias Radestock2013-04-191-6/+7
* deal with plug-insMatthias Radestock2013-04-181-44/+20
* wire in sum_processes for all non-plugin process memoryMatthias Radestock2013-04-181-8/+24
* include the named processes in the sumsMatthias Radestock2013-04-181-19/+26
* cosmeticMatthias Radestock2013-04-181-2/+2
* first stab at summarising processes by their ancestor chainMatthias Radestock2013-04-161-0/+42
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* Those catches do no really do anything.bug25351Simon MacMullen2012-12-101-2/+2
* Call application_master:get_child/1 more like OTP does.Simon MacMullen2012-12-101-2/+3
* application_controller:get_master/1 can return 'undefined'.Simon MacMullen2012-12-101-4/+6
* Don't blow up if we end up talking to not-a-supervisor.bug25341Simon MacMullen2012-12-051-1/+9
* Bug 25110 broke ability to invoke "rabbitmqctl stop_app; rabbitmqctl status"....Simon MacMullen2012-10-111-2/+5
* cosmetic: trains stationMatthias Radestock2012-10-081-2/+2
* cosmeticMatthias Radestock2012-10-041-11/+15
* Various tweaks.Simon MacMullen2012-10-021-35/+22
* interval_operation/3Simon MacMullen2012-09-271-2/+15
* Work on older Erlangs.Simon MacMullen2012-09-271-1/+1
* You would think I would at least compile it.Simon MacMullen2012-09-241-1/+1
* Never display negative memory.Simon MacMullen2012-09-241-2/+7
* PluginsSimon MacMullen2012-09-241-1/+21
* Add in memory used by SSL and outgoing connections to the connection / channe...Simon MacMullen2012-09-241-1/+2
* Ignore dead processes.Simon MacMullen2012-09-241-1/+4
* Move this stuff to its own moduleSimon MacMullen2012-09-241-0/+93