getElementsByName / tmp-doc

0 stars 0 forks source link

k8s java heap dump #7

Open getElementsByName opened 4 years ago

getElementsByName commented 4 years ago

jmap in alphine

apk add --no-cache jattach --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/

jattach 1 dumpheap /tmp/dump.file

remote to local

kubectl cp /tmp/foo <some-pod>:/tmp/bar -c <specific-container>

kubectl cp -c cp-kafka-connect-server /tmp/dump.file kafka-connect-667469fc95-w55lj:/tmp/dump.file 

visualize dump

getElementsByName commented 4 years ago

mongodb kafka connector 분석

Screenshot from 2020-07-31 18-12-53 Screenshot from 2020-07-31 18-12-10 Screenshot from 2020-07-31 18-11-24 Screenshot from 2020-07-31 18-11-08