package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Mar 20, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type NetStat struct {
SentKB uint64 `json:"sent_kb"`
RecvKB uint64 `json:"recv_kb"`
}
type ResourceStats struct {
CpuUsagePercent uint8 `json:"cpu_used_percent"`
UsedMemoryMB uint64 `json:"used_memory_mb"`
NetStat NetStat `json:"network"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.