initial commit

This commit is contained in:
Karol Broda
2025-12-16 22:42:49 +01:00
commit 371f4d13a6
61 changed files with 6872 additions and 0 deletions

View 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
}
]
}