All Projects → evanmiller → tracewrite

evanmiller / tracewrite

Licence: other
A simple DTrace script for writev & friends

Programming Languages

DTrace
51 projects

tracewrite - a simple DTrace script for writev & friends

Usage:

sudo dtrace -s tracewrite.d -p <process ID>

(If you've only got one instance of the BEAM running, you might do -p $(pgrep beam) for convenience.)

DTrace doesn't support looping constructs so there are separate actions for the first ~15 entries of the writev vector.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].