Glances
Sistemde neleri monitör eder:
CPU, Memory and LOAD
Process list
Network interface
Disk I/O, IRQ / Raid
Sensors
Filesystem (and folders)
Docker
Alert
System info
Uptime
Step 1 – Glances Installation
Glances yüklemek için izlenecek adımlar:
Using Package Manager:
sudo apt install glances # On Debian Based Systems
Eğer Glances işletim sisteminiz için paket yönetiminde yoksa, Glances official team tarafından support edilen yükleme scriptini kullanabilirsiniz.
Using curl:
curl -L https://bit.ly/glances | /bin/bash
Using wget:
wget -O- http://bit.ly/glances | /bin/bash
Glances yükleme sonrası, bu aracı 3 modta kullanabiliriz.
Standalone – To monitor single system and view results in termial.
Web – To monitor single system and view results in web ui.
Client Server – To monitor multiple systems
Step 2 – Run Glances in Standalone Mode
glances
Step 3 – Run Glances in Web Mode
glances web server on default port 61208 .
glances -w
http:FQDN:61208
http:ipadresi:61208
Step 4 – Run Glances in Client-Server Mode
glances -s
After start Glances in server mode on each Linux system. Go to your client system and connect to Glances system with IP address. Use the following command to access Glances on the client. Change 192.168.120.XXX with remote system IP. Also, make sure to open Glances port on remote system.
glances -c 192.168.120.XXX
Kaynaklar:
https://nicolargo.github.io/glances/
https://github.com/nicolargo/glances