class SunOs extends Base (View source)

SunOS 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

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