Module system

Source
Expand description

get system information (uptime, hostname, os release, load average, usernames, groups).

Structsยง

CpuStat
Hostname
Read the hostname from /proc/sys/kernel/hostname.
LoadAvg
Read the load average from /proc/loadavg.
OsRelease
Read the hostname from /proc/sys/kernel/osrelease.
Stat
Read the load average from /proc/loadavg.
Uptime
Read uptime information from /proc/uptime.