# 使用 Homebrew, Nix 安装 opentsdb

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

## 安装

```sh
sudo av install brew:opentsdb
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install opentsdb
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#opentsdb
```

  证据: nixpkgs package indexes: pkgs/by-name/op/opentsdb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:opentsdb
- **软件包管理器:** Homebrew
- **版本:** 2.4.1
- **来源摘要:** Scalable, distributed Time Series Database
- **主页:** <http://opentsdb.net/>
- **仓库:** <https://github.com/OpenTSDB/opentsdb>
- **最后更新:** 2026-07-31T08:47:03+01:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- start-tsdb.sh (别名)
- tsdb (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 2.4.1
## 项目历史与用法

OpenTSDB is a distributed time-series database built on HBase for storing, indexing, querying, and graphing high-volume metrics without downsampling away raw granularity. It ships a Time Series Daemon, command-line tools, HTTP and telnet-style APIs, and an HBase schema tuned for metric names, timestamps, and tags.

### 项目历史

OpenTSDB was originally designed and implemented at StumbleUpon by Benoît Sigoure, with early design input from Berk D. Demir. It grew out of the operational need to collect metrics from networks, operating systems, applications, and services at a scale where older fixed-size or single-node monitoring stores were not sufficient.

The project chose HBase because it could distribute writes and scans across a cluster while keeping raw metric points for long periods. Public talks and documentation from the early 2010s emphasized billion-point-per-day ingestion, large numbers of time series, and avoiding the loss of precision common in round-robin databases.

### 采用历史

OpenTSDB’s adoption followed the rise of large Hadoop/HBase installations and high-cardinality infrastructure monitoring. Its contributor list includes companies such as StumbleUpon, Yahoo, Box, Arista Networks, Betfair, Limelight Networks, and others, showing use beyond the original StumbleUpon deployment.

Its protocol and data model also outlived some deployments of the original server. Cloud vendors and monitoring tools documented OpenTSDB-compatible ingestion or comparison points because the metric-plus-tags model became a familiar shape for time-series telemetry systems.

### 使用方式

Operators run one or more independent TSD processes in front of HBase or Google Bigtable-compatible storage. Collectors such as tcollector, collectd, StatsD bridges, or custom scripts send datapoints, while users query and graph by metric, timestamp range, and tags through the HTTP API or built-in UI.

For package users, the interesting pieces are the `tsdb` command, `start-tsdb.sh`, the configuration search path, and the dependency on a correctly prepared HBase schema. Installing the package is only the first step; a usable OpenTSDB deployment depends on distributed storage, collectors, and retention choices.

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

OpenTSDB is a reminder that some packages are operational systems disguised as CLIs. The formula installs Java code and scripts, but the real dependency is an HBase-backed monitoring architecture with schema, collectors, ports, and dashboards.

### 时间线

- 2010: OpenTSDB was written at StumbleUpon to handle large-scale service metrics.
- 2012: public talks described StumbleUpon deployments adding over one billion datapoints per day.
- 2014: OpenTSDB 2.0-era material described the project as a distributed, scalable time-series database with broader community involvement.
- 2020s: OpenTSDB 2.4 documentation remained the main reference for the classic HBase-backed architecture.

### Related projects

- Related projects include HBase, Google Bigtable, tcollector, collectd, StatsD, Grafana, Prometheus, InfluxDB, Graphite, and cloud services that expose OpenTSDB-compatible APIs.

### 来源

- <https://dbdb.io/db/opentsdb>
- <https://github.com/OpenTSDB/opentsdb>
- <https://github.com/OpenTSDB/opentsdb/blob/master/AUTHORS>
- <https://opentsdb.net/>
- <https://opentsdb.net/faq.html>
- <https://opentsdb.net/misc/opentsdb-hbasecon.pdf>
- <https://opentsdb.net/overview.html>
- <https://opentsdb.net/schema.html>


## 安全说明

broad file, network, media, or database tool signal. formula declares a Homebrew service.

- **Geiger 风险:** orange / 中
- broad file, network, media, or database tool signal
- formula declares a Homebrew service


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ./opentsdb.conf, /etc/opentsdb.conf, /etc/opentsdb/opentsdb.conf, /opt/opentsdb/opentsdb.conf
## 其他软件包管理器记录

- Nix - opentsdb: normalized package name match | nixpkgs package indexes: pkgs/by-name/op/opentsdb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/opentsdb.yml](https://github.com/mxcl/pkgdb/blob/main/combined/opentsdb.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
