https://github.com/lqs/pscope
🔍 An interactive tool to examine Go and Java processes.
https://github.com/lqs/pscope
Last synced: 11 months ago
JSON representation
🔍 An interactive tool to examine Go and Java processes.
- Host: GitHub
- URL: https://github.com/lqs/pscope
- Owner: lqs
- License: bsd-3-clause
- Created: 2023-09-28T14:47:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T15:47:18.000Z (almost 3 years ago)
- Last Synced: 2025-08-23T22:15:37.459Z (11 months ago)
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:

## Installation
### From source
```sh
$ 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)