Adapter for SAP 10.1 | webMethods Adapter for SAP Documentation | webMethods Adapter for SAP Installation and User’s Guide Documentation | Built-in Services | SAP Client Services | pub.sap.client:getThroughput
 
pub.sap.client:getThroughput
Returns the performance throughput value of the connection since the adapter startup or the last reset to zero
Input Parameter
serverName
Alias for the SAP system from which you want to recieve the RFC connection specific attributes. The name must match a configured RFC connection alias at Adapter for SAP. Optional. Set to true to reset the performance throughput values to zero
$client
Optional. Client for the session. If no client is specified, the client specified in the SAP system alias settings is used.
$user
Optional. User name for the session. If no user is specified, the default user is used.
$pass
Optional. Password for the session. If the password is not specified, then the user and password will be looked up in the SAP User store.
$language
Optional. Language used during the session. If no language is specified, the default language is used.
Return Values
numberOfCalls
Number of calls executed by the connection.
numberOfBytesSent
Number of bytes sent by the connection.
umberOfBytesRecieved
Number of bytes received by the connection.
marshallingTime
Time spent by the connection to convert pipeline data into RFC data (in ms).
unmarshallingTime
Time spent by the connection to convert RFC data into pipeline data (in ms).
timeForPreparation
Time spent by the connection for preparation and repository lookups (in ms).
timeForMiddlewareCalls
Time spent by the connection during RFC network calls(in ms).
timeForAdapterServiceCalls
Time spent by the connection for processing inbound or outbound requests in Integration Server services.
totalTime
Total time spent by the connection for processing inbound and outbound services.