pscope is an interactive tool designed to examine currently running Go and Java processes. It can be considered as a more user-friendly variant of gops and jps, with a text-based user interface.
This project is still under development. Here is a demo of the current progress:
$ go install github.com/lqs/pscope@latest(TODO)
You can embed pscope in your Docker image to easily use it in your container, even within a Kubernetes pod.
(TODO)