- process_resident_memory_anonymous_bytes shows RSS share for memory allocated by the process. - process_resident_memory_pagecache_bytes shows RSS share for page cache (aka memory-mapped files).
2a12f948a9
* adds file descriptors metrics, for linux based systems, https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1037 * small fix