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

Love this project, thank you! Any easy way to get memory usage information on python processes? #38

Open chicagobuss opened 2 months ago

chicagobuss commented 2 months ago

Just curious if maybe the ebpf-based profiler or something else already in the project can get memory information on python (and other) processes.

If not, consider this a feature request! Maybe memray could be incorporated as another option for python pods.

josepdcs commented 1 month ago

Hi @chicagobuss ! Sorry I haven't replied sooner, but I've been very busy these past few weeks.

Unfortunately, at the moment there isn't an easy solution for profiling memory without an instrumented mode. :(