Skip to content

Instantly share code, notes, and snippets.

@rogierslag
Created February 26, 2016 13:40
Show Gist options
  • Save rogierslag/6c0679c0595c2d893459 to your computer and use it in GitHub Desktop.
Save rogierslag/6c0679c0595c2d893459 to your computer and use it in GitHub Desktop.
TuneMyGc
I, [2016-02-26T14:38:06.388518 #4261] INFO -- : [tunemygc, pid: 4261] interposing
I, [2016-02-26T14:38:06.388681 #4261] INFO -- : [tunemygc, pid: 4261] hooked: after_initialize
I, [2016-02-26T14:38:06.388719 #4261] INFO -- : [tunemygc, pid: 4261] hooked: at_exit
I, [2016-02-26T14:38:06.388740 #4261] INFO -- : [tunemygc, pid: 4261] interposed
I, [2016-02-26T14:38:07.928439 #4261] INFO -- : [tunemygc, pid: 4261] hooked: GC tracepoints
I, [2016-02-26T14:38:07.947020 #4261] INFO -- : [tunemygc, pid: 4261] hooked: action_controller
I, [2016-02-26T14:38:08.116063 #4261] INFO -- : [tunemygc, pid: 4261] at_exit
I, [2016-02-26T14:38:08.116406 #4261] INFO -- : [tunemygc, pid: 4261] uninstalled GC tracepoint
I, [2016-02-26T14:38:08.116663 #4261] INFO -- : [tunemygc, pid: 4261] uninstalled action_controller spy
I, [2016-02-26T14:38:08.120040 #4402] INFO -- : [tunemygc, pid: 4402] at_exit
I, [2016-02-26T14:38:08.120816 #4402] INFO -- : [tunemygc, pid: 4402] uninstalled GC tracepoint
I, [2016-02-26T14:38:08.121216 #4402] INFO -- : [tunemygc, pid: 4402] uninstalled action_controller spy
I, [2016-02-26T14:38:08.158425 #4261] INFO -- : [tunemygc, pid: 4261] Sync required? false
I, [2016-02-26T14:38:08.158547 #4261] INFO -- : [tunemygc, pid: 4261] The TuneMyGC service requires an instrumented application to do at least one unit of work (an ActionController request / response cycle, processing a background job through ActiveJob etc.) in order to suggest a configuration.
I, [2016-02-26T14:38:08.158640 #4261] INFO -- : [tunemygc, pid: 4261] During the last instrumented run, the agent observed 2 GC events of interest, but none of them happened within the context of a unit of work and is thus not representative of your application's GC profile.
I, [2016-02-26T14:38:08.158701 #4261] INFO -- : [tunemygc, pid: 4261] Therefore, we're discarding 2 snapshots and will generate a configuration when there's more context available for the agent to get a representative sample size.
I, [2016-02-26T14:38:08.175893 #4402] INFO -- : [tunemygc, pid: 4402] Sync required? false
I, [2016-02-26T14:38:08.176004 #4402] INFO -- : [tunemygc, pid: 4402] The TuneMyGC service requires an instrumented application to do at least one unit of work (an ActionController request / response cycle, processing a background job through ActiveJob etc.) in order to suggest a configuration.
I, [2016-02-26T14:38:08.176087 #4402] INFO -- : [tunemygc, pid: 4402] During the last instrumented run, the agent observed 2 GC events of interest, but none of them happened within the context of a unit of work and is thus not representative of your application's GC profile.
I, [2016-02-26T14:38:08.176140 #4402] INFO -- : [tunemygc, pid: 4402] Therefore, we're discarding 2 snapshots and will generate a configuration when there's more context available for the agent to get a representative sample size.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment