function::qsq_print.3stap - Man Page
Prints a line of statistics for the given queue
Synopsis
qsq_print(qname:string)
Arguments
- qname
queue name
Description
This function prints a line containing the following
Statistics for the Given Queue
the queue name, the average rate of requests per second, the average wait queue length, the average time on the wait queue, the average time to service a request, the percentage of time the wait queue was used, and the percentage of time request was being serviced.
See Also0
tapset::queue_stats(3stap)
Info
April 2024 SystemTap Tapset Reference Queue Statistics Tapset