Page 1 of 1

Glances (CLI) & Status Pilatus (GUI)

Posted: Sat 24 Aug 2019, 20:31
by labbe5
https://nicolargo.github.io/glances/
Glances is installed via your package manager (PPM/APT).
A snap package is available.
Glances is not in your package manager? Try this :

Glances Auto Install script
$ curl -L https://bit.ly/glances | /bin/bash
OR
$ wget -O- https://bit.ly/glances | /bin/bash

Further reading :
Monitoring Linux hosts with Glances
https://opensource.com/article/19/11/mo ... ux-glances

Status Pilatus

Posted: Sat 14 Sep 2019, 10:54
by labbe5
https://github.com/PilatusDevs/StatusPilatus
Monitoring

CPU information, usage, flags and temperature
GPU information, with support for multiple GPUs
RAM information and usage
Disk usage statistics and activity
General system information such as hostname, operating system, program list with versions and more
Network statistics with support for multiple network interfaces
Battery information and status

Download :
wget https://github.com/PilatusDevs/StatusPi ... 0.AppImage
OR
wget https://github.com/PilatusDevs/StatusPi ... _amd64.deb

Further reading :
Linux commands to display your hardware information
https://opensource.com/article/19/9/lin ... nformation