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:
		
						commit
						541738c2c5
					
				|  | @ -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', | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue