josepdcs / kubectl-prof

kubectl-prof is a kubectl plugin to profile applications on kubernetes with minimum overhead
Apache License 2.0
35 stars 3 forks source link

Support for applications running subprocesses #7

Closed josepdcs closed 7 months ago

josepdcs commented 9 months ago

Being able to profile apps that launch more than one child process, even in model of hierarchical processes

It occurs in python, node.js, etc.