Glances (CLI) & Status Pilatus (GUI)

Core libraries and systems
Post Reply
Message
Author
labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

Glances (CLI) & Status Pilatus (GUI)

#1 Post 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
Last edited by labbe5 on Thu 28 Nov 2019, 21:15, edited 2 times in total.

labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

Status Pilatus

#2 Post 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

Post Reply