mirror of
https://github.com/wekan/wekan.git
synced 2026-02-22 16:04:08 +01:00
Add NodeJS statistics - part 2 - memory usage
This commit is contained in:
parent
790a82c4b1
commit
d04e9bbabd
3 changed files with 24 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue