qguv / loadaverage

Simple Multi-Purpose Adjusted Load Averages (Python 3)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loadaverage

Simple Multi-Purpose Adjusted Load Averages

Installation

Archlinux

loadaverage is available on the AUR as loadaverage. Use your favorite AUR-helper or install it manually.

Other Unix/Linux systems

Installation is painless.

Try:

git clone https://github.com/qguv/loadaverage.git loadaverage-git
cd loadaverage-git
python3 setup.py install --prefix=/usr/local
cd ..
rm -rf loadaverage-git

If that doesn't work, try the same thing as root.

About

Simple Multi-Purpose Adjusted Load Averages (Python 3)

License:GNU General Public License v3.0


Languages

Language:Python 100.0%