advance-tuning async-threading threading-config
Configures threading configuration of servicethreading.
Command Mode
Exec > Global Configuration
Syntax
threading-config service_name
drop-oldest-when-full { false | true}
Specify to drop the oldest packet when the queue is full.
Must be one of the following:
false
true
priority thread_priority
Specify the threading priority.
Must be an integer.
queue-size queue_size
Specify the size of the queue.
Must be an integer.
service-name service_name
Specify the service name.
Must be a string.
threads thread_number
Specify the number of threads.
Must be an integer.
Usage Guidelines
Use this command to configure threading configuration of service.