dtrace-streams

0.0.3 • Public • Published

dtrace-streams

Streaming API for DTrace on IllumOS based systems.

Install

$ npm install dtrace-streams

Usage

var dtracestream = require('dtrace-streams')
var stm = dtracestream.traces(LOCATION_OF_D_FILE, 1000)
stm.pipe(process.stdout);

Examples

Install

$ git clone git@github.com:No9/dtrace-streams.git
$ cd dtrace-streams
$ npm install 
$ cd examples 

Run

$ node helloworld.js
Hell of a world!

Readme

Keywords

none

Package Sidebar

Install

npm i dtrace-streams

Weekly Downloads

0

Version

0.0.3

License

none

Last publish

Collaborators

  • no9