mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 01:58:07 +00:00
Update cheatsheets
This commit is contained in:
29
glances
Normal file
29
glances
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# glances
|
||||
|
||||
> A cross-platform system monitoring tool.
|
||||
> More information: <https://nicolargo.github.io/glances/>.
|
||||
|
||||
- Run in terminal:
|
||||
|
||||
`glances`
|
||||
|
||||
- Run in web server mode to show results in browser:
|
||||
|
||||
`glances -w`
|
||||
|
||||
- Run in server mode to allow connections from other Glances clients:
|
||||
|
||||
`glances -s`
|
||||
|
||||
- Connect to a Glances server:
|
||||
|
||||
`glances -c {{hostname}}`
|
||||
|
||||
- Require a password in (web) server mode:
|
||||
|
||||
`glances -s --password`
|
||||
Reference in New Issue
Block a user