tps_taskprocessor_stats maintain statistics for a taskprocessor. More...
Data Fields | |
| unsigned long | _tasks_processed_count |
| This is the current number of tasks processed. | |
| unsigned long | max_qsize |
| This is the maximum number of tasks queued at any one time. | |
tps_taskprocessor_stats maintain statistics for a taskprocessor.
Definition at line 55 of file taskprocessor.c.
| unsigned long _tasks_processed_count |
This is the current number of tasks processed.
Definition at line 59 of file taskprocessor.c.
Referenced by cli_tps_report(), and tps_processing_function().
| unsigned long max_qsize |
This is the maximum number of tasks queued at any one time.
Definition at line 57 of file taskprocessor.c.
Referenced by cli_tps_report(), and tps_processing_function().