Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISystemMemory

Operating system memory information gathered by node.

Hierarchy

  • ISystemMemory

Index

Properties

free

free: number

The total bytes of free memory.

total

total: number

The total bytes of installed memory.

usage

usage: number

The total bytes of used memory.

usagePercentage

usagePercentage: number

The percentage of installed memory that is used.

Generated using TypeDoc