Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bahamas10/node-dtrace-examples
- Owner: bahamas10
- Created: 2012-04-21T02:42:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-26T00:40:26.000Z (over 11 years ago)
- Last Synced: 2024-08-10T21:47:49.144Z (4 months ago)
- Language: JavaScript
- Size: 155 KB
- Stars: 61
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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