如何使用SAP事務碼SAT進行UI應用的效能分析
# Sent: Wednesday, July 11, 2012 7:49 PM
Subject: 【Knowledge share】How to trace UI transaction using SAT
Have you ever noticed this button in SAT during your testing? We can use it to trace transaction which are not launched by backend.
Suppose I want to trace the performance when I click product hyperlink in search result. First I have to set a breakpoint to the event handler and launch UI to trigger the breakpoint.
Once BP is triggered, click button highlighted above, select the session and click button “Activate Measurement”.
Once done there is a new yellow light indicating that trace is switched on. The trace file is also generated accordingly.
Then click F8 to finish execution, and deactivate the trace. Now the SAT file is ready with a green light turned on.
At this time, please do not directly go to SAT and view your trace file: It will not work. Instead please just double click the green light, it will automatically format SAT file for you.
Once done, it will also be displayed correctly in SAT.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2677393/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 使用 ABAP 事物碼 SAT 對從瀏覽器開啟的 SAP應用進行效能監控和測量瀏覽器
- 使用工具分析 SAP UI5 應用前端執行的效能問題UI前端
- 使用 Chrome 開發者工具分析 SAP UI5 應用的 JavaScript 程式碼執行效能瓶頸試讀版ChromeUIJavaScript
- 使用火焰圖進行Java應用效能分析Java
- 如何分析SAP UI5應用的undefined is not a function錯誤UIUndefinedFunction
- 使用SAT跟蹤監控從瀏覽器開啟的SAP應用的效能和呼叫棧瀏覽器
- 使用 Spark 進行微服務的實時效能分析Spark微服務
- 使用 Dynatrace 對 Node.js 應用的效能資料進行分析Node.js
- SAP UI5 應用中的 sap.ui.require 使用場景UI
- 使用 SAP UI5 CLI 命令列工具構建和執行 SAP UI5 應用UI命令列
- SAP UI5 應用中的 sap.ui.require.toUrl 使用場景UI
- 使用pprof進行效能分析
- 如何在阿里雲上執行SAP UI5應用阿里UI
- Docker中使用Xhprof 對程式碼進行效能分析Docker
- SAP UI5 應用開發教程之四十五 - 如何在 SAP UI5 應用裡使用 jQuery 和原生的 DOM APIUIjQueryAPI
- 使用應用程式跟蹤對效能改變進行量化分析(轉)
- 使用Fiori Elements建立的SAP UI5應用,如何支援編輯功能UI
- 如何提取SAP UI5應用的技術資訊UI
- SAP UI5 應用的中文亂碼問題UI
- 使用VisualVM進行Java應用的效能測量LVMJava
- SAP UI5 應用開發教程之三十 - SAP UI5 的路由過程中進行引數傳遞UI路由
- SAP 事務碼記錄~
- 【譯】Google - 使用 webpack 進行 web 效能優化(三):監控和分析應用GoWeb優化
- 如何在SAP UI5應用裡新增使用攝像頭拍照的功能UI
- SAP UI5 應用開發教程之一百零六 - 如何提高 SAP UI5 應用路由 url 的可讀性UI路由
- 關於使用 SAP UI5 程式碼設定應用 theme 的技巧UI
- 使用SAP WebIDE給SAP UI5應用新增data sourceWebIDEUI
- 如何將 SAP UI5 應用託管到 Github 網站上並執行UIGithub網站
- ORACLE 使用TRACE進行SQL效能分析OracleSQL
- 事務使用中如何避免誤用分散式事務分散式
- 使用 SAP UI5 sap.ui.export.Spreadsheet API 進行 Excel 匯出的一些限制UIExportAPIExcel
- 如何使用Nginx對Artifactory進行http應用NginxHTTP
- SAP UI5 應用 XML 檢視的載入邏輯分析UIXML
- 使用SAP BSP應用執行VueVue
- 如何在瀏覽器裡開發並執行 SAP UI5 應用瀏覽器UI
- SAP取消操作的事務碼-待完成
- SAP Hybris的build callback和SAP ABAP的SGEN事務碼UI
- 使用 TypeScript 編寫 SAP UI5 應用的準備工作TypeScriptUI