CpuUtil
Get CPU utilization information on Linux systems.
Installation
If available in Hex, the package can be installed
by adding cpu_util
to your list of dependencies in mix.exs
:
def deps do
[
{:cpu_util, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/cpu_util.
License
CpuUtil
is Copyright (c) 2020-2021 E-MetroTel
The source code is released under the MIT License.
Check LICENSE for more information.