🍺 BREW Explorer

← all formulae

ctail

brew install ctail v0.1.0 Apache-2.0

Tool for operating tail across large clusters of machines

4
30-day installs · #11406
7
90-day · #13533
23
365-day · #13650
14
★ GitHub stars · updated 9y ago

Runtime dependencies

Build dependencies

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "autoconf",
    "automake",
    "libtool"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [
    "byobu"
  ],
  "dependencies": [
    "apr",
    "apr-util"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Tool for operating tail across large clusters of machines",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:44+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "ctail",
  "github_default_branch": "master",
  "github_last_commit_at": "2017-04-17T00:33:23Z",
  "github_readme_excerpt": "# ctail: The cluster tail tool\n\nA simple tool for merging tail streams from many machines in a cluster.\n\n[tail(1)](http://www.freebsd.org/cgi/man.cgi?query=tail) across large clusters of machines, with many log files.  It relies upon existing SSH authentication infrastructure, rather than introducing central points of log collection, or other large infrastructure changes, which aren\u0027t easily changed in many systems.\n\n`ctail` is built on top of [APR and APR-Util](http://apr.apache.org).\nIt is made avaialble under the [Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0), which means it is suitable for use in both open and closed source software, and that you can make modifications\nto it without being required to distribute them, as long as you abide\nby the terms set forth in the license.  Although, if you do fix bugs\nor add new features it would certainly be nice if you contributed\nthem back, helping development.\n\n# Usage\n\n```sh\n$ ctail --help\n\nctail 0.1.0-release\nUsage:\n   ctail (options)\nOptions:\n   -b --bulk                    Enable Bulk IO Buffering for output.\n   -d --debug                   Enable debug output.\n   -h --help                    Print this help message.\n   -f --file=\u0026lt;path\u0026gt;       Sets default target file to tail\n   -m --machines=\u0026lt;list\u0026gt;   List of machines to connect to.\n   -p --prefix                  Show machine names before every line.\n\n```\n\nThe `--machines` option lists the machines for `ctail` to connect to. Machines can either be bare hostnames, or hostnames plus a log path.\n\n`ctail` assumes that your SSH is configured to work without prompting for passwords or other information. You can test this by running `ssh -o BatchMode=yes machine_name`.\nThis is most commonly done using ssh-keys, but more information\non how to use Password-less authentication [can be found on the internet](http://www.google.com/search?hl=en\u0026safe=off\u0026q=openssh+ssh-keygen\").\n\n# Examples\n\n`ctail -m \"w01:/var/log/messages\"`: Would c",
  "github_repo": "pquerna/ctail",
  "github_stars": 14,
  "github_topics": [],
  "homepage": "https://github.com/pquerna/ctail",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 4,
  "installs_365d": 23,
  "installs_90d": 7,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Apache-2.0",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "ctail",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 11406,
  "rank_365d": 13650,
  "rank_90d": 13533,
  "raw_hash": "27622eb16865e8bc",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/c/ctail.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "0.1.0",
  "versioned_formulae": [],
  "why_use_this": null
}