The OData service url being tested is: /sap/opu/odata/sap/CRM_ODATA/TaskCollection?KaTeX parse error: Expected 'EOF', got '&' at position 24: …sMyTask 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.

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

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”.

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

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

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

Approach3 – Chrome extension Postman

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

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

Approach4 – Gateway performance trace /IWFND/TRACES

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

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

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

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

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

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

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
SAP OData服务性能测量的几种工具和手段

相关文章:

  • 2022-12-23
  • 2021-12-05
  • 2021-11-22
  • 2022-01-29
  • 2022-02-13
  • 2022-12-23
  • 2021-07-25
  • 2021-08-20
猜你喜欢
  • 2021-05-23
  • 2021-09-12
  • 2021-10-09
  • 2022-02-09
  • 2021-07-19
  • 2022-12-23
相关资源
相似解决方案