Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to attach to an existing node process? #322

Closed
kmamal opened this issue Jan 5, 2022 · 4 comments
Closed

Is it possible to attach to an existing node process? #322

kmamal opened this issue Jan 5, 2022 · 4 comments

Comments

@kmamal
Copy link

kmamal commented Jan 5, 2022

Or does the target process always have to be launched via the -- args to clinic itself?

@RafaelGSS
Copy link
Contributor

It should be always launched via -- args. Node Clinic needs to wrap your application to track data.

@ronag
Copy link

ronag commented Jan 6, 2022

What's your recommendation in regards to profiling things running in production?

@RafaelGSS
Copy link
Contributor

RafaelGSS commented Jan 6, 2022

Usually linux_perf does this very well. There are some libraries that can also help you:

ref:

@rluvaton
Copy link

What about profiling IO bottlenecks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants