Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artyom/mio
Go package to collect read/write latency data (fork of meteredwriter)
https://github.com/artyom/mio
Last synced: about 13 hours ago
JSON representation
Go package to collect read/write latency data (fork of meteredwriter)
- Host: GitHub
- URL: https://github.com/artyom/mio
- Owner: artyom
- License: mit
- Created: 2014-06-05T15:11:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T13:59:15.000Z (about 7 years ago)
- Last Synced: 2024-06-20T14:28:31.455Z (5 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# mio (aka metered IO)
Package mio provides tools to combine io.Reader/io.Writer and
[metrics.Histogram][1] interfaces, so that every non-empty Read or Write call
latency value is sampled to Histogram.See [documentation on godoc.org][doc].
This package is intended to be used with [metrics][1] package.
[1]: https://godoc.org/github.com/artyom/metrics#Histogram
[2]: https://github.com/artyom/metrics
[doc]: https://godoc.org/github.com/artyom/mio