-
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.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
- Loading branch information
1 parent
2f46b76
commit 76141a0
Showing
7 changed files
with
180 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
% DOCKER(1) Docker User Manuals | ||
% Docker Community | ||
% JUNE 2014 | ||
# NAME | ||
docker-stats - Display live container stats based on resource usage. | ||
|
||
# SYNOPSIS | ||
**docker top** | ||
[**--help**] | ||
[CONTAINERS] | ||
|
||
# DESCRIPTION | ||
|
||
Display live container stats based on resource usage. | ||
|
||
# OPTIONS | ||
**--help** | ||
Print usage statement | ||
|
||
# EXAMPLES | ||
|
||
Run **docker stats** with multiple containers. | ||
|
||
$ sudo docker stats redis1 redis2 | ||
CONTAINER CPU % MEM USAGE/LIMIT MEM % NET I/O | ||
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 <SvenDowideit@home.org.au> |
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
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