API Reference Hog v#0.1.0
View SourceModules
This process will routinely scans all of the running processes and emit a telemetry
event any time a process surpasses a certain memory threshold. The memory threshold
along with how often Hog scans all of your running processes is configurable. Once
a memory hungry process is found, a telemetry event is emitted. You can hook into
this telemetry event your self to deal with the misbehaving process, or you can use
the provided Hog.Logger
module log process information. Below is a listing of
all of the configuration options available to you.
This module provides default loggers for when memory threshold warnings are emitted by Hog.
This module provides helpers for dealing with the telemetry events emitted by the Hog library.