Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISystemInformation

Information about the system and environment that can be retrieved by node.

Hierarchy

  • ISystemInformation

Index

Properties

argv

argv: Array

The arguments passed into the process.

cpus

cpus: ReturnType<cpus>

Information about the cpu provided by node.

see

os.cpus()

loadavg

loadavg: ReturnType<loadavg>

The average load on the system. Only relevant on UNIX operating systems.

see

os.loadavg()

memory

System memory information.

network

System network information.

os

os: string

Operating system identifier.

platform

platform: string

Operating system platform.

see

os.platform()

shell

shell: any

The current user shell. On windows this will always be null.

see

os.userInfo()

uptime

uptime: number

The system uptime.

see

os.uptime()

Generated using TypeDoc