ABAP Webdynpro效能測試工具
Under package SWDP_PERFORMANCE_VERIFICATION there is a pair of reports WDT_TRACE_ON and WDT_TRACE_OFF which could switch on and switch off performance trace. To switch on trace, set the user parameter WDA_PERF_TRACE_ON as abap_true, then run report WDT_TRACE_ON.
In the webdynpro runtime framework code,you could see there is code to record the runtime performance information implemented via keyword GET RUN TIME FIELD.
You can find all positions where framework has done such performance recording with the help of report RS_ABAP_SOURCE_SCAN with search keyword name = macro name wdr_perf_trace_on and search package name = SWDP_RUNTIME_CORE.
Once you activate the performance trace, you can run your application in UI as usual. After application runs over, you can deactivate the trace by running report WDT_TRACE_OFF, it will retrieve all runtime performance trace information with start and stop time.
the report will also do some calculations based on those two times and display the result:
For description of each columns, please refer to description maintained in DDIC structure STRC_S_STAT.
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2712086/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 效能測試工具
- 效能測試工具Locust
- mysqlslap 效能測試工具MySql
- 效能測試工具supersmackMac
- 效能測試工具 - Siege
- 使用ABAP實現Mock測試工具MockitoMockito
- 【PG效能測試】pgbench效能測試工具簡單使用
- 壓縮工具效能測試
- MySQL 效能測試工具mysqlslapMySql
- YCSB效能測試工具使用
- 效能測試工具的原理
- 幾種 SAP ABAP OData 服務的效能評估和測試工具介紹試讀版
- 如何修改SAP ABAP webdynpro的背景色Web
- 效能測試工具你知道多少?
- java 效能測試框架工具-junitperfJava框架
- 使用 fio 工具測試 EBS 效能
- Nginx效能測試工具之webbenchNginxWeb
- 效能測試:主流壓測工具介紹
- 使用YCSB工具工具進行cassandra效能測試
- Webapi管理和效能測試工具WebBenchmarkWebAPI
- 自己上手寫效能測試工具(二)
- JMeter效能測試工具使用入門JMeter
- Android 效能測試——Heap Viewer 工具AndroidView
- Android 效能測試——Memory Monitor 工具Android
- mysql效能測試工具之sysbench薦MySql
- mysql效能測試工具之mysqlslap薦MySql
- 50個開源效能測試工具
- windows下測試IO效能的工具Windows
- Mysql5.1 - mysqlslap效能測試工具MySql
- 使用 Postman 工具高效管理和測試 SAP ABAP OData 服務試讀版Postman
- PR效能測試工具升級到全鏈路效能測試與分析平臺
- LoadRunner效能測試工具---(三)測試結果樣例分析
- 測試網路效能的小工具
- 網路效能測試工具iperf的使用
- sitespeedio前端效能測試工具介紹前端
- 安全及效能測試工具(網站收集)網站
- 【網路】效能指標與測試工具指標
- 三種web效能壓力測試工具Web