NavigationRecent UpdatesUpcoming events |
Add new commentuseful little perl script to insert timestamps into your data stream / pipelineSubmitted by Aleksey Tsalolikhin on Thu, 2008-02-14 19:21.
I wrote this script to insert a timestamp into the pipeline. I call it "teetime" after /usr/bin/tee. It can make vmstat more informative, for example: vmstat 1 | teetime
Best,
# insert a timestamp into the data stream use POSIX strftime; while ($_ = ) { Trackback URL for this post:http://lopsa.org/trackback/1582
Aleksey Tsalolikhin's blog | add new comment | 17676 reads
Reply |