Skip to content

Instantly share code, notes, and snippets.

@lpgauth
Created November 15, 2013 20:50
Show Gist options
  • Save lpgauth/7491348 to your computer and use it in GitHub Desktop.
Save lpgauth/7491348 to your computer and use it in GitHub Desktop.
cat /erl_crash.dump | grep -2 '=proc:' | grep 'Spawned as:' | cut -d: -f2-3 | sort | uniq -c | sort -rn
12433 cowboy_protocol:init/4
1033 proc_lib:init_p/5
1024 ranch_acceptor:loop/3
16 application_master:start_it/4
14 erlang:apply/2
10 inet_tcp_dist:do_setup/6
4 inet_tcp_dist:do_accept/6
4 dlhttpc_client:request/10
1 net_kernel:ticker/2
1 inet_tcp_dist:accept_loop/2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment