broker_stats
All statistical reports from Brokers are stored in this table.
Primary key: pk_broker_stats(broker_id, time_stamp)
|
Column name |
Data type |
Description |
|
broker_id |
int not null |
The unique ID of the Broker |
|
time_stamp |
timestamp not null |
Timestamp of the report |
|
num_busy_engines |
int |
Number of Engines busy at report time |
|
num_total_engines |
int |
Number of Engines logged in at report time |
|
num_drivers |
int |
Number of Drivers logged in at report time |
|
uptime_minutes |
float |
Time since Broker start in minutes |
|
num_jobs_running |
int |
Number of Services running at report time |
|
num_tasks_pending |
int |
Number of tasks pending (not yet assigned to Engines) at report time |