Merge pull request #692 from rabbitmq/quorum-ets-memory-breakdown

Display memory used by the ETS tables of the ra log
This commit is contained in:
Michael Klishin 2019-04-25 05:17:57 +03:00 committed by GitHub
commit 541738c2c5
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
'mnesia' : ['table', 'Mnesia'],
'msg_index' : ['table', 'Message store index'],
'mgmt_db' : ['table', 'Management database'],
'quorum_ets' : ['table', 'Quorum queue ETS tables'],
'other_ets' : ['table', 'Other ETS tables'],
'plugins' : ['proc', 'Plugins'],
'other_proc' : ['proc', 'Other process memory'],
@ -47,6 +48,7 @@ var key = [[{name: 'Queues', colour: 'queue',
keys: [['mnesia', 'internal database tables'],
['msg_index', 'message store index'],
['mgmt_db', 'management database'],
['quorum_ets', 'quorum queue tables'],
['other_ets', 'other']]}],
[{name: 'Processes', colour: 'proc',