0.0.3 • Published 11 years ago

dtrace-streams v0.0.3

Weekly downloads
11
License
-
Repository
github
Last release
11 years ago

dtrace-streams

Streaming API for DTrace on IllimOS based systems.

Install

npm install dtrace-streams

Usage

See examples folder

var dtracestream = require('../index.js')
var stm = dtracestream.traces(LOCATION_OF_D_FILE, 1000)
stm.pipe(process.stdout);
0.0.3

11 years ago

0.0.2

12 years ago

0.0.1

12 years ago