1FUNCTION::QSQ_PRINT(3stap) Queue Statistics Tapset FUNCTION::QSQ_PRINT(3stap)
2
3
4
6 function::qsq_print - Prints a line of statistics for the given queue
7
9 qsq_print(qname:string)
10
12 qname
13 queue name
14
16 This function prints a line containing the following
17
19 the queue name, the average rate of requests per second, the average
20 wait queue length, the average time on the wait queue, the average time
21 to service a request, the percentage of time the wait queue was used,
22 and the percentage of time request was being serviced.
23
25 tapset::queue_stats(3stap)
26
27
28
29SystemTap Tapset Reference November 2019 FUNCTION::QSQ_PRINT(3stap)