nodejs / help

:sparkles: Need help with Node.js? File an Issue here. :rocket:
1.44k stars 276 forks source link

Stop cpu profiling without SIGINT from pod #4415

Open tn-motorq opened 3 weeks ago

tn-motorq commented 3 weeks ago

Node.js Version

v18.17.1

NPM Version

v9.6.7

Operating System

Linux

Subsystem

Other

Description

I am running a cpu profiler on some pods in k8s and I want the cpu profiler to stop and give me the dump when the pod crashes without a SIGINT from the process. Is it possible?

Minimal Reproduction

No response

Output

No response

Before You Submit

RedYetiDev commented 3 weeks ago

Hi! Could you provide a minimal reproducible example?