codemancers / rbkit

A new profiler for Ruby. With a GUI
http://rbkit.c9s.dev/
MIT License
357 stars 11 forks source link

Make rbkit listen on named pipes #93

Open gnufied opened 9 years ago

gnufied commented 9 years ago

RBKit should by default listen to named pipes, such as /tmp/rbkit-<pid>. This will enable rbkit to run in multi process environment.

emilsoman commented 9 years ago

We'll need to scope the events under the process ID if we are going to support multi-process profiling. How are we going to show this in the client ?