Skip to content

Commit d7af8d7

Browse files
author
Tim Ski
committed
Updated stat networks print output Signed-off-by: Tim Marcinowski <[email protected]>
1 parent 4e67d4d commit d7af8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ This will stream statistics for a specific container.
947947
>>> stats_obj = cli.stats('elasticsearch')
948948
>>> for stat in stats_obj:
949949
>>> print(stat)
950-
{"read":"2015-02-11T21:47:30.49388286+02:00","network":{"rx_bytes":666052,"rx_packets":4409 ...
950+
{"read":"2015-02-11T21:47:30.49388286+02:00","networks":{"eth0":{"rx_bytes":648,"rx_packets":8 ...
951951
...
952952
...
953953
...

0 commit comments

Comments
 (0)