Expand description
Resource management implementations for the composable execution engine
This module provides comprehensive resource management including CPU, memory, I/O, network, and GPU resource allocation with pluggable policies and monitoring.
Structs§
- Alert
Thresholds - Alert thresholds for resource monitoring
- Available
Resources - Available system resources
- CpuMetrics
- CPU metrics
- GpuInfo
- GPU information
- GpuMetrics
- GPU metrics
- IoMetrics
- I/O metrics
- Memory
Metrics - Memory metrics
- Monitor
Config - Monitor configuration
- Network
Metrics - Network metrics
- Resource
Allocation - Resource allocation for a task
- Resource
Manager - Resource manager for execution engines
- Resource
Metrics - Resource metrics collected by monitors
- Resource
Policies - Resource management policies
- Resource
Utilization - Resource utilization information
- System
Resource Monitor - System resource monitor implementation
Enums§
- CpuAllocation
Policy - CPU allocation policies
- GpuVendor
- GPU vendor information
- IoAllocation
Policy - I/O allocation policies
- Memory
Allocation Policy - Memory allocation policies
- Resource
Health - Resource health status
Traits§
- Resource
Monitor - Resource monitor trait for pluggable monitoring