release: 0.2.2
This commit is contained in:
@ -82,3 +82,14 @@ class UpdateServiceStatus(BaseModel):
|
||||
error: Optional[str] = None
|
||||
checked_url: str
|
||||
environment: str
|
||||
|
||||
|
||||
class SystemMetrics(BaseModel):
|
||||
cpu_percent: float
|
||||
ram_total_mb: float
|
||||
ram_used_percent: float
|
||||
gpu_vram_total_mb: Optional[float] = None
|
||||
gpu_vram_used_percent: Optional[float] = None
|
||||
gpu_present: bool = False
|
||||
net_rx_mbps: float
|
||||
net_tx_mbps: float
|
||||
|
||||
Reference in New Issue
Block a user