Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有几个spring bean服务的spring上下文。我正在跨许多服务传递一个实例化的对象引用。如何分析各种指标,例如将对象从一个服务传递到另一个服务所需的时间、对象传递到的服务数量等?我认为这比简单的分析要高级一些,因为我希望能够跟踪对象,而不仅仅是服务方法调用。
您需要自己编写一些聪明的分析器:
AspectJ
numberOfServiceCalls