search directory

Search Commands

Search tools, operations, flags, and command strings. Results are capped for Worker performance.

Arthas Watch Commands

16 arthas-watch entries

Limited to 100 results

Back to all tools
arthas-watch

Arthas Watch Command: Conditional Parameter Observation

watch <class-pattern> <method-pattern> '{< params[1],returnObj >}' '<"5".equals(params[0])>' -x 4
arthas-watch

Arthas Watch Command: Observe Count Property Of Second Parameter On Return Or Exception

watch <class-pattern> <method-pattern> '{< params[1].count >}' -e -s
arthas-watch

Arthas Watch Command: Observe Count Property On Return Or Exception

watch <class-pattern> <method-pattern> '{< params[1].count >}' -e -s
arthas-watch

Arthas Watch Command: Observe Count Property When Exception Occurs

watch <class-pattern> <method-pattern> '{< params[1].count >}' -e -s
arthas-watch

Arthas Watch Command: Observe First Parameter And Return Value

watch <class-pattern> <method-pattern> '{< params[0],returnObj >}' -x 4
arthas-watch

Arthas Watch Command: Observe First Parameter And Return Value With Expansion

watch <class-pattern> <method-pattern> '{< params[0],returnObj >}' -x 4
arthas-watch

Arthas Watch Command: Observe First Parameter Return Value

watch <class-pattern> <method-pattern> '{< params[0],returnObj >}' -x 4
arthas-watch

Arthas Watch Command: Observe First Parameter Return Value Expand Nested Attributes

watch <class-pattern> <method-pattern> '{< params[0],returnObj >}' -x 4
arthas-watch

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

Arthas Watch Command: Observe Second Parameter Count

watch <class-pattern> <method-pattern> '{< params[1].count >}' -e -s
arthas-watch

Arthas Watch Command: Observe When First Parameter Is Five

watch <class-pattern> <method-pattern> '{< params[1],returnObj >}' '<"5".equals(params[0])>' -x 4
arthas-watch

Arthas Watch Command: ObserveCountPropertyOnException

watch <class-pattern> <method-pattern> '{< params[1].count >}' -e -s
arthas-watch

Arthas Watch Command: ObserveMethodParamsAndReturnValue

watch <class-pattern> <method-pattern> '{< params[0],returnObj >}' -x 4
arthas-watch

Arthas Watch Command: ObserveMethodWithCondition

watch <class-pattern> <method-pattern> '{< params[1],returnObj >}' '<"5".equals(params[0])>' -x 4
arthas-watch

Arthas Watch Command: Output Second Parameter And Return Value When First Parameter Is Five

watch <class-pattern> <method-pattern> '{< params[1],returnObj >}' '<"5".equals(params[0])>' -x 4
arthas-watch

Arthas Watch Command: Output Second Parameter When First Is Five

watch <class-pattern> <method-pattern> '{< params[1],returnObj >}' '<"5".equals(params[0])>' -x 4