arthas-watch
Verified for current stable LTS
Arthas Watch Commands
Arthas Watch command syntax with verified terminal examples.
Commands
6 commands for Arthas Watch
arthas-watch Search
Arthas Watch Command: Observe Parameters And Return Value When First Is Five
watch <class-pattern> <method-pattern> '{< params[1],returnObj >}' '<"5".equals(params[0])>' -x 4 arthas-watch Search
Arthas Watch Command: Observe First Parameter And Return Value
watch <class-pattern> <method-pattern> '{< params[0],returnObj >}' -x 4 arthas-watch Search
Arthas Watch Command: Observe Count Property On Return Or Exception
watch <class-pattern> <method-pattern> '{< params[1].count >}' -e -s arthas-watch Search
Arthas Watch Command: Observe First Parameter Return Value
watch <class-pattern> <method-pattern> '{< params[0],returnObj >}' -x 4 arthas-watch Search
Arthas Watch Command: Conditional Parameter Observation
watch <class-pattern> <method-pattern> '{< params[1],returnObj >}' '<"5".equals(params[0])>' -x 4 arthas-watch Search
Arthas Watch Command: Observe Second Parameter Count
watch <class-pattern> <method-pattern> '{< params[1].count >}' -e -s Suggest a Arthas Watch Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Arthas Watch workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.