Thank you very much Ben for your reply i will have a look and perhaps its our only way to know what is going on with our node app thanks!
On Thursday, December 18, 2014 3:49:38 PM UTC+2, Ben Noordhuis wrote: > > On Wed, Dec 17, 2014 at 3:09 PM, Karim Tarek > <[email protected] <javascript:>> wrote: > > is there any way to profile the node app at the spike time only in order > to > > be able to process it via the node-tick-processor ? > > We (StrongLoop) recently added a new paid feature to our > strong-agent[0] product that profiles selectively during event loop > stalls; it profiles only when a script takes too long to complete and > it also works when the script is otherwise unresponsive; for example, > when the program is stuck in an infinite loop. > > The easiest way to use it is with slc[1][2]: slc runctl cpu-start > $process_id $threshold_in_ms > > Caveat emptor: it's Linux-only for now but OS X support is on the way. > If people are interested in support for other platforms, they should > get in touch with us: [email protected] <javascript:> or > [email protected] <javascript:> if > you want to reach me personally. > > [0] https://npmjs.org/package/strong-agent > [1] https://npmjs.org/package/strong-cli > [2] http://docs.strongloop.com/display/SLC/StrongLoop+Controller > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/d3b64caf-1c51-4d41-ad5f-1194a4b8f3a3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
