<%- include('shared/navigation.html') %>
NODE LOADS (Memory is in MB)
IP Port Load Int Load Ext Q Len All Q Len Q 15 Q 60 Q 120 Q 600 AVG Q Time Max Q Time Mem RSS Mem Heap Total Mem Heap Used Mem Ext Mem Array Buffers
{{ node.ip }} {{ node.port }} {{ node.loadInternal }} {{ node.loadExternal }} {{ node.queueLengthAll }} {{ node.queueLength }} {{ node.bucket15 }} {{ node.bucket60 }} {{ node.bucket120 }} {{ node.bucket600 }} {{ node.avgQueueTime }} {{ node.maxQueueTime }} {{ Math.round(node.memoryRss/1000000) }} {{ Math.round(node.memoryHeapTotal/1000000) }} {{ Math.round(node.memoryHeapUsed/1000000) }} {{ Math.round(node.memoryExternal/1000000) }} {{ Math.round(node.memoryArrayBuffers/1000000) }}