Glances is a Python-based command-line system monitoring tool that utilizes the psutil library to gather statistics about your system. It can monitor various metrics including load averages, CPU usage, network interfaces, memory usage, disk usage, processes, and space utilization.
Requirements:
Ubuntu 14.04 - 64-bit
Root SSH access to your server
Installation Commands - All at Once:
apt-get update && apt-get install tar curl -y && curl -L https://raw.githubusercontent.com/nicolargo/glancesautoinstall/master/install.sh | /bin/bash && pip install bottle batinfo https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.tar.gz zeroconf netifaces pymdstat influxdb statsd pystache pika && pip install --upgrade glances && apt-get clean && apt-get autoremove
Installation Commands - Individually:
apt-get update
apt-get install tar curl -y
curl -L https://raw.githubusercontent.com/nicolargo/glancesautoinstall/master/install.sh | /bin/bash
pip install bottle batinfo https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.tar.gz zeroconf netifaces pymdstat influxdb statsd pystache pika
pip install --upgrade glances
apt-get clean
apt-get autoremove
Running Glances:
glances