summaryrefslogtreecommitdiffstats
path: root/node-admin/src/test/resources/expected.container.system.metrics.txt
blob: 023d3958c600e75722671c3982d1c7ecd211073d (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
s:
{
    "routing": {
            "yamas": {
                "namespaces":
                    ["Vespa"]
                }
            },
    "application": "vespa.node",
    "metrics": {
        "mem.limit": 4294967296,
        "mem.used": 1073741824,
        "disk.used": 39625000000,
        "cpu.sys.util": 3.402,
        "disk.util": 15.85,
        "cpu.util": 5.4,
        "mem.util": 25.0,
        "disk.limit": 250000000000
    },
    "dimensions": {
        "host": "host1.test.yahoo.com",
        "role": "tenants",
        "state": "active",
        "parentHostname": "parent.host.name.yahoo.com"
    },
    "timestamp": 0
}
{
    "routing": {
        "yamas": {
            "namespaces":
                ["Vespa"]
            }
        },
    "application": "vespa.node",
    "metrics": {
        "net.out.bytes": 20303455,
        "net.in.dropped": 4,
        "net.out.dropped": 13,
        "net.in.bytes": 19499270,
        "net.out.errors": 3,
        "net.in.errors": 55
    },
    "dimensions": {
        "host": "host1.test.yahoo.com",
        "role": "tenants",
        "state": "active",
        "interface": "eth0",
        "parentHostname": "parent.host.name.yahoo.com"
    },
    "timestamp": 0
}
{
    "routing": {
        "yamas": {
            "namespaces":
                ["Vespa"]
            }
        },
    "application": "vespa.node",
    "metrics": {
        "net.out.bytes": 54246745,
        "net.in.dropped": 0,
        "net.out.dropped": 0,
        "net.in.bytes": 3245766,
        "net.out.errors": 0,
        "net.in.errors": 0
    },
    "dimensions": {
        "host": "host1.test.yahoo.com",
        "role": "tenants",
        "state": "active",
        "interface": "eth1",
        "parentHostname": "parent.host.name.yahoo.com"
    },
    "timestamp": 0
}