arthas/web-ui/arthasWebConsole
2023-07-06 15:52:00 +08:00
..
.vscode Web UI for arthas #2145 (#2292) 2022-10-10 22:54:30 +08:00
all Fix the page redirection issue of Arthas tunnel server 2023-07-06 15:52:00 +08:00
public doc(web ui):update document about introduction, tunnel server pages support relative path (#2353) 2023-03-15 16:17:13 +08:00
.env fix(web ui): profiler #2145 (#2304) 2022-10-11 21:43:29 +08:00
.env.tunnel chore(web ui):ref tunnel modules (#2331) 2022-11-04 10:40:51 +08:00
.env.ui chore(web ui):ref tunnel modules (#2331) 2022-11-04 10:40:51 +08:00
.gitignore Web UI for arthas #2145 (#2292) 2022-10-10 22:54:30 +08:00
package.json perf(web ui): dashboard 2022-11-18 13:40:52 +08:00
postcss.config.js Web UI for arthas #2145 (#2292) 2022-10-10 22:54:30 +08:00
README_ZH.md doc(web ui):update document about introduction, tunnel server pages support relative path (#2353) 2023-03-15 16:17:13 +08:00
README.md doc(web ui):update document about introduction, tunnel server pages support relative path (#2353) 2023-03-15 16:17:13 +08:00
tailwind.config.js chore(web ui):ref tunnel modules (#2331) 2022-11-04 10:40:51 +08:00
tsconfig.json chore(web ui):ref tunnel modules (#2331) 2022-11-04 10:40:51 +08:00
tsconfig.node.json chore(web ui):ref tunnel modules (#2331) 2022-11-04 10:40:51 +08:00
vite.config.ts doc(web ui):update document about introduction, tunnel server pages support relative path (#2353) 2023-03-15 16:17:13 +08:00
yarn.lock perf(web ui): dashboard 2022-11-18 13:40:52 +08:00

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