glances
Glances is a cross-platform and extensible command line tool used for system monitoring. It provides a comprehensive overview of the system's performance, including CPU usage, memory consumption, disk activity, network traffic, and other vital statistics.
Glances is known for its simplicity and user-friendly interface. It can be easily installed on various operating systems, including Linux, macOS, and Windows. The tool offers a wide range of customizable options, such as choosing the displayed information and the refresh rate.
One of the standout features of Glances is its ability to monitor remote systems through its built-in client-server mode. This allows users to gather information from multiple machines and display it on a single interface. Additionally, Glances supports various export methods, enabling users to save system statistics in different formats, such as CSV or JSON.
Moreover, Glances supports various plugins and extensions, allowing users to extend its functionality. These plugins can provide additional insights into specific aspects of system performance, such as Docker containers or hardware sensors.
Overall, Glances is a powerful and versatile command line tool that simplifies system monitoring tasks by providing a straightforward and consolidated view of system performance.
List of commands for glances:
-
glances:tldr:19138 glances: Require a password in (web) server mode.$ glances -s --passwordtry on your machineexplain this command
-
glances:tldr:2166b glances: Run in web server mode to show results in browser.$ glances -wtry on your machineexplain this command
-
glances:tldr:60e61 glances: Connect to a Glances server.$ glances -c ${hostname}try on your machineexplain this command
-
glances:tldr:7abb0 glances: Run in server mode to allow connections from other Glances clients.$ glances -stry on your machineexplain this command