Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Load ¶
type Load struct {
// contains filtered or unexported fields
}
Load represents the system resources that the server process is consuming, in terms of CPU% and megabytes of memory.
func StartLoadMonitoring ¶
func StartLoadMonitoring() *Load
StartLoadMonitoring begins the load monitoring. The monitor can be stopped by invoking load.Close()
Click to show internal directories.
Click to hide internal directories.