Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Aug 31, 2024
1 parent 3bd7ca5 commit 03cfb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ type Resource struct {
CpuCores int // CPU核心数
CpuUsagePercent float64 // CPU使用百分比
MemoryTotal uint64 // 总内存
MemoryAvailable uint64 // 内存可用量
MemoryUsage uint64 // 内存已使用
MemoryAvailable uint64 // 内存可用量(B)
MemoryUsage uint64 // 内存已使用(B)
MemoryUsagePercent float64 // 内存使用百分比
DiskTotal uint64 // 硬盘总容量
DiskAvailable uint64 // 硬盘可用空间
Expand Down

0 comments on commit 03cfb8b

Please sign in to comment.