Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DiskStatus ¶
type MemoryStatus ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model represents the TUI state
type ProcessStatus ¶
type StatsData ¶
type StatsData struct {
Tasks map[string]*TaskStats `json:"tasks"`
TotalTasks int64 `json:"total_tasks"`
}
StatsData represents task statistics from /stats endpoint
type StatusData ¶
type StatusData struct {
CPU CPUStatus `json:"cpu"`
Memory MemoryStatus `json:"memory"`
GPUs []GPUStatus `json:"gpus"`
Storage StorageStatus `json:"storage"`
Process ProcessStatus `json:"process"`
}
StatusData represents system status from /status endpoint
type StorageStatus ¶
type StorageStatus map[string]DiskStatus
Click to show internal directories.
Click to hide internal directories.