Crate heim_process

Source
Expand description

System processes information.

This module is enabled with the process feature flag (enabled by default).

Modules§

  • OS-specific extensions.

Structs§

  • Process command line.
  • Iterator over process command line arguments.
  • Accumulated CPU time for specific process.
  • Process CPU usage measurement.
  • Memory information about the process.
  • System process.

Enums§

  • Error which might happen during the process information fetching.
  • Process status.

Functions§

  • Returns the Process matching the currently running program.
  • Load the process information with pid given.
  • Returns future which checks if process with passed pid is exists.
  • Returns stream which yields Pids of processes currently running in the system.
  • Returns stream which yields currently running processes.

Type Aliases§

  • Process identifier type.
  • A specialized Result type for process-related routines.
  • Quantity type alias using the default base units.