HEX
Server: LiteSpeed
System: Linux w5304130.sdnsbox.com 4.18.0-425.3.1.lve.el8.x86_64 #1 SMP Tue Nov 22 22:59:23 EST 2022 x86_64
User: makefitmeserver (1001)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //usr/share/systemtap/examples/general/socket-events.meta
title: Trace Socket Activity of a Process
name: socket-events.stp
keywords: socket syscall
exit: event-ended
output: trace
scope: process
description: Prints the life cycle of all sockets associated with a process. This includes bytes and timing. The timing information that is tracked includes event completion relative to the start of said event and the end of the previous event. Currently tracks read, write, recv, send, connect and close.
test_check: stap -p4 socket-events.stp
test_installcheck: stap socket-events.stp
usage: stap socket-events.stp -x 1235