initial commit
This commit is contained in:
40
cmd/testdata/golden/stats_mixed_json.golden
vendored
Normal file
40
cmd/testdata/golden/stats_mixed_json.golden
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"ts": "2025-08-25T19:24:18.541531+02:00",
|
||||
"total": 3,
|
||||
"by_proto": {
|
||||
"tcp": 1,
|
||||
"udp": 1,
|
||||
"unix": 1
|
||||
},
|
||||
"by_state": {
|
||||
"CONNECTED": 2,
|
||||
"LISTEN": 1
|
||||
},
|
||||
"by_proc": [
|
||||
{
|
||||
"pid": 1,
|
||||
"process": "tcp-server",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"pid": 2,
|
||||
"process": "udp-server",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"pid": 3,
|
||||
"process": "unix-app",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
"by_if": [
|
||||
{
|
||||
"if": "eth0",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"if": "unix",
|
||||
"count": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user