Skip to content

evanmiller/tracewrite

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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