...
This type of audit is not available if the target stream has failed running to run or it has been aborted.
Stream Audit Overview
...
You can access the stream audit from the Solutions panel Streams overview. On the Actions dropdown menu choose the Audit Function. This will open the main Audit screen. Navigate to the Stream Audit area by clicking on that tab on the upper part of the screen. Audit then click Stream audit.
You can also access the Stream audit by clicking on the Audit button View audit from the Stream Editor.
The following details of a stream record are available:
...
The total time, that is the time between Start time and End time, is always slightly higher than the Processing time.
The reason for this is as follows:
...
The start time is when the first transaction starts.
...
This is because there is a short gap in time
...
between each transaction and the total time considers this gap.
The Processing time is the data processing time itself and is also used for calculating the transactions per second (tps) metric.
Click on a stream record to view the following Function-wise details:
Column Name | Description |
---|---|
Function Name | Name of the Function |
Function Type | Type of the Function |
Inputs | Total number of incoming events processed by the Function |
Outputs | Total number of outgoing events processed by the Function |
TPS | The number of transactions handled per second. |
...