mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
taskprocessor.c: Add CLI commands to reset taskprocessor stats.
Added two new CLI commands to reset stats for taskprocessors. You can reset stats for a single, specific taskprocessor ('core reset taskprocessor <taskprocessor>'), or you can reset all taskprocessors ('core reset taskprocessors'). These commands will reset the counter for the number of tasks processed as well as the max queue size. Change-Id: Iaf17fc4ae29396ab0c6ac92408fc7bdc2f12362d
This commit is contained in:
committed by
Benjamin Keith Ford
parent
2bb6334098
commit
5ea667e03a
7
doc/CHANGES-staging/taskprocessor-reset-stats.txt
Normal file
7
doc/CHANGES-staging/taskprocessor-reset-stats.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Subject: taskprocessor.c
|
||||
|
||||
Added two new CLI commands to reset stats for taskprocessors. You can
|
||||
reset stats for a single, specific taskprocessor ('core reset
|
||||
taskprocessor <taskprocessor>'), or you can reset all taskprocessors
|
||||
('core reset taskprocessors'). These commands will reset the counter for
|
||||
the number of tasks processed as well as the max queue size.
|
Reference in New Issue
Block a user