Node: Rows:
<%= fmt_sort_desc_by_default('Process', 'pid') %> | Description | Type | <%= fmt_sort_desc_by_default('Memory', 'memory') %> | <%= fmt_sort_desc_by_default('Reductions / sec', 'reduction_delta') %> | <%= fmt_sort_desc_by_default('Erlang mailbox', 'message_queue_len') %> | <%= fmt_sort_desc_by_default('gen_server2 buffer', 'buffer_len') %> | Status |
---|---|---|---|---|---|---|---|
<%= link_pid(process.pid) %> | <%= fmt_process_name(process) %> | <%= fmt_remove_rabbit_prefix(process.name.type) %> | <%= fmt_bytes(process.memory * 1.0) %> | <%= fmt_reduction_delta(process.reduction_delta) %> | <%= process.message_queue_len %> | <%= process.buffer_len %> | <%= process.status %> |