Query: tapset::tcp
OS: debian
Section: 3stap
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAPSET::TCP(3stap) TAPSET::TCP(3stap)NAMEtapset::tcp - systemtap tcp probe pointsDESCRIPTIONThis family of probe points is used to probe TCP layer activities. It contains the following probe points: tcp.sendmsg Fires whenever sending a tcp message Arguments: sock network socket size number of bytes to send tcp.sendmsg.return Fires whenever sending message is done Arguments: size number of bytes sent tcp.recvmsg Fires whenever a message is received Arguments: sock network socket size number of bytes to be received tcp.recvmsg.return Fires whenever message receiving is done Arguments: size number of bytes received tcp.disconnect Fires whenever tcp is disconnected Arguments: sock network socket flags TCP flags (e.g. FIN, etc) tcp.disconnect.return Fires when returning from tcp.disconnect Arguments: ret error code (0: no error)SEE ALSOstap(1), stapprobes(3stap) IBM, Intel TAPSET::TCP(3stap)
Related Man Pages |
---|
tapset::iosched(3stap) - debian |
tapset::ioblock(3stap) - centos |
tapset::kprocess(3stap) - debian |
tapset::scsi(3stap) - debian |
tapset::socket(3stap) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Find columns in a file based on header and print to new file |
Weird 'find' results |