https://github.com/jille/measuringringbuffer
A binary+library to measure how much time is spent reading vs writing.
https://github.com/jille/measuringringbuffer
bottleneck golang golang-binaries golang-library pv
Last synced: 2 months ago
JSON representation
A binary+library to measure how much time is spent reading vs writing.
- Host: GitHub
- URL: https://github.com/jille/measuringringbuffer
- Owner: Jille
- License: bsd-2-clause
- Created: 2022-09-20T18:03:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T18:08:46.000Z (over 2 years ago)
- Last Synced: 2025-01-22T12:45:49.254Z (4 months ago)
- Topics: bottleneck, golang, golang-binaries, golang-library, pv
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# measuringringbuffer
[](https://godoc.org/github.com/Jille/measuringringbuffer)
This is a binary and library implementing a ring buffer of bytes that measures how much time is spend reading vs writing. The binary, fv (flowviewer) can be used instead of pv(1) to give more insight into where your bottleneck lies.
The output of the fv binary is expected to change in the future.