package
0.0.2
Repository: https://github.com/hmmftg/joefriday.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Deserialize takes some Flatbuffer serialized bytes and deserializes them as membasic.Info.
Get returns the current basic memory information as Flatbuffer serialized bytes using the package's global Profiler.
Returns an initialized Profiler that utilizes FlatBuffers; 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 Flatbuffers with the package's global Profiler.

# Structs

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