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 membasic.Info.
Get returns the current basic memory information as JSON serialized bytes using the package's global Profiler.
Marshal is an alias for Serialize that uses the package's global profiler.
Returns an initialized Profiler; ready to use.
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 basic memory information using JSON with the package's global Profiler.
Unmarshal is an alias for Deserialize.

# Structs

Profiler is used to get the basic memory information, as JSON, by processing the /proc/meminfo file.
Ticker delivers the system's basic memory information at intervals.