首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >SAP OData服务性能测量的几种工具和手段

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

作者头像
Jerry Wang
发布2020-05-07 15:10:14
3700
发布2020-05-07 15:10:14
举报

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.

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

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2020-05-04 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Approach1 – gateway client
  • Approach2 – Chrome development tool
  • Approach3 – Chrome extension Postman
  • Approach4 – Gateway performance trace /IWFND/TRACES
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档