summaryrefslogtreecommitdiffstats
path: root/node-admin/src/test/resources/docker.stats.metrics.active.expected.json
diff options
context:
space:
mode:
Diffstat (limited to 'node-admin/src/test/resources/docker.stats.metrics.active.expected.json')
-rw-r--r--node-admin/src/test/resources/docker.stats.metrics.active.expected.json103
1 files changed, 102 insertions, 1 deletions
diff --git a/node-admin/src/test/resources/docker.stats.metrics.active.expected.json b/node-admin/src/test/resources/docker.stats.metrics.active.expected.json
index 2ed42cdb7c4..b5fe0999e18 100644
--- a/node-admin/src/test/resources/docker.stats.metrics.active.expected.json
+++ b/node-admin/src/test/resources/docker.stats.metrics.active.expected.json
@@ -30,6 +30,106 @@
}
},
{
+ "application": "node",
+ "dimensions": {
+ "flavor": "docker",
+ "applicationName": "testapp",
+ "instanceName": "testinstance",
+ "applicationId": "tester.testapp.testinstance",
+ "app": "testapp.testinstance",
+ "clustertype": "clustType",
+ "role": "tenants",
+ "tenantName": "tester",
+ "host": "host1.test.yahoo.com",
+ "vespaVersion": "1.2.3",
+ "state": "active",
+ "clusterid": "clustId",
+ "parentHostname": "parent.host.name.yahoo.com",
+ "zone": "dev.us-east-1"
+ },
+ "metrics": {
+ "alive": 1.0,
+ "cpu.util": 6.75,
+ "mem.limit": 4.294967296E9,
+ "mem.used": 1.073741824E9,
+ "mem.util": 25.0,
+ "disk.limit": 2.68435456E11,
+ "disk.used": 4.2547019776E10,
+ "disk.util": 15.85
+ },
+ "routing": {
+ "yamas": {
+ "namespaces": ["Vespa"]
+ }
+ }
+ },
+ {
+ "application": "node",
+ "dimensions": {
+ "flavor": "docker",
+ "applicationName": "testapp",
+ "instanceName": "testinstance",
+ "applicationId": "tester.testapp.testinstance",
+ "app": "testapp.testinstance",
+ "clustertype": "clustType",
+ "role": "tenants",
+ "tenantName": "tester",
+ "host": "host1.test.yahoo.com",
+ "vespaVersion": "1.2.3",
+ "state": "active",
+ "clusterid": "clustId",
+ "parentHostname": "parent.host.name.yahoo.com",
+ "zone": "dev.us-east-1",
+ "interface": "eth1"
+ },
+ "metrics": {
+ "net.out.bytes": 5.4246745E7,
+ "net.out.errors": 0.0,
+ "net.out.dropped": 0.0,
+ "net.in.bytes": 3245766.0,
+ "net.in.errors": 0.0,
+ "net.in.dropped": 0.0
+ },
+ "routing": {
+ "yamas": {
+ "namespaces": ["Vespa"]
+ }
+ }
+ },
+ {
+ "application": "node",
+ "dimensions": {
+ "flavor": "docker",
+ "applicationName": "testapp",
+ "instanceName": "testinstance",
+ "applicationId": "tester.testapp.testinstance",
+ "app": "testapp.testinstance",
+ "clustertype": "clustType",
+ "role": "tenants",
+ "tenantName": "tester",
+ "host": "host1.test.yahoo.com",
+ "vespaVersion": "1.2.3",
+ "state": "active",
+ "clusterid": "clustId",
+ "parentHostname": "parent.host.name.yahoo.com",
+ "zone": "dev.us-east-1",
+ "interface": "eth0"
+ },
+ "metrics": {
+ "net.out.bytes": 2.0303455E7,
+ "net.out.errors": 3.0,
+ "net.out.dropped": 13.0,
+ "net.in.bytes": 1.949927E7,
+ "net.in.errors": 55.0,
+ "net.in.dropped": 4.0
+ },
+ "routing": {
+ "yamas": {
+ "namespaces": ["Vespa"]
+ }
+ }
+ },
+ {
"application": "docker",
"dimensions": {
"flavor": "docker",
@@ -84,8 +184,9 @@
"node.alive": 1.0,
"node.cpu.busy.pct": 6.75,
"node.cpu.throttled_time": 4523.0,
- "node.memory.usage": 1.326026752E9,
+ "node.memory.usage": 1.073741824E9,
"node.memory.limit": 4.294967296E9,
+ "node.disk.used": 4.2547019776E10,
"node.disk.limit": 2.68435456E11
},
"routing": {