package
0.0.0-20170926205446-2d83fc975dd8
Repository: https://github.com/mohae/joefriday.git
Documentation: pkg.go.dev

# Functions

Deserialize takes some JSON serialized bytes and unmarshals them as cpuutil.CPUUtil.
Get returns the current cpu utilization as JSON serialized bytes using the package's global Profiler.
Marsha is an alias for Serialize using the package global Profiler.
Initializes and returns a cpu utlization profiler.
NewTicker returns a new Ticker containing a Data channel that delivers the data at intervals and an error channel that delivers any errors encountered.
Serialize the CPU Utilization as JSON using the package global Profiler.
Unmarshal is an alias for Deserialize.

# Structs

Profiler is used to process the /proc/stats file and calculate utilization information, returning the data as JSON serialized bytes.
Ticker delivers the system's CPU utilization information at intervals.