ReactiveStateEngineStat#
- class swordfish._swordfishcpp.ReactiveStateEngineStat#
- user: str#
Name of the user who created the streaming engine.
- status: Literal['OK', 'FATAL']#
Status of the streaming engine. “OK” means available; “FATAL” means unavailable.
- last_err_msg: str#
The latest error message from the engine.
- num_groups: int#
The number of groups that the streaming engine has handled.
- num_rows: int#
The number of records that has entered the streaming engine.
- num_metrics: int#
The number of metrics calculated by the streaming engine.
- snapshot_dir: str#
The directory where engine snapshots are saved.
- snapshot_interval: int#
The interval at which to save snapshots.
- snapshot_msg_id: int#
The message ID of the engine snapshot.
- memory_used: int#
The amount of memory currently used by the engine (in bytes).