An open API service indexing awesome lists of open source software.

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.

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:

![demo](https://lqs-public-us-west.oss-us-west-1.aliyuncs.com/pscope/demo-teaser-2.gif)

## 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)