types.ResourceUsage
cpu_percentnumber
CPUPercent is the CPU usage percentage (0-100)
disk_capacity_bytesinteger
DiskCapacityBytes is the total disk capacity in bytes
disk_percentnumber
DiskPercent is the disk usage percentage (0-100)
disk_used_bytesinteger
DiskUsedBytes is the disk space used in bytes
memory_capacity_bytesinteger
MemoryCapacityBytes is the total available memory in bytes
memory_percentnumber
MemoryPercent is the memory usage percentage (0-100)
memory_used_bytesinteger
MemoryUsedBytes is the memory currently in use in bytes
types.ResourceUsage
{
"cpu_percent": 0,
"disk_capacity_bytes": 0,
"disk_percent": 0,
"disk_used_bytes": 0,
"memory_capacity_bytes": 0,
"memory_percent": 0,
"memory_used_bytes": 0
}