summaryrefslogtreecommitdiffstats
path: root/tests/py/any/counter.t.json
blob: 2d1eaa999aab500602b1bdd010ab920aa95184c4 (plain)
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
# counter
[
    {
        "counter": {
            "bytes": 0,
            "packets": 0
        }
    }
]

# counter packets 0 bytes 0
[
    {
        "counter": {
            "bytes": 0,
            "packets": 0
        }
    }
]

# counter packets 2 bytes 1
[
    {
        "counter": {
            "bytes": 1,
            "packets": 2
        }
    }
]

# counter bytes 1024 packets 1
[
    {
        "counter": {
            "bytes": 1024,
            "packets": 1
        }
    }
]