How can I use the Events probe with RootCause?
The events probe is not integrated with RootCause Trace Display, but you can still use it. Here’s a quick way to get started, by simply applying events to all Java methods and all native functions in the main module (if any), and letting load shedding reduce overhead. • cp $APROBE/probes/events.cfg MyWorkspace.aws • echo ‘;event function “*”‘ >> MyWorkspace.aws/events.cfg • echo ‘event function “*::*”‘ in $java$ >> MyWorkspace.aws/events.cfg • Workspace->AddUal: add events.