-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exit cli when all containers when no more containers to monitor
Signed-off-by: Michael Crosby <[email protected]>
- Loading branch information
1 parent
217a2bd
commit 4b17319
Showing
3 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
docker-stats - Display live container stats based on resource usage. | ||
|
||
# SYNOPSIS | ||
**docker top** | ||
**docker stats** | ||
[**--help**] | ||
[CONTAINERS] | ||
|
||
|
@@ -26,7 +26,3 @@ Run **docker stats** with multiple containers. | |
redis1 0.07% 796 KiB/64 MiB 1.21% 788 B/648 B | ||
redis2 0.07% 2.746 MiB/64 MiB 4.29% 1.266 KiB/648 B | ||
|
||
# HISTORY | ||
April 2014, Originally compiled by William Henry (whenry at redhat dot com) | ||
based on docker.com source material and internal work. | ||
June 2014, updated by Sven Dowideit <[email protected]> |