monitoring percentage & gb

This commit is contained in:
headlesdev
2025-05-21 22:52:32 +02:00
parent 3d7a31d3de
commit e7d56fa496
9 changed files with 228 additions and 114 deletions

View File

@@ -75,10 +75,12 @@ model ServerMonitoring {
id Int @id @default(autoincrement())
server Server @relation(fields: [serverId], references: [id], onDelete: Cascade)
serverId Int
cpuUsage Float
gpuUsage Float
memoryUsage Float
cpuPercentUsage Float
gpuPercentUsage Float
memoryUsage Float
memoryPercentUsage Float
diskUsage Float
diskPercentUsage Float
temperature Float
online Boolean
uptimeSeconds Int