v0.4.0
This release is focused on improvements to the dumper:
- The heap file is now automatically fetched from containers/namespaces. No more need for
docker cp
or similar after finishing the dump. - The progress is reported when the dumper and target are in different mount namespaces.
- Docker containers are explicitly supported as targets. Just specify
--docker-container
instead of--pid
to work with the root process of a container.
PyHeap UI Docker image: ivanyu/pyheap-ui:0.4.0