-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
ebpfeBPF related taskseBPF related tasksrustPull requests that update Rust codePull requests that update Rust code
Milestone
Description
Is your feature request related to a problem?
-
Yes
Problem Description:
The identity service only extracts the Netns inum and the PID of a network event. The service can be improved by adding a service discovery to return the Command that generates the network event, ensuring better overall context
Solution:
Improve the current identity service also to include the command that generates the network event. The command sudo lsns -t net returns 7 columns (NS, TYPE ,NPROCS ,USER ,NETNSID ,NSFS ,COMMAND) and can be used as a reference to double-check the results
Additional info
Metadata
Metadata
Assignees
Labels
ebpfeBPF related taskseBPF related tasksrustPull requests that update Rust codePull requests that update Rust code
Type
Projects
Status
In Progress