# Functions
CPUAvailable returns the available cpu of this node.
GoRoutines returns the number of goroutine.
InContainer returns if the process is running in a container.
MemoryAvailable returns the available size of memory of this node.
MemoryGolang returns the total size of golang's memory.
MemoryTotal returns the total size of memory of this node.
No description provided by the author
NumCPU return the total number of CPU of this node.
Run starts a new goroutine go calculate the CPU usage.