Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

tapset::ioscheduler(3stap)												tapset::ioscheduler(3stap)

NAME
tapset::ioscheduler - systemtap ioscheduler tapset DESCRIPTION
This family of probe points is used to probe IO scheduler activities. ioscheduler.elv_next_request Fires when a request is retrieved from the request queue See probe::ioscheduler.elv_next_request(3stap) for details. ioscheduler.elv_next_request.return Fires when a request retrieval issues a return signal See probe::ioscheduler.elv_next_request.return(3stap) for details. ioscheduler.elv_completed_request Fires when a request is completed See probe::ioscheduler.elv_completed_request(3stap) for details. ioscheduler.elv_add_request.kp kprobe based probe to indicate that a request was added to the request queue See probe::ioscheduler.elv_add_request.kp(3stap) for details. ioscheduler.elv_add_request.tp tracepoint based probe to indicate a request is added to the request queue. See probe::ioscheduler.elv_add_request.tp(3stap) for details. ioscheduler.elv_add_request probe to indicate request is added to the request queue. See probe::ioscheduler.elv_add_request(3stap) for details. ioscheduler_trace.elv_completed_request Fires when a request is See probe::ioscheduler_trace.elv_completed_request(3stap) for details. ioscheduler_trace.elv_issue_request Fires when a request is See probe::ioscheduler_trace.elv_issue_request(3stap) for details. ioscheduler_trace.elv_requeue_request Fires when a request is See probe::ioscheduler_trace.elv_requeue_request(3stap) for details. ioscheduler_trace.elv_abort_request Fires when a request is aborted. See probe::ioscheduler_trace.elv_abort_request(3stap) for details. ioscheduler_trace.plug Fires when a request queue is plugged; See probe::ioscheduler_trace.plug(3stap) for details. ioscheduler_trace.unplug_io Fires when a request queue is unplugged; See probe::ioscheduler_trace.unplug_io(3stap) for details. ioscheduler_trace.unplug_timer Fires when unplug timer associated See probe::ioscheduler_trace.unplug_timer(3stap) for details. SEE ALSO
probe::ioscheduler.elv_next_request(3stap), probe::ioscheduler.elv_next_request.return(3stap), probe::ioscheduler.elv_completed_request(3stap), probe::ioscheduler.elv_add_request.kp(3stap), probe::ioscheduler.elv_add_request.tp(3stap), probe::ioscheduler.elv_add_request(3stap), probe::ioscheduler_trace.elv_completed_request(3stap), probe::ioscheduler_trace.elv_issue_request(3stap), probe::ioscheduler_trace.elv_requeue_request(3stap), probe::ioscheduler_trace.elv_abort_request(3stap), probe::ioscheduler_trace.plug(3stap), probe::ioscheduler_trace.unplug_io(3stap), probe::ioscheduler_trace.unplug_timer(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::ioscheduler(3stap)

Check Out this Related Man Page

tapset::netfilter(3stap)												  tapset::netfilter(3stap)

NAME
tapset::netfilter - systemtap netfilter tapset DESCRIPTION
netfilter.ip.pre_routing Called before an IP packet is routed See probe::netfilter.ip.pre_routing(3stap) for details. netfilter.ip.local_in Called on an incoming IP packet addressed to the local computer See probe::netfilter.ip.local_in(3stap) for details. netfilter.ip.forward Called on an incoming IP packet addressed to some other computer See probe::netfilter.ip.forward(3stap) for details. netfilter.ip.local_out Called on an outgoing IP packet See probe::netfilter.ip.local_out(3stap) for details. netfilter.ip.post_routing Called immediately before an outgoing IP packet leaves the computer See probe::netfilter.ip.post_routing(3stap) for details. netfilter.bridge.local_in Called on a bridging packet destined for the local computer See probe::netfilter.bridge.local_in(3stap) for details. netfilter.bridge.forward Called on an incoming bridging packet destined for some other computer See probe::netfilter.bridge.forward(3stap) for details. netfilter.bridge.local_out Called on a bridging packet coming from a local process See probe::netfilter.bridge.local_out(3stap) for details. SEE ALSO
probe::netfilter.ip.pre_routing(3stap), probe::netfilter.ip.local_in(3stap), probe::netfilter.ip.forward(3stap), probe::netfilter.ip.local_out(3stap), probe::netfilter.ip.post_routing(3stap), probe::netfilter.arp.in(3stap), probe::netfilter.arp.out(3stap), probe::netfilter.arp.forward(3stap), probe::netfilter.bridge.pre_routing(3stap), probe::netfilter.bridge.local_in(3stap), probe::netfilter.bridge.forward(3stap), probe::netfilter.bridge.local_out(3stap), probe::netfilter.bridge.post_routing(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::netfilter(3stap)
Man Page