nsntrace / nsntrace

Perform network trace of a single process by using network namespaces.
GNU General Public License v2.0
513 stars 29 forks source link

Allow parameter -p to attach to running processes #19

Open didierm opened 7 years ago

didierm commented 7 years ago

Akin to strace : -p pid trace process with process id PID

jonasdn commented 7 years ago

I do not think this is possible atm. I do not know of a way of changing a running process network namespace.