Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tapset::queue_stats(3stap) [centos man page]

tapset::queue_stats(3stap)												tapset::queue_stats(3stap)

NAME
tapset::queue_stats - systemtap queue_stats tapset DESCRIPTION
qs_wait Function to record enqueue requests See function::qs_wait(3stap) for details. qs_run Function to record being moved from wait queue to being serviced See function::qs_run(3stap) for details. qs_done Function to record finishing request See function::qs_done(3stap) for details. qsq_start Function to reset the stats for a queue See function::qsq_start(3stap) for details. qsq_utilization Fraction of time that any request was being serviced See function::qsq_utilization(3stap) for details. qsq_blocked Returns the time reqest was on the wait queue See function::qsq_blocked(3stap) for details. qsq_wait_queue_length length of wait queue See function::qsq_wait_queue_length(3stap) for details. qsq_service_time Amount of time per request service See function::qsq_service_time(3stap) for details. qsq_wait_time Amount of time in queue + service per request See function::qsq_wait_time(3stap) for details. qsq_throughput Number of requests served per unit time See function::qsq_throughput(3stap) for details. qsq_print Prints a line of statistics for the given queue See function::qsq_print(3stap) for details. SEE ALSO
function::qs_wait(3stap), function::qs_run(3stap), function::qs_done(3stap), function::qsq_start(3stap), function::qsq_utilization(3stap), function::qsq_blocked(3stap), function::qsq_wait_queue_length(3stap), function::qsq_service_time(3stap), function::qsq_wait_time(3stap), function::qsq_throughput(3stap), function::qsq_print(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::queue_stats(3stap)

Check Out this Related Man Page

tapset::ansi(3stap)													       tapset::ansi(3stap)

NAME
tapset::ansi - systemtap ansi tapset DESCRIPTION
ansi_clear_screen Move cursor to top left and clear screen. See function::ansi_clear_screen(3stap) for details. ansi_set_color Set the ansi Select Graphic Rendition mode. See function::ansi_set_color(3stap) for details. ansi_set_color2 Set the ansi Select Graphic Rendition mode. See function::ansi_set_color2(3stap) for details. ansi_set_color3 Set the ansi Select Graphic Rendition mode. See function::ansi_set_color3(3stap) for details. ansi_reset_color Resets Select Graphic Rendition mode. See function::ansi_reset_color(3stap) for details. ansi_new_line Move cursor to new line. See function::ansi_new_line(3stap) for details. ansi_cursor_move Move cursor to new coordinates. See function::ansi_cursor_move(3stap) for details. ansi_cursor_hide Hides the cursor. See function::ansi_cursor_hide(3stap) for details. ansi_cursor_save Saves the cursor position. See function::ansi_cursor_save(3stap) for details. ansi_cursor_restore Restores a previously saved cursor position. See function::ansi_cursor_restore(3stap) for details. ansi_cursor_show Shows the cursor. See function::ansi_cursor_show(3stap) for details. SEE ALSO
function::ansi_clear_screen(3stap), function::ansi_set_color(3stap), function::ansi_set_color2(3stap), function::ansi_set_color3(3stap), function::ansi_reset_color(3stap), function::ansi_new_line(3stap), function::ansi_cursor_move(3stap), function::ansi_cursor_hide(3stap), function::ansi_cursor_save(3stap), function::ansi_cursor_restore(3stap), function::ansi_cursor_show(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::ansi(3stap)
Man Page