mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
monitoring percentage & gb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user