Files
docker-cli/components/engine/integration-cli
Zhang Wei b9d5da8192 Bug fix: stats --no-stream always print zero values
`docker stats --no-stream` always print zero values.

```
$ docker stats --no-stream
CONTAINER           CPU %               MEM USAGE / LIMIT   MEM %
NET I/O             BLOCK I/O
7f4ef234ca8c        0.00%               0 B / 0 B           0.00%
0 B / 0 B           0 B / 0 B
f05bd18819aa        0.00%               0 B / 0 B           0.00%
0 B / 0 B           0 B / 0 B

```

This commit will let docker client wait until it gets correct stat
data before print it on screen.

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
Upstream-commit: ea86c30a4acd53ef626d4c53aaf8f91134173948
Component: engine
2016-03-05 13:22:26 +08:00
..
2016-02-29 13:01:31 -05:00
2016-02-23 09:51:09 -08:00
2016-01-14 08:17:40 +00:00
2016-02-23 17:27:55 +08:00
2015-10-07 07:11:45 +08:00
2016-02-17 22:52:06 -05:00
2016-02-25 13:40:00 -08:00