Monitor
strace -f -e trace=network -s 10000
If the process is already started and you know its PID you can use the following 1
strace -f -e trace=network -s 10000 -p
strace -f -e trace=network -s 10000
If the process is already started and you know its PID you can use the following 1
strace -f -e trace=network -s 10000 -p