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 specify process name #8

Closed SSmallMonster closed 7 months ago

SSmallMonster commented 8 months ago

First of all, @josepdcs thank you for your efforts, this project is the best supported project for performance sampling so far.

When a application container that contains multiple processes require specifying the target process name when capturing. Just like the --pgrep parameter inside the upstream

SSmallMonster commented 8 months ago

If it's okay, I can contribute this feature :-)

josepdcs commented 8 months ago

Added to my TODO :-)

SSmallMonster commented 8 months ago

Added to my TODO :-)

That's great!!

josepdcs commented 7 months ago

Hi, @SSmallMonster it's already solved in 1.2.0 :-))

SSmallMonster commented 7 months ago

Hi, @SSmallMonster it's already solved in 1.2.0 :-))

Awaresome!