Crate indexbus_platform_ops

Crate indexbus_platform_ops 

Source
Expand description

indexbus-platform-ops provides platform-/OS-specific operational helpers.

Scope (examples):

  • CPU affinity inspection + pinning
  • Memory locking helpers (mlockall)
  • Host preflight checks (THP, governor, memlock, hugetlbfs, irqbalance)

Non-goals:

  • Defining application policy (env var names, defaults, printing/UX)

Modulesยง

cpu
CPU-related operational helpers (affinity probing/pinning). CPU-related operational helpers.
errors
Error types and Result aliases. Error types and Result aliases.
linux
Linux-specific operational helpers. Linux-specific operational helpers.
memory
Memory-related operational helpers (e.g. mlockall). Memory-related operational helpers.
process
Process-related operational helpers (PID liveness, signals). Process-related operational helpers.
time
Time-related operational helpers. Time-related operational helpers.