I am considering using SystemTap for monitoring FileSystem activities on a production server.
How can I transfer data from the kernel module that SystemTap generates to another application? I only saw printf as a way of outputting data from SystemTap script, Is there some sort of socket interface?