Skip to main content
Version: 3.8

MemoryInfo

Describes memory usage of the process.

Index

Properties

childProcessesBytes

childProcessesBytes: number

Amount of memory used by child processes of the current Node.js process

freeBytes

freeBytes: number

Amount of free memory in the system or container

mainProcessBytes

mainProcessBytes: number

Amount of memory used the current Node.js process

totalBytes

totalBytes: number

Total memory available in the system or container

usedBytes

usedBytes: number

Amount of memory used (= totalBytes - freeBytes)