Is there a nodeJS profiler that can give me insight into connections left open?

I have a node worker that is hanging and would like to profile node connections.

I'm actually using Parse's Promises nested 3-5 levels deep in a script and the node process is not ending.