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,65 @@
[
{
"ts": "2025-01-15T10:30:00Z",
"pid": 1,
"process": "tcp-server",
"user": "",
"uid": 0,
"proto": "tcp",
"ipversion": "",
"state": "LISTEN",
"laddr": "0.0.0.0",
"lport": 80,
"raddr": "",
"rport": 0,
"interface": "eth0",
"rx_bytes": 0,
"tx_bytes": 0,
"rtt_ms": 0,
"mark": "",
"namespace": "",
"inode": 0
},
{
"ts": "2025-01-15T10:30:01Z",
"pid": 2,
"process": "udp-server",
"user": "",
"uid": 0,
"proto": "udp",
"ipversion": "",
"state": "CONNECTED",
"laddr": "0.0.0.0",
"lport": 53,
"raddr": "",
"rport": 0,
"interface": "eth0",
"rx_bytes": 0,
"tx_bytes": 0,
"rtt_ms": 0,
"mark": "",
"namespace": "",
"inode": 0
},
{
"ts": "2025-01-15T10:30:02Z",
"pid": 3,
"process": "unix-app",
"user": "",
"uid": 0,
"proto": "unix",
"ipversion": "",
"state": "CONNECTED",
"laddr": "/tmp/test.sock",
"lport": 0,
"raddr": "",
"rport": 0,
"interface": "unix",
"rx_bytes": 0,
"tx_bytes": 0,
"rtt_ms": 0,
"mark": "",
"namespace": "",
"inode": 0
}
]