[erlang-questions] Two questions about open files and file descriptors

Max Lapshin max.lapshin@REDACTED
Tue May 1 18:46:26 CEST 2012


lsof -p
ulimit

[{Pid, Ports} || {Pid,Ports} <- [{Pid, [L || L <-
element(2,process_info(Pid, links)), is_port(L)]} || Pid <-
processes()], length(Ports) > 0]



More information about the erlang-questions mailing list