Skip to content
/ egos Public

Evergreen Output Sequencer - improve ordering of standard output vs standard error and provide more accurate timestamps

License

Notifications You must be signed in to change notification settings

p-mongodb/egos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Evergreen Output Sequencer

This program runs another program and performs postprocessing on the second program's output:

  • Output and error streams are timestamped
  • The streams are merged into one (output), with the source labeled

egos turns off buffering on all streams via setvbuf(3), peforming the equivalent of

stdbuf -i0 -o0 -e0

About

Evergreen Output Sequencer - improve ordering of standard output vs standard error and provide more accurate timestamps

Resources

License

Stars

Watchers

Forks