When using Byteman, we have to specify the class and the method in the rule syntax. What if I want to trace program execution using Byteman?
Example: I do not know which methods are being executed when executing a feature of the program. I want to identify the called methods during the feature execution.
Does this mean that I've to add a rule for each method of each class in a given package? Or is there any other way to achieve this?
It looks like Byteman is not the right tool for what you want. Better results would be provided by: Understand or JProfiler. Especially in multi-threading environment.