Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/c2nes/grep-stackdump

grep for Java stack dumps
https://github.com/c2nes/grep-stackdump

golang grep java jstack jvm

Last synced: about 2 months ago
JSON representation

grep for Java stack dumps

Awesome Lists containing this project

README

        

`grep-stackdump` prints matching Java stack traces from `jstack` output.

## Installation

From a directory outside of `$GOPATH` and without a `go.mod` file run,

```
GO111MODULE=on go get github.com/c2nes/grep-stackdump@latest
```

## Usage

``` shellsession
$ grep-stackdump -h
usage: grep-stackdump [-c] [-v]
-c print number of matching threads
-name
match on thread name only
-v invert matching
```