Path to this page:
./
sysutils/mlog,
Merge log files by timestamp
Branch: CURRENT,
Version: 0.1,
Package name: mlog-0.1,
Maintainer: schmonzmlog reads lines from multiple log files and prints them in
chronological order. The files need to start with comparable timestamps.
mlog prints the oldest line first, thus preserving relative order.
mlog behaves like a combination of 'sort -m' and 'tail -f'.
Master sites:
Filesize: 3.839 KB
Version history: (Expand)
- (2024-01-19) Package added to pkgsrc.se, version mlog-0.1 (created)
CVS history: (Expand)
2024-01-19 16:58:00 by Amitai Schleier | Files touched by this commit (5) |
Log message:
Add mlog: Merge log files by timestamp
mlog reads lines from multiple log files and prints them in
chronological order. The files need to start with comparable timestamps.
mlog prints the oldest line first, thus preserving relative order.
mlog behaves like a combination of 'sort -m' and 'tail -f'.
|