diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-21 10:55:25 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-21 10:55:25 +0200 |
| commit | 5a76af565ea910512b0418c56437467068821fd6 (patch) | |
| tree | d8ee7610db5f698703d5891eb9b6aabd1f699f14 /gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.gmi.tpl | |
| parent | a30460cc038708e3a01cbe8cf4d90c6572e26784 (diff) | |
| parent | 75655782fe8ad0b8b9b5fd26a6837e8a745b7268 (diff) | |
Merge branch 'content-gemtext' of codeberg.org:snonux/foo.zone into content-gemtext
Diffstat (limited to 'gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.gmi.tpl')
| -rw-r--r-- | gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.gmi.tpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.gmi.tpl b/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.gmi.tpl index 5c955c66..79693808 100644 --- a/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.gmi.tpl +++ b/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.gmi.tpl @@ -2,8 +2,6 @@ > Published at 2021-04-22T19:28:41+01:00; Updated at 2021-04-26 -=> ./dtail-the-distributed-log-tail-program/title.png DTail logo image - This article first appeared at the Mimecast Engineering Blog but I made it available here in my personal internet site too. => https://medium.com/mimecast-engineering/dtail-the-distributed-log-tail-program-79b8087904bb Original Mimecast Engineering Blog post at Medium @@ -16,6 +14,10 @@ Every engineer familiar with UNIX or a UNIX-like platform (e.g., Linux) is well Think of DTail as a distributed version of the tail program which is very useful when you have a distributed application running on many servers. DTail is an Open-Source, cross-platform, fairly easy to use, support and maintain log file analysis & statistics gathering tool designed for Engineers and Systems Administrators. It is programmed in Google Go. +=> ./dtail-the-distributed-log-tail-program/title.png DTail logo image + +<< template::inline::toc + ## A Mimecast Pet Project DTail got its inspiration from public domain tools available already in this area but it is a blue sky from-scratch development which was first presented at Mimecast’s annual internal Pet Project competition (awarded with a Bronze prize). It has gained popularity since and is one of the most widely deployed DevOps tools at Mimecast (reaching nearly 10k server installations) and many engineers use it on a regular basis. The Open-Source version of DTail is available at: @@ -107,6 +109,6 @@ E-Mail your comments to `paul@nospam.buetow.org` :-) Other related posts are: -<< template::inline::index dtail +<< template::inline::rindex dtail => ../ Back to the main site |
