We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602ba41 commit a0238fbCopy full SHA for a0238fb
pkg/api/handlers/compat/containers_stats_freebsd.go
@@ -30,7 +30,7 @@ func statsContainerJSON(ctnr *libpod.Container, stats *define.ContainerStats, pr
30
TotalUsage: stats.CPUNano,
31
},
32
CPU: stats.CPU,
33
- OnlineCPUs: 0,
+ OnlineCPUs: uint32(onlineCPUs),
34
ThrottlingData: container.ThrottlingData{},
35
36
PreCPUStats: preCPUStats,
0 commit comments