SAP OData服务性能测量的几种工具和手段

大憨熊 提交于 2020-05-08 12:25:06

The OData service url being tested is: /sap/opu/odata/sap/CRM_ODATA/TaskCollection?$filter=isMyTask eq true&$expand=DocumentNotes,DocumentNextUserStatuses,DocumentHistories,DocumentApplicationLogs,Attachments

Approach1 – gateway client

Log on your gateway ( frontend ) server, use tcode /IWFND/GW_CLIENT, paste the url and execute. Then you will get execution time in unit Millisecond.

Approach2 – Chrome development tool

Open Chrome development tool via F12, paste the COMPLETE url with host name and port number and execute. The time will be displayed in column “Time”.

Hover the mouse to column “Timeline – Start Time”, and more detail explanation of elapsed time will be displayed as below:

Approach3 – Chrome extension Postman

You can also use Chrome extension – Postman Restclient to get a draft

Approach4 – Gateway performance trace /IWFND/TRACES

Launch the tcode and enable the performance trace by selecting the checkbox “Performance Trace”.

Then trigger a request via any of the above three approaches, and check your performance trace here:

If you want a more detailed view, double click the entry, and then click “Trace Details”:



本文来自云栖社区合作伙伴“汪子熙”,了解相关信息可以关注微信公众号"汪子熙"。

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!