logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::qsq_print - Prints a line of statistics for the given queue

Arguments

qname
           queue name

Description

       This function prints a line containing the following

Name

       function::qsq_print - Prints a line of statistics for the given queue

See Also

tapset::queue_stats(3stap)

SystemTap Tapset Reference                         April 2024                         FUNCTION::QSQ_PRINT(3stap)

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.

Synopsis

           qsq_print(qname:string)

See Also