clientGetThroughput
The service returns the performance throughput value of the connection since the adapter startup or the last reset to zero.
- Input parameters
-
- serverName
- Alias for the SAP system from which you want to receive the RFC connection-specific attributes. The name must match a configured RFC connection alias at SAP® ERP. 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 that is 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 must 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 run by the connection.
- numberOfBytesSent
- Number of bytes sent by the connection.
- umberOfBytesReceived
- Number of bytes received by the connection.
- marshallingTime
- Time (ms) spent by the connection to convert pipeline data into RFC data.
- unmarshallingTime
- Time (ms) spent by the connection to convert RFC data into pipeline data.
- timeForPreparation
- Time (ms) spent by the connection for preparation and repository lookups.
- timeForMiddlewareCalls
- Time (ms) spent by the connection during RFC network calls.
- timeForAdapterServiceCalls
- Time that is spent by the connection for processing inbound or outbound requests in webMethods Integration services.
- totalTime
- Total time that is spent by the connection for processing inbound and outbound services.