Asterisk - The Open Source Telephony Project
18.5.0
|
tps_taskprocessor_stats maintain statistics for a taskprocessor. More...
Data Fields | |
unsigned long | _tasks_processed_count |
This is the current number of tasks processed. More... | |
unsigned long | max_qsize |
This is the maximum number of tasks queued at any one time. More... | |
tps_taskprocessor_stats maintain statistics for a taskprocessor.
Definition at line 61 of file taskprocessor.c.
unsigned long _tasks_processed_count |
This is the current number of tasks processed.
Definition at line 65 of file taskprocessor.c.
Referenced by ast_taskprocessor_execute(), tps_report_taskprocessor_list_helper(), and tps_reset_stats().
unsigned long max_qsize |
This is the maximum number of tasks queued at any one time.
Definition at line 63 of file taskprocessor.c.
Referenced by ast_taskprocessor_execute(), tps_report_taskprocessor_list_helper(), and tps_reset_stats().