'\" t .\" Title: function::qsq_service_time .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: May 2021 .\" Manual: Queue Statistics Tapset .\" Source: SystemTap Tapset Reference .\" Language: English .\" .TH "FUNCTION::QSQ_SERVIC" "3stap" "May 2021" "SystemTap Tapset Reference" "Queue Statistics Tapset" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" function::qsq_service_time \- Amount of time per request service .SH "SYNOPSIS" .sp .nf qsq_service_time:long(qname:string,scale:long) .fi .SH "ARGUMENTS" .PP \fIqname\fR .RS 4 queue name .RE .PP \fIscale\fR .RS 4 scale variable to take account for interval fraction .RE .SH "DESCRIPTION" .PP This function returns the average time in microseconds required to service a request once it is removed from the wait queue\&. .SH SEE ALSO\n .IR tapset::queue_stats (3stap)