You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/web-ui/arthasWebConsole
hengyunabc 6cee2d33f3 update web-ui/arthasWebConsole/yarn.lock 2 months ago
..
.vscode Web UI for arthas #2145 (#2292) 2 years ago
all add native agent module (#2915) 3 months ago
public doc(web ui):update document about introduction, tunnel server pages support relative path (#2353) 2 years ago
.env fix(web ui): profiler #2145 (#2304) 2 years ago
.env.tunnel chore(web ui):ref tunnel modules (#2331) 2 years ago
.env.ui chore(web ui):ref tunnel modules (#2331) 2 years ago
.gitignore Web UI for arthas #2145 (#2292) 2 years ago
README.md doc(web ui):update document about introduction, tunnel server pages support relative path (#2353) 2 years ago
README_ZH.md doc(web ui):update document about introduction, tunnel server pages support relative path (#2353) 2 years ago
package.json add native agent module (#2915) 3 months ago
postcss.config.js Web UI for arthas #2145 (#2292) 2 years ago
tailwind.config.js chore(web ui):ref tunnel modules (#2331) 2 years ago
tsconfig.json chore(web ui):ref tunnel modules (#2331) 2 years ago
tsconfig.node.json chore(web ui):ref tunnel modules (#2331) 2 years ago
vite.config.ts add native agent module (#2915) 3 months ago
yarn.lock update web-ui/arthasWebConsole/yarn.lock 2 months ago

README.md

a Web client based on HTTP API for arthas

English|中文

usage

  • Through clicking the button in the top right corner, you can quickly get or clear sessionId
  • When you are in trouble, refreshing the page is a good way
  • Some features must be used with sessionId. but some features must be used without sessionId
  • In classloader module, you must select a classloader before using classloader to load class or resourse

develop

  • Strongly recommand devloping with vscode
  • TS + Vue3 + Tailwindcss + xstate
  • You can view the Graphical http requesting process with xstate
  • The final bundle will be placed in ../target/static

notice

  • When use pull_results, you can't use other cmd, such as sc class.
  • The consoleMachine.ts will be replaced perRequestMachine.ts + pinia sooner or later