= Windows ####=
- https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer
- https://docs.microsoft.com/en-us/sysinternals/downloads/procmon
= Linux / Unix ####=
strace
Network
To start and monitor an new process:
''
To monitor an existing process with a known PID:
lsof
``''lsof -i -a -p
pidof nc`''
#### pidof ####
#### fuser ####