arthas
arthas copied to clipboard
请问vmtool打算开放API出来吗?非常希望拥有里面强大的功能。
Using Arthas Commands:
You can interact with vmtool directly via Arthas's command-line interface. For example, to retrieve instances of a specific class: vmtool --action getInstances --className com.example.MyClass --limit 10 To force garbage collection: vmtool --action forceGc