README.md
# CpuUtil
[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg
[license]: http://opensource.org/licenses/MIT
Get CPU utilization information on Linux systems.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `cpu_util` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:cpu_util, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/cpu_util](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](LICENSE.md) for more information.