lqs / pscope

πŸ” An interactive tool to examine Go and Java processes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pscope

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.

Demo

This project is still under development. Here is a demo of the current progress:

demo

Installation

From source

$ go install github.com/lqs/pscope@latest

From pre-built binaries

(TODO)

Embed in your Docker image

You can embed pscope in your Docker image to easily use it in your container, even within a Kubernetes pod.

(TODO)

About

πŸ” An interactive tool to examine Go and Java processes.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 97.8%Language:Shell 2.2%