ksharpdabu / watson

Lets you analyze Java thread dumps like it's 202x πŸš€

Home Page:https://drauf.github.io/watson/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watson

About the project

Watson is a JVM thread dump and CPU usage analyzer.

It combines the best features of other popular Java TDAs and optionally hides a lot of noise, like idle Tomcat threads waiting for work.

Screenshots

Home page Summary page CPU consumers page Similar stack traces page Threads overview page Monitors page

Development

You only need yarn installed on your machine.

Available scripts

In the root project directory, you can run:

yarn install

Installs the required packages. Must be done prior to yarn start

yarn start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

yarn lint

Runs the linter to check if coding rules are followed.

yarn test

Launches the test runner in the interactive watch mode.

yarn deploy

Deploys the app to GitHub pages. Requires commit rights to the gh-pages branch.

About

Lets you analyze Java thread dumps like it's 202x πŸš€

https://drauf.github.io/watson/

License:MIT License


Languages

Language:TypeScript 90.8%Language:CSS 8.6%Language:HTML 0.5%Language:Shell 0.0%