# mbw を Homebrew, apt でインストール

mbw のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:mbw
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install mbw
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install mbw
```

  証拠: Debian stable package indexes: mbw from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## パッケージ情報

- **パッケージキー:** brew:mbw
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.0
- **ソース概要:** Memory Bandwidth Benchmark
- **ホームページ:** <https://github.com/raas/mbw/>
- **リポジトリ:** <https://github.com/raas/mbw>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- mbw (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.0
## プロジェクトの歴史と使われ方

MBW is a compact command-line memory bandwidth benchmark. It times copies between large in-memory arrays to provide a quick estimate of available memory throughput.

### プロジェクトの歴史

The upstream manpage is dated April 2006, while the GitHub repository was imported in March 2012. The repository has maintained a small tagged release series through v2.0, reflecting the project's long-lived, single-purpose design.

### 採用の歴史

The supplied package metadata records MBW packages for Homebrew, Debian, and Ubuntu. This modest cross-platform distribution suits a small benchmark intended for quick local checks rather than a comprehensive profiling suite.

### 使われ方

Users give mbw an array size in MiB and may select tests for memcpy, a simple element-by-element copy, or arbitrary-block copies. The manpage advises avoiding paging and busy systems so the reported throughput better represents memory copying.

### パッケージ好きにとっての重要性

MBW appeals to package users because it is easy to build, easy to audit, and quick to invoke when a full benchmark suite would be excessive.

### タイムライン

- 2006: The upstream manpage documents MBW's benchmark interface.
- 2012: The code is imported into the public GitHub repository and v1.2 is tagged.
- 2022: v1.5 is tagged.
- 2023: v2.0 is tagged.

### Related projects

- MBW occupies the same package niche as small memory and system benchmarks such as STREAM and lmbench, while remaining focused on copy throughput.

### ソース

- <https://github.com/raas/mbw#readme>
- <https://github.com/raas/mbw/blob/master/mbw.1>
- <https://github.com/raas/mbw/tags>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Debian apt - mbw - 1.2.2-1.2: normalized package name match | Debian stable package indexes: mbw from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | memory bandwidth benchmark program | http://ahorvath.web.cern.ch/ahorvath/mbw/
- Ubuntu apt - mbw - 1.2.2-1.2: normalized package name match | Ubuntu 24.04 LTS package indexes: mbw from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | memory bandwidth benchmark program | http://ahorvath.web.cern.ch/ahorvath/mbw/


## Combined YAML source

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


## ソース

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