i've exposed quite a few stats in my procfs-stats module. now i need to be able to make use of the data!
###poll-stream
- poll a function
- provide a callback
- emit the value
- error on error
- https://github.com/soldair/node-poll-stream
###subtract-values-stream
- subtracts all the values from the previous object from an object
- buffers 1 object
- https://github.com/soldair/node-subtract-stream
- emits objects whose values are an average of the last n samples
- https://github.com/soldair/node-avg-stream
###procfs-stats
- gets stats of all the things
- https://github.com/soldair/node-procfs-stats