Browse code

For now, docker stats appears to be libcontainer only

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>

Sven Dowideit authored on 2015/02/05 09:12:05
Showing 4 changed files
... ...
@@ -13,6 +13,8 @@ docker-stats - Display a live stream of one or more containers' resource usage s
13 13
 
14 14
 Display a live stream of one or more containers' resource usage statistics
15 15
 
16
+Note: this functionality currently only works when using the *libcontainer* exec-driver.
17
+
16 18
 # OPTIONS
17 19
 **--help**
18 20
   Print usage statement
... ...
@@ -73,6 +73,8 @@ root filesystem as read only.
73 73
 **New!**
74 74
 This endpoint returns a live stream of a container's resource usage statistics.
75 75
 
76
+> **Note**: this functionality currently only works when using the *libcontainer* exec-driver.
77
+
76 78
 
77 79
 ## v1.16
78 80
 
... ...
@@ -523,6 +523,8 @@ Status Codes:
523 523
 
524 524
 This endpoint returns a live stream of a container's resource usage statistics.
525 525
 
526
+> **Note**: this functionality currently only works when using the *libcontainer* exec-driver.
527
+
526 528
 **Example request**:
527 529
 
528 530
         GET /containers/redis1/stats HTTP/1.1
... ...
@@ -2004,6 +2004,8 @@ more details on finding shared images from the command line.
2004 2004
 
2005 2005
       --help=false       Print usage
2006 2006
 
2007
+> **Note**: this functionality currently only works when using the *libcontainer* exec-driver.
2008
+
2007 2009
 Running `docker stats` on multiple containers
2008 2010
 
2009 2011
     $ sudo docker stats redis1 redis2