Query: tapset::udp
OS: debian
Section: 3stap
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAPSET::UDP(3stap) TAPSET::UDP(3stap)NAMEtapset::udp - systemtap udp probe pointsDESCRIPTIONThis family of probe points is used to probe UDP layer activities. It contains the following probe points: udp.sendmsg Fires whenever sending a udp message Arguments: sock network socket size number of bytes to send udp.sendmsg.return Fires whenever sending message is done Arguments: size number of bytes sent udp.recvmsg Fires whenever a message is received Arguments: sock network socket size number of bytes to be received udp.recvmsg.return Fires whenever message receiving is done Arguments: size number of bytes received udp.disconnect Fires whenever udp is disconnected Arguments: sock network socket flags flags (e.g. FIN, etc) udp.disconnect.return Fires when returning from udp.disconnect Arguments: ret error code (0: no error)SEE ALSOstap(1), stapprobes(3stap) Intel TAPSET::UDP(3stap)
Related Man Pages |
---|
tapset::udp(3stap) - centos |
tapset::ioblock(3stap) - centos |
tapset::nfsd(3stap) - debian |
tapset::scsi(3stap) - debian |
tapset::socket(3stap) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
Weird 'find' results |
My first PERL incarnation... Audio Oscillograph |