Show TOC

StatisticsLocate this document in the navigation structure

An adapter constructed using the SAP® Event Stream Processor adapter toolkit maintains a set of common statistics to show its status and track its loading activities. To get these statistics, enable the time-granularity option in the project configuration .ccr file.

All Adapters
  • LastMinuteAvgRowsPerSec, average rows processed per second over the last minute
  • LastHourAvgRowsPerSec, average rows processed per second over the last hour
  • AdapterRunningTime, how long the adapter has been running continuously
Input Adapters Only
  • TotalInputRowsNumber, the number of input rows processed
  • SuccessInputRowsNumber, the number of input rows that were processed successfully
  • ErrorInputRowsNumber, the number of input rows that failed
  • InputLatency, average latency of all input rows processed
Output Adapters Only
  • TotalOutputRowsNumber, the number of output rows processed
  • SuccessOutputRowsNumber, the number of output rows that were processed successfully
  • ErrorOutputRowsNumber, the number of output rows that failed
  • OutputLatency, average latency of all output rows processed