Crate tina::systemstat

Expand description

This library provides a way to access system information such as CPU load, mounted filesystems, network interfaces, etc.

Modules

  • This module provides the data structures that represent system information.
  • This module reexports the OS-specific module that actually implements Platform.

Structs

Enums

Traits

  • The Platform trait declares all the functions for getting system information.

Functions

Type Definitions