Get CPU utilization information on Linux systems.
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.6"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/cpu_util.
CpuUtil
is Copyright (c) 2020-2023 E-MetroTel
The source code is released under the MIT License.
Check LICENSE for more information.