Add NodeJS statistics - part 2 - memory usage

This commit is contained in:
Ben0it-T 2021-11-06 22:49:41 +01:00
parent 790a82c4b1
commit d04e9bbabd
3 changed files with 24 additions and 1 deletions

View file

@ -1109,5 +1109,9 @@
"Node_heap_peak_malloced_memory": "Node heap : peak malloced memory",
"Node_heap_does_zap_garbage": "Node heap : does zap garbage",
"Node_heap_number_of_native_contexts": "Node heap : number of native contexts",
"Node_heap_number_of_detached_contexts": "Node heap : number of detached contexts"
"Node_heap_number_of_detached_contexts": "Node heap : number of detached contexts",
"Node_memory_usage_rss": "Node memory usage : Resident Set Size",
"Node_memory_usage_heap_total": "Node memory usage : total size of the allocated heap",
"Node_memory_usage_heap_used": "Node memory usage : actual memory used",
"Node_memory_usage_external": "Node memory usage : external"
}