Observability
Verified for current stable
Trace Commands
Trace is a diagnostic utility for monitoring method invocations and interactions in a live Java application. It is part of advanced observability tooling for performance analysis.
$
network-diagnostics Operations
Trace Command: Trace Method Invoke Chain
trace <class-pattern> <method-pattern> Search
Trace Command: Trace Multiple Classes Or Methods
trace -E <class-pattern1>|<class-pattern2> <method-pattern1>|<method-pattern2>|<method-pattern3> Search
Trace Command: Track Method Invoke Chain Exceeding Cost And Limit
trace <class-pattern> <method-pattern> '#cost > <10>' -n 5 Search
Missing a Trace workflow?
Help the community by submitting verified alternatives or new use cases.