summaryrefslogtreecommitdiffstats
path: root/node-admin/src/test/resources/docker.stats.json
diff options
context:
space:
mode:
authorvalerijf <valerijf@yahoo-inc.com>2017-03-24 09:12:49 +0100
committervalerijf <valerijf@yahoo-inc.com>2017-03-24 09:12:49 +0100
commit3c77553a4f244ea24be55a53beb9480946f3e0ba (patch)
treef2b5d2c56f76d4bda46fc8dfddf40e99545ea307 /node-admin/src/test/resources/docker.stats.json
parent968d43a69c3f55a09bbbf62827a65b645241f8ee (diff)
Added network metrics for docker containers
Diffstat (limited to 'node-admin/src/test/resources/docker.stats.json')
-rw-r--r--node-admin/src/test/resources/docker.stats.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/node-admin/src/test/resources/docker.stats.json b/node-admin/src/test/resources/docker.stats.json
index c17a29ae038..d266b01f12d 100644
--- a/node-admin/src/test/resources/docker.stats.json
+++ b/node-admin/src/test/resources/docker.stats.json
@@ -355,12 +355,12 @@
"eth0":{
"rx_bytes":19499270,
"rx_packets":58913,
- "rx_errors":0,
- "rx_dropped":0,
+ "rx_errors":55,
+ "rx_dropped":4,
"tx_bytes":20303455,
"tx_packets":62319,
- "tx_errors":0,
- "tx_dropped":0
+ "tx_errors":3,
+ "tx_dropped":13
},
"eth1":{
"rx_bytes":3245766,