Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/c2nes/grep-stackdump
- Owner: c2nes
- License: apache-2.0
- Created: 2021-01-24T17:01:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T17:02:25.000Z (almost 4 years ago)
- Last Synced: 2024-06-20T10:13:05.323Z (7 months ago)
- Topics: golang, grep, java, jstack, jvm
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```