Skip to content

olif/godometer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-dometer

Measure pipe transfer speed. Inspired by the excellent pv.

Build

Build the application with:

$> go build 

Usage

Currently godometer can only measure transfer speed through a pipeline. Either pipe data to godometer or use input redirection.

$> gunzip -c indata.txt.gz | ./gm > out.txt

or

$> ./gm < indata.txt.gz | gunzip > out.txt

Screenshot

TODO

  • Implement support for multiprocess output

About

Measure pipe transfer speed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages