macOS
brew install vmtouchlocal Homebrew formula metadata
sudo port install vmtouchMacPorts ports tree · sysutils/vmtouch/Portfile · ソース: api.github.com
brew
vmtouch のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install vmtouchlocal Homebrew formula metadata
sudo port install vmtouchMacPorts ports tree · sysutils/vmtouch/Portfile · ソース: api.github.com
sudo apk add vmtouchAlpine Linux edge package indexes · vmtouch · ソース: dl-cdn.alpinelinux.org
sudo apt install vmtouchDebian stable package indexes · vmtouch · ソース: deb.debian.org
sudo dnf install vmtouchFedora Rawhide package metadata · vmtouch · ソース: dl.fedoraproject.org
nix profile install nixpkgs#vmtouchnixpkgs package indexes · pkgs/by-name/vm/vmtouch/package.nix · ソース: api.github.com
sudo zypper install vmtouchopenSUSE Tumbleweed package metadata · vmtouch · ソース: download.opensuse.org
概要
Portable file system cache diagnostics and control
履歴
vmtouch, the Virtual Memory Toucher, is a portable Unix tool for seeing and influencing which file pages are resident in the filesystem cache. It exposes low-level virtual-memory primitives such as `mmap`, `mincore`, `mlock`, `msync`, and `posix_fadvise` through a compact command-line interface.
The upstream README identifies vmtouch as Doug Hoyte's project, with copyright years 2009-2017 and contributors tracked in the CHANGES file. The changelog records 0.7.1 as the first public release, followed by portability work for Solaris, OS X, and HP-UX by the 0.8.0 release in December 2012.
The 2015-2018 releases show the tool maturing from a cache-inspection utility into a more scriptable systems tool. Version 1.0.1 added page-range support, version 1.1.0 improved large-value checking and Linux block-device handling, version 1.2.0 added include/exclude filename patterns, version 1.3.0 added batch input mode, and version 1.3.1 added PID-file support for daemonized memory locking.
vmtouch's adoption story is mostly that of a niche tool spreading across Unix-like operating systems because it maps directly to common performance investigations. The manual lists confirmed support for Linux, FreeBSD, Solaris, OS X, and HP-UX, while noting that eviction support varies by kernel API.
With no options, vmtouch reports cache residency by mapping files read-only and querying resident pages with `mincore`. Operators use `-t` to fault pages into cache, `-e` to ask the OS to evict pages, and `-l` or `-L` to lock pages in physical memory for as long as the process runs. Directory recursion, page ranges, ignore/include patterns, and batch lists make it usable against large trees.
vmtouch is significant in package-manager culture because it gives administrators a repeatable way to demonstrate and manipulate the otherwise invisible filesystem cache. It is especially handy for benchmarking, warming hot datasets, testing cold-cache behavior, and explaining why a second run of a workload is faster than the first.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
vmtouch | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/hoytech/vmtouch
インストールメタデータ
| パッケージキー | brew:vmtouch |
|---|---|
| バージョン | 1.3.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/vmtouch |
| ホームページ | https://hoytech.com/vmtouch/ |
| リポジトリ | https://github.com/hoytech/vmtouch |
| 上流ドキュメント | https://github.com/hoytech/vmtouch#readme |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://github.com/hoytech/vmtouch/archive/refs/tags/v1.3.1.tar.gz |
| 最終更新 | 2026-07-10T10:08:02-04:00 |
| Pulse | updated |
| Bottle | 利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | vmtouch |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
vmtouch 1.3.1-3
Portable file system cache diagnostics and control
sudo apt install vmtouchvmtouch
nix profile install nixpkgs#vmtouchvmtouch 1.3.1-2
Portable file system cache diagnostics and control
sudo apt install vmtouchvmtouch 1.3.1-r0
Portable file system cache diagnostics and control
sudo apk add vmtouchvmtouch-doc 1.3.1-r0
Portable file system cache diagnostics and control (documentation)
sudo apk add vmtouch-docvmtouch 1.3.1-12.fc44
Portable file system cache diagnostics and control
sudo dnf install vmtouchvmtouch 1.3.1-1.21
Portable file system cache diagnostics and control
sudo zypper install vmtouchvmtouch
sudo port install vmtouchソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.