class WindowsNt extends Base (View source)

Windows NT based SysInfo class

Methods

array
loadavg()

Gets load information

array
memory()

Gets information about memory usage

static bool
isSupported()

Checks whether class is supported in this environment

__construct()

Constructor to access to wmi database.

Details

array loadavg()

Gets load information

Return Value

array

with load data

array memory()

Gets information about memory usage

Return Value

array

with memory usage data

static bool isSupported()

Checks whether class is supported in this environment

Return Value

bool

__construct()

Constructor to access to wmi database.