LoadLog is a simple OTP application that records CPU load average data.
Please refer to the documentation for usage and configuration.
-
Add
:load_logintodepsin yourmix.exs.defp deps do [ ... {:load_log, "~> 0.1.0"}, ... ] end
-
Add
:load_loginto the application list.def application do [applications: [:load_log, ... ], ... ] end
MIT License. Please read LICENSE file for the full text.