secure
Statistics
Retrieves RDI statistics.
get/api/v1/monitoring/statistics
Response
Successful Response
Example response
{
"processing_performance": {
"total_batches": 100,
"batch_size_avg": 50.2,
"read_time_avg": 10.5,
"transform_time_avg": 2.3,
"write_time_avg": 4.4,
"process_time_avg": 20.3,
"ack_time_avg": 5.2,
"total_time_avg": 35.5,
"rec_per_sec_avg": 100.1
},
"rdi_pipeline_status": {
"rdi_version": "N/A",
"address": "172.17.0.2:12006",
"sync_mode": "N/A"
}
}