Erlang: how to know which process occupies network port and performs IO
I need to know which Erlang process exactly occupies Network port(OS level) and performs IO when a Erlang program running? Is there someway to do this? Even better, some a little easy way to do this?