_ESP_Streams_Monitor

Contains information about the performance of streams. It contains a copy of data from _ESP_Streams stream. Monitoring data is available only if the time-granularity option is set in the project configuration (CCR) file.

Column Type Description
stream string The name of the stream.
target string The name of the target element.
cpu_pct float The CPU usage, as a percentage, by the stream's thread since the last update.
trans_per_sec float The stream's performance, in transactions per second, since the last update.
rows_per_sec float The stream's performance, in rows per second, since the last update.
inc_trans long The number of transactions processed by the server since the last update.
inc_rows long The number of rows processed by the server since the last update.
queue integer The current input queue size.
store_rows long The current number of records in the stream's store.
last_update date The time of the current update.
sequence long The sequence number of the current update.
posting_to_client long The numeric ID of the client connection to which the stream is trying to currently publish data. Typically, posting_to_client is -1, meaning the stream is not trying to currently publish data.