Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 457 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 457 Bytes

measuringringbuffer

GoDoc

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.