mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
a533c437a5
Signed-off-by: Jessica Frazelle <acidburn@docker.com> |
||
---|---|---|
.. | ||
Dockerfile | ||
README.md |
Glances - An eye on your system
Glances is a cross-platform curses-based system monitoring tool written in Python.
Run in a container
For the standalone mode, just run:
$ docker run --rm -it --pid=host --ipc=host --net=host --privileged infoslack/glances
Using
For the Web server mode, run:
$ glances -w
and enter the URL http://<ip>:61208
in your favorite web browser.
For the client/server mode, run:
$ glances -s
on the server side and run:
$ glances -c <ip>
on the client one.