gostamp

Timestamp and colorize the stdout and stderr streams of CLI programs.

MIT License

Stars
14
gostamp - Add -csv option Latest Release

Published by spytheman almost 2 years ago

gostamp now supports producing output in the common CSV format.

It is very convenient for analyzing the results with a spreadsheet like Excel.

Note: latest go1.19.1 does not support building 32bit Darwin apps anymore.

gostamp - Implement -nobuf option (working only on linux so far)

Published by spytheman about 4 years ago

Passing -nobuf , you can get a more accurate timing report of programs, that do sporadic output to stdout/stderr without flushing. It may not be suitable for measuring programs, that produce huge volumes of output, since turning off the io streams buffering, may slow down their execution.

gostamp - Maintenance release.

Published by spytheman over 5 years ago

Improved release process.
Now the version number in the binary matches the one used in the Makefile.

gostamp - Cleanup of gostamp output.

Published by spytheman over 5 years ago

Cleaner output of gostamp (no line count), compared to release v0.3 .

gostamp - Reduce impact on the measured program.

Published by spytheman over 5 years ago

Use a buffered channel instead of a mutex to coordinate the terminal output with minimal impact on the observed program.

gostamp - Release of version 0.2 .

Published by spytheman almost 6 years ago

gostamp - Timestamp and colorize the stdout and stderr streams of CLI programs.

Available builds for:

  • macOS X (32bit and 64bit),
  • Windows (32bit and 64bit),
  • Linux (32bit and 64bit)
Package Rankings
Top 8.17% on Proxy.golang.org