Skip to content

Utility to capture the output of a command with timestamps

License

Notifications You must be signed in to change notification settings

tibordp/timestamped

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timestamped

timestamped is an utility that can be used to capture timestamped standard output and error of a command and replay it later.

Example

> timestamped record -o recording.dat -- bash -c "echo foo; sleep 1; echo bar;"
> timestamped replay recording.dat
foo
<one second later>
bar

Building from source

Requires a working Alumina compiler

make

About

Utility to capture the output of a command with timestamps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published