add diskstats on Darwin (#593)

* Add diskstats collector for Darwin

* Update year in the header

* Update README.md

* Add github.com/lufia/iostat to vendored packages

* Change stats to follow naming guidelines

* Add a entry of github.com/lufia/iostat into vendor.json

* Remove /proc/diskstats from description
This commit is contained in:
kadota kyohei 2017-07-06 20:51:24 +09:00 committed by Johannes 'fish' Ziemke
commit a077024f51
10 changed files with 440 additions and 1 deletions

7
vendor/github.com/lufia/iostat/README.md generated vendored Normal file
View file

@ -0,0 +1,7 @@
# iostat - reports I/O statistics
[![GoDoc](https://godoc.org/github.com/lufia/iostat?status.svg)](https://godoc.org/github.com/lufia/iostat)
*iostat* reports I/O statistics. currently supported OSes are:
* macOS