Quantcast
Channel: Silk Performer
Viewing all articles
Browse latest Browse all 4084

Wiki Page: How can I retrieve SAP GUI measurements during the loadtest?

$
0
0
This can be achieved using the MeasureGet function. The Round trips, Interpretation, Flushes and Response time values can all be captured. For example the following is a SAP timer SapGuiSendVKey\SAPGUI_VKEY_F4 The following code can be used to get the required values MeasureGet("SapGuiSendVKey\\SAPGUI_VKEY_F4", 241, MEASURE_KIND_AVERAGE, f1); MeasureGet("SapGuiSendVKey\\SAPGUI_VKEY_F4", 242, MEASURE_KIND_AVERAGE, f2); MeasureGet("SapGuiSendVKey\\SAPGUI_VKEY_F4", 243, MEASURE_KIND_AVERAGE, f3); MeasureGet("SapGuiSendVKey\\SAPGUI_VKEY_F4", 244, MEASURE_KIND_AVERAGE, f4); 241 will return "round trips" 242 will return "Interpretation time" 243 will return "Flushes" 244 will return "response time" Additional information on MeasureGet function is available in the Silk Performer help. Old KB# 17702

Viewing all articles
Browse latest Browse all 4084

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>