From 2a849698b110df9334929a6f33a33944fb985e0f Mon Sep 17 00:00:00 2001 From: Chuancong Gao Date: Thu, 7 Jan 2016 21:01:25 -0800 Subject: [PATCH] glances: add page --- pages/common/glances.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages/common/glances.md diff --git a/pages/common/glances.md b/pages/common/glances.md new file mode 100644 index 000000000..3d65af5af --- /dev/null +++ b/pages/common/glances.md @@ -0,0 +1,23 @@ +# glances + +> A cross-platform system monitoring tool. + +- 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`