Kaydet (Commit) 062c76d8 authored tarafından Aanand Prasad's avatar Aanand Prasad

Merge pull request #970 from marshyski/master

Updated stat networks print output
...@@ -947,7 +947,7 @@ This will stream statistics for a specific container. ...@@ -947,7 +947,7 @@ This will stream statistics for a specific container.
>>> stats_obj = cli.stats('elasticsearch') >>> stats_obj = cli.stats('elasticsearch')
>>> for stat in stats_obj: >>> for stat in stats_obj:
>>> print(stat) >>> print(stat)
{"read":"2015-02-11T21:47:30.49388286+02:00","network":{"rx_bytes":666052,"rx_packets":4409 ... {"read":"2015-02-11T21:47:30.49388286+02:00","networks":{"eth0":{"rx_bytes":648,"rx_packets":8 ...
... ...
... ...
... ...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment