zoukankan      html  css  js  c++  java
  • SAP OData服务性能测量的四种办法

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


    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    mysql的触发器
    数据库面试题
    数据库面试(1)
    eclipse里maven项目An error occurred while filtering resources解决办法
    Missing artifact com.github.pagehelper:pagehelper:jar:3.4.2-fix的解决方法
    淘淘商城学习
    spring Security简介
    ElasticSearch学习
    在Visual Studio中使用FFTW库
    FFTW程序Demo
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13639795.html
Copyright © 2011-2022 走看看