pkg.soopen package index

brew / 排名 8395

使用 Homebrew 安装 jlog

查看 jlog 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install jlog

local Homebrew formula metadata

概览

软件包摘要

Pure C message queue with subscribers and publishers for logs

命令和别名

  • jlog_change_endian
  • jlog_sanity_check
  • jlogctl
  • jlogtail

历史

项目历史与用法

JLog is a pure-C durable message queue whose name expands to journaled log. It gives publishers and multiple subscribers a low-level on-disk log abstraction, with segment files retained until subscribers have consumed and checkpointed them.

项目历史

The project comes from OmniTI Labs and the README lists Wez Furlong, Alec Peterson, George Schlossnagle, Theo Schlossnagle, and Alexey Toptygin as the team. The changelog begins with a 1.0 initial release on 2009-05-13, placing JLog in the older generation of C infrastructure libraries built for reliable log and event pipelines.

JLog evolved through operational fixes and API additions rather than broad feature expansion. The 2.x line added Darwin support, `jlogtail`, repair APIs, Java and PHP support, bulk reads, precommit-buffer performance work, and later filesystem-focused fixes around `mmap`, compression, and short writes.

采用历史

The README documents installation via FreeBSD's `databases/jlog` port and Homebrew on macOS, while the input package metadata records Homebrew packaging. Its adoption story is narrower than general-purpose queues because it is a library and CLI toolkit for systems that need local durability rather than a networked broker.

使用方式

JLog is used when an application needs to write records locally and let one or more subscribers consume them later. The README's sample scenario is log shipping: server A writes to a JLog if server B is down, so A keeps operating and B can later consume messages.

The concepts document explains the core model: a JLog is a directory containing control files and segment files; writers append messages; subscribers keep unique names and checkpoint progress; segment files are removed after all subscribers have moved past them.

为什么软件包爱好者会关心

JLog is package-nerdy because it is small, old-school C infrastructure: not a fashionable distributed queue, but a durable local primitive with command-line tools such as `jlogctl` and `jlogtail`. It matters in package indexes as a compact building block for logging and asynchronous notification systems.

时间线

  • 2009: Version 1.0 is released.
  • 2011: Version 1.2 fixes interrupted `fstat()` handling and an uninitialized variable.
  • 2013: Version 1.2.2 adds PHP and Java JNI support.
  • 2015: Version 2.0.0 adds Darwin support, `jlogtail`, cleanup APIs, and robustness work.
  • 2016: Version 2.2.1 adds a precommit buffer and lockless writes using `pwritev`.
  • 2017: Version 2.3.0 adds the bulk-read API.
  • 2020: Version 2.5.0 reworks `jlogctl` around subcommands and adds repair/metastore reconstruction.
  • 2024: Version 2.6.0 adds an option to switch message reads from `mmap` to `pread` and fixes compression and short-write issues.

Related projects

  • JLog sits near local durable queues, log buffers, and broker-adjacent infrastructure rather than general log viewers. Its README contrasts the low-level local queue with the network service an implementor would build around it for remote consumption.

来源

  • Project README, concepts document, changelog, GitHub repository metadata, and Homebrew formula metadata.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
jlog_change_endian可执行文件已索引可执行文件从本地可执行文件索引发现。
jlog_sanity_check可执行文件已索引可执行文件从本地可执行文件索引发现。
jlogctl可执行文件已索引可执行文件从本地可执行文件索引发现。
jlogtail可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本2.6.0
管理器更新时间
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:jlog
版本2.6.0
软件包管理器Homebrew
主页https://labs.omniti.com/labs/jlog
仓库https://github.com/omniti-labs/jlog
Bottle未记录
服务未声明

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • pkg.so package database
  • pkgdb category and tag curation