watson icon indicating copy to clipboard operation
watson copied to clipboard

Lets you analyze Java thread dumps like it's 202x 🚀

Results 8 watson issues
Sort by recently updated
recently updated
newest added

Some options: - parse real files and treat the parser as a black-box - refactor some code and test particular methods

enhancement
good first issue

Use the same mechanism from thread details to render stack traces on other pages, e.g. similar stacks.

enhancement
good first issue

The navbar should always float on top of the page, to make it easy to switch tabs after scrolling down Nice to have: shorten titles of pages, add an icon...

enhancement
good first issue

Currently, Watson supports a few predefined filters. It would be nice if users could create their own and modify existing ones.

enhancement

It would be helpful if we were able to navigate the same thread between different thread dumps - for example, if you open a thread on the thread monitor, you...

enhancement

Achieve something similar to the regexp below: ``` grep -E -h '^"http.*-exec-[0-9]+' jira_threads.* | sed 's/"//g' | sort -k1,1 -s | grep -E " runnable | Object.wait\(\) | monitor "...

enhancement
good first issue

We use `d3-flame-graph` for the flame graph currently, but it has some problems. It has inflexible APIs (e.g. we can't render thread details), does not integrate well with React (our...

enhancement
dependencies