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