Crate sys_info[][src]

Expand description

#Introduction This crate focuses on geting system information.

For now it supports Linux, Mac OS X and Windows. And now it can get information of kernel/cpu/memory/disk/load/hostname and so on.

Structs

Disk information.

The os release info of Linux.

System load average value.

System memory information.

Enums

Error types

Functions

Get system boottime

Get cpu num quantity.

Get cpu speed.

Get disk information.

Get hostname.

Get the os release note of Linux

Get system load average value.

Get memory information.

Get operation system release version.

Get operation system type.

Get current processes quantity.