Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bahamas10/node-dtrace-examples

Examples of DTrace probes in Node.js
https://github.com/bahamas10/node-dtrace-examples

Last synced: about 2 months ago
JSON representation

Examples of DTrace probes in Node.js

Awesome Lists containing this project

README

        

Node.js DTrace Examples
=======================

A set of examples scripts showing how to use the [dtrace-provider][dtrace-provider] module in Node.

Usage
-----

This repository is broken up into separate folders. Enter any of the folders
to find example Node and DTrace scripts using the dtrace-provider.

Installation
------------

Run `npm install` before using any of the examples.

Contribute
----------

The more examples we can get in here, the better. If you have any good example Node.js
or DTrace scripts, fork the repo, commit them, and submit a pull request.

License
-------

MIT

[dtrace-provider]: https://github.com/chrisa/node-dtrace-provider