Skip to content

A simple DTrace script for writev & friends

Notifications You must be signed in to change notification settings

evanmiller/tracewrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

A simple DTrace script for writev & friends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages