Skip to content

Commit f7e42f8

Browse files
author
xueli.wang
committed
readme 更新
1 parent 4306d60 commit f7e42f8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,26 @@ Attaching to target JVM with PID: 91420
3232
Attached to target JVM and loaded Java agent successfully
3333
```
3434

35+
----
36+
37+
Uninstall:
38+
39+
Open the browser and enter the url below:
40+
41+
```
42+
http://127.0.0.1:8089/server?uninstall
43+
```
44+
45+
If uninstall successes, you should see something outputing on console like:
46+
47+
```
48+
Remove Instrumentation className:xxxx
49+
```
50+
51+
*xxxx* is the class that is modified.
52+
53+
----
54+
3555
If you need to modify JDK source codes, like injecting JDK methods, or making many modifications when starting, you can use Agent mode.
3656

3757
Start in Agent mode:

0 commit comments

Comments
 (0)