Admin-Ahead Community

General Category => General Discussion => Topic started by: jominj on December 28, 2013, 08:36:48 pm

Title: Glances: A monitoring tool for Linux systems
Post by: jominj on December 28, 2013, 08:36:48 pm
Glances is a free (LGPL) cross-platform curses-based monitoring tool which aims to present a maximum of information in a minimum of space, ideally to fit in a classical 80x24 terminal or higher to have additionnal information. Glances can adapt dynamically the displayed information depending on the terminal size. It can also work in a client/server mode for remote monitoring.

Install glances tool using the command
Code: [Select]
# yum -y install glances
Basic Syntax is as follows::
Code: [Select]
# glances
# glances [options]

Use the following hot keys to find tune your output:
   
On server type the following command to bind server to the given IPv4/IPv6 address or hostname:
Code: [Select]
# glances -B @IP|host
# glances -B IP
# glances -B www.host.com

From your desktop client such as OSX/FreeBSD/Linux based system type the following command to connect to a Glances server by IPv4/IPv6 address or hostname:
Code: [Select]
# glances -c @IP|host
# glances -c IP
# glances -c www.host.com