{{ 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) }} |
{{ formatMilliseconds(new Date().getTime() - node.activeTimestamp) }} |
{{ formatMilliseconds(new Date().getTime() - node.appStartupTimestamp) }} |