Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWebServer ¶
Types ¶
type NodeInfo ¶ added in v0.0.15
type NodeInfo struct {
Hostname string `json:"hostname"`
NumCPU int `json:"num_cpu"`
GOOS string `json:"goos"`
GOARCH string `json:"goarch"`
MemAllocMB uint64 `json:"mem_alloc_mb"`
MemTotalMB uint64 `json:"mem_total_mb"`
NumGoroutine int `json:"num_goroutine"`
EntityCount int `json:"entity_count"`
}
Click to show internal directories.
Click to hide internal directories.