Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
tps_taskprocessor_stats Struct Reference

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...
 

Detailed Description

tps_taskprocessor_stats maintain statistics for a taskprocessor.

Definition at line 61 of file taskprocessor.c.

Field Documentation

◆ _tasks_processed_count

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().

◆ max_qsize

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().


The documentation for this struct was generated from the following file: