Skip to content

Instantly share code, notes, and snippets.

@Unitech
Created August 30, 2018 14:40
Show Gist options
  • Save Unitech/838731462c930c4adff8b4aefdcbaa3b to your computer and use it in GitHub Desktop.
Save Unitech/838731462c930c4adff8b4aefdcbaa3b to your computer and use it in GitHub Desktop.
>>>> FORK APP
2018-08-30T14:39:54.386Z interactor:daemon Interactor daemon started
2018-08-30T14:39:54.423Z interactor:pm2:interface PM2Interface instantiate
2018-08-30T14:40:24.632Z interactor:interface Received event from websocket transporter
2018-08-30T14:40:24.632Z interactor:reverse New REMOTE action km:cpu:profiling:start triggered for process 2
2018-08-30T14:40:24.636Z interactor:reverse Message received from AXM for proc_id : 2 and action name km:cpu:profiling:start
{ action_name: 'km:cpu:profiling:start',
return: { uuid: 'l3t3mvkzv6e', success: true } }
2018-08-30T14:40:26.455Z interactor:interface Received event from websocket transporter
2018-08-30T14:40:26.456Z interactor:reverse New REMOTE action km:cpu:profiling:stop triggered for process 2
2018-08-30T14:40:26.460Z interactor:reverse Message received from AXM for proc_id : 2 and action name km:cpu:profiling:stop
{ action_name: 'km:cpu:profiling:stop',
return:
{ uuid: 'l3t3mvkzv6e',
dump_file_size: 0.03406,
dump_file: '/tmp/1535640026470.cpuprofile',
cpuprofile: true,
success: true } }
>>>> CLUSTER APP
2018-08-30T14:40:32.049Z interactor:interface Received event from websocket transporter
2018-08-30T14:40:32.049Z interactor:reverse New REMOTE action km:cpu:profiling:start triggered for process 0
2018-08-30T14:40:32.053Z interactor:reverse Message received from AXM for proc_id : 0 and action name km:cpu:profiling:start
2018-08-30T14:40:33.730Z interactor:interface Received event from websocket transporter
2018-08-30T14:40:33.731Z interactor:reverse New REMOTE action km:cpu:profiling:stop triggered for process 0
2018-08-30T14:40:33.735Z interactor:reverse Message received from AXM for proc_id : 0 and action name km:cpu:profiling:stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment