Skip to content

Conversation

siddh34
Copy link
Collaborator

@siddh34 siddh34 commented Sep 8, 2025

New metrics

Field Type Size (bytes) Offset (bytes) Description
delta_us u64 8 - Elapsed time in microseconds (delta)
ts_us u64 8 - Timestamp (nanosecond source converted to µs)
tgid u32 4 - Thread-group id / PID
comm [u8; 16] 16 - Process name (fixed 16 bytes, C-style string)
lport u16 2 14 Local port (host order or stored as-is)
dport_be u16 2 12 Destination port (big-endian / network order)
af u16 2 16 Address family (e.g., AF_INET=2, AF_INET6=10)
saddr_v4 u32 4 0 IPv4 source address (network-order u32)
daddr_v4 u32 4 4 IPv4 destination address (network-order u32)
saddr_v6 [u32; 4] 16 56 IPv6 source address as four u32 words
daddr_v6 [u32; 4] 16 75 IPv6 destination address as four u32 words

@siddh34
Copy link
Collaborator Author

siddh34 commented Sep 8, 2025

@LorenzoTettamanti please check and verify on your side!

@siddh34 siddh34 self-assigned this Sep 8, 2025
@LorenzoTettamanti LorenzoTettamanti merged commit 191b5ca into CortexFlow:feature/ebpf-core Sep 8, 2025
6 checks passed
@LorenzoTettamanti
Copy link
Member

@siddh34 everything is working as expected! Closing the issue #78.
Screenshot from 2025-09-08 10-03-43
Screenshot from 2025-09-08 10-03-59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants