josepdcs / kubectl-prof

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

Support for specify process name #8

Closed SSmallMonster closed 10 months ago

SSmallMonster commented 11 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 11 months ago

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

josepdcs commented 11 months ago

Added to my TODO :-)

SSmallMonster commented 11 months ago

Added to my TODO :-)

That's great!!

josepdcs commented 10 months ago

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

SSmallMonster commented 10 months ago

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

Awaresome!