Advertisement
Guest User

Untitled

a guest
Jun 6th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Erlang 4.37 KB | None | 0 0
  1. [{current_function,{gen_server,try_handle_call,4}},
  2.  {initial_call,{proc_lib,init_p,5}},
  3.  {status,running},
  4.  {message_queue_len,304662},
  5.  {messages,[{'$gen_call',{<0.16578.43>,
  6.                           #Ref<0.0.2097153.241852>},
  7.                          {checkout,{"tapi.sgrd.ix.wgcrowd.io",80,hackney_tcp},
  8.                                    <0.16578.43>,#Ref<0.0.2097153.241850>}},
  9.             {'$gen_call',{<0.16581.43>,#Ref<0.0.2097159.106436>},
  10.                          {checkout,{"tapi.sgrd.ix.wgcrowd.io",80,hackney_tcp},
  11.                                    <0.16581.43>,#Ref<0.0.2097159.106434>}},
  12.             {'$gen_call',{<0.16573.43>,#Ref<0.0.2097160.11799>},
  13.                          {checkout,{"tapi.sgrd.ix.wgcrowd.io",80,hackney_tcp},
  14.                                    <0.16573.43>,#Ref<0.0.2097160.11796>}},
  15.             {'$gen_cast',{checkout_cancel,{"tapi.sgrd.ix.wgcrowd.io",80,
  16.                                            hackney_tcp},
  17.                                           #Ref<0.0.1835016.243562>}},
  18.             {'$gen_call',{<0.16602.43>,#Ref<0.0.2097154.255742>},
  19.                          {checkout,{"tapi.sgrd.ix.wgcrowd.io",80,hackney_tcp},
  20.                                    <0.16602.43>,#Ref<0.0.2097154.255740>}},
  21.             {'$gen_call',{<0.16567.43>,#Ref<0.0.2097156.218491>},
  22.                          {checkout,{"tapi.sgrd.ix.wgcrowd.io",80,hackney_tcp},
  23.                                    <0.16567.43>,#Ref<0.0.2097156.218487>}},
  24.             {'$gen_call',{<0.19375.44>,#Ref<0.0.2097154.255743>},
  25.                          {checkout,{"tapi.sgrd.ix.wgcrowd.io",80,hackney_tcp},
  26.                                    <0.19375.44>,#Ref<0.0.2097156.218489>}},
  27.             {'$gen_call',{<0.19377.44>,#Ref<0.0.2097156.218499>},
  28.                          {checkout,{"tapi.sgrd.ix.wgcrowd.io",80,hackney_tcp},
  29.                                    <0.19377.44>,#Ref<0.0.2097156.218493>}},
  30.             {'$gen_call',{<0.16619.43>,#Ref<0.0.2097153.241861>},
  31.                          {checkout,{"tapi.sgrd.ix.wgcrowd.io",80,hackney_tcp},
  32.                                    <0.16619.43>,#Ref<0.0.2097153.241855>}},
  33.             {'$gen_call',{<0.16630.43>,#Ref<0.0.2097159.106444>},
  34.                          {checkout,{"tapi.sgrd.ix.wgcrowd.io",80,hackney_tcp},
  35.                                    <0.16630.43>,#Ref<0.0.2097159.106438>}},
  36.             {'$gen_cast',{checkout_cancel,{"tapi.sgrd.ix.wgcrowd.io",80,
  37.                                            hackney_tcp},
  38.                                           #Ref<0.0.2097156.188512>}},
  39.             {'$gen_call',{<0.19380.44>,#Ref<0.0.2097156.218509>},
  40.                          {checkout,{"tapi.sgrd.ix.wgcrowd.io",80,hackney_tcp},
  41.                                    <0.19380.44>,#Ref<0.0.2097156.218505>}},
  42.             {'$gen_cast',{checkout_cancel,{"tapi.sgrd.ix.wgcrowd.io",80,
  43.                                            hackney_tcp},
  44.                                           #Ref<0.0.2097159.76360>}},
  45.             {'$gen_call',{<0.16632.43>,#Ref<0.0.2097159.106458>},
  46.                          {checkout,{"tapi.sgrd.ix.wgcrowd.io",80,hackney_tcp},
  47.                                    <0.16632.43>,#Ref<0.0.2097159.106454>}},
  48.             {'$gen_call',{<0.19383.44>,#Ref<0.0.2097156.218523>},
  49.                          {checkout,{"tapi.sgrd.ix.wgcrowd.io",80,...},
  50.                                    <0.19383.44>,#Ref<0.0.2097156.218521>}},
  51.             {'$gen_cast',{checkout_cancel,{"tapi.sgrd.ix.wgcrowd.io",80,...},
  52.                                           #Ref<0.0.2097156.188540>}},
  53.             {'$gen_cast',{checkout_cancel,{[...],...},
  54.                                           #Ref<0.0.2097154.224596>}},
  55.             {'$gen_cast',{checkout_cancel,{...},...}},
  56.             {'$gen_cast',{checkout_cancel,...}},
  57.             {'$gen_cast',{...}},
  58.             {'$gen_call',...},
  59.             {...}|...]},
  60.  {links,[<0.982.0>]},
  61.  {dictionary,[{'$ancestors',[hackney_sup,<0.981.0>]},
  62.               {'$initial_call',{hackney_pool,init,1}}]},
  63.  {trap_exit,false},
  64.  {error_handler,error_handler},
  65.  {priority,normal},
  66.  {group_leader,<0.980.0>},
  67.  {total_heap_size,52177486},
  68.  {heap_size,6189440},
  69.  {stack_size,9},
  70.  {reductions,11597787686},
  71.  {garbage_collection,[{min_bin_vheap_size,46422},
  72.                       {min_heap_size,233},
  73.                       {fullsweep_after,65535},
  74.                       {minor_gcs,606}]},
  75.  {suspending,[]}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement