baryshev / look

Performance profiler based on nodetime
MIT License
449 stars 42 forks source link

Multiply process profiling #20

Closed ghaiklor closed 9 years ago

ghaiklor commented 9 years ago

Hi guys.

How can I profile multiply processes? I have 2 environments - beta and live. Each of this environments use Sails for lifting up server. Also those servers is serving on one instance but different ports.

What I need to do for profile all this stuff?

Example:

// beta
require('look').start();
sails.lift();
// live
require('look').start();
sails.lift();