Skip to content
Snippets Groups Projects
Commit 15bbd1bf authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update help

parent 7fcd5f2d
No related branches found
No related tags found
1 merge request!241Docker checks
...@@ -77,7 +77,7 @@ EXAMPLES: ...@@ -77,7 +77,7 @@ EXAMPLES:
given path first - then in all other dirs of \$PATH given path first - then in all other dirs of \$PATH
$_self -d $_self -d
Show stats of all containers and json with all docker system infos. Show stats of all containers and json with docker env infos.
$_self -m cpu $_self -m cpu
Show cpu usage total of all containers. The container list is sorted Show cpu usage total of all containers. The container list is sorted
......
...@@ -64,20 +64,12 @@ EXAMPLES: ...@@ -64,20 +64,12 @@ EXAMPLES:
$_self $_self
Show processes of all containers Show processes of all containers
$_self -c
Show processes of all containers and a list of container names with its
status. Warning: this feature uses docker ps --all and can be slow.
$_self -e
Show processes of all containers. If not all containers are running you
get a list of container names with its status.
$_self -p /usr/bin $_self -p /usr/bin
Show processes of all containers. The docker binary will be searched in Show processes of all containers. The docker binary will be searched in
given path first - then in all other dirs of \$PATH given path first - then in all other dirs of \$PATH
$_self -d $_self -d
Show processes of all containers and json with all docker system infos. Show processes of all containers and json with docker env infos.
EOH EOH
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment