aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/src/test/resources/expected.container.system.metrics.txt
blob: 54d4d36c7d01f23a5f394acc01d62aaa29104afe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
s:
{
    "application": "vespa.node",
    "dimensions": {
        "host": "host1.test.yahoo.com",
        "orchestratorState":"ALLOWED_TO_BE_DOWN",
        "parentHostname": "parent.host.name.yahoo.com",
        "role": "tenants",
        "state": "active"
    },
    "metrics": {
        "cpu.sys.util": 3.402,
        "cpu.throttled_cpu_time.rate": 5.087,
        "cpu.throttled_time.rate": 0.824,
        "cpu.util": 5.4,
        "cpu.vcpus": 2.0,
        "disk.limit": 250000000000,
        "disk.used": 39625000000,
        "disk.util": 15.85,
        "mem.limit": 4294967296,
        "mem.used": 1073741824,
        "mem.util": 25.0,
        "mem_total.used": 1752707072,
        "mem_total.util": 40.808
    },
    "routing": {
        "yamas": {
            "namespaces": ["Vespa"]
        }
    },
    "timestamp": 0
}
{
    "application": "vespa.node",
    "dimensions": {
        "host": "host1.test.yahoo.com",
        "interface": "eth0",
        "orchestratorState":"ALLOWED_TO_BE_DOWN",
        "parentHostname": "parent.host.name.yahoo.com",
        "role": "tenants",
        "state": "active"
    },
    "metrics": {
        "net.in.bytes": 19499270,
        "net.in.dropped": 4,
        "net.in.errors": 55,
        "net.out.bytes": 20303455,
        "net.out.dropped": 13,
        "net.out.errors": 3
    },
    "routing": {
        "yamas": {
            "namespaces": ["Vespa"]
        }
    },
    "timestamp": 0
}
{
    "application": "vespa.node",
    "dimensions": {
        "host": "host1.test.yahoo.com",
        "interface": "eth1",
        "orchestratorState":"ALLOWED_TO_BE_DOWN",
        "parentHostname": "parent.host.name.yahoo.com",
        "role": "tenants",
        "state": "active"
    },
    "metrics": {
        "net.in.bytes": 3245766,
        "net.in.dropped": 0,
        "net.in.errors": 0,
        "net.out.bytes": 54246745,
        "net.out.dropped": 0,
        "net.out.errors": 0
    },
    "routing": {
        "yamas": {
            "namespaces": ["Vespa"]
        }
    },
    "timestamp": 0
}