# jvmtop mit Homebrew installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für jvmtop in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:jvmtop
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install jvmtop
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:jvmtop
- **Paketmanager:** Homebrew
- **Version:** 0.8.0
- **Quellzusammenfassung:** Console application for monitoring all running JVMs on a machine
- **Homepage:** <https://github.com/patric-r/jvmtop>
- **Repository:** <https://github.com/patric-r/jvmtop>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- jvmtop (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.8.0
## Projektgeschichte und Nutzung

jvmtop is a small Java operations tool that brought the Unix `top` mental model to running JVMs: list the local Java processes, attach to them, and show JVM-specific CPU, garbage-collection, thread, heap, and non-heap metrics in a terminal.

### Projektgeschichte

The project originated before its GitHub-hosted 0.8.0 release and was distributed as an alpha command-line monitor for Oracle JDK, IBM JDK, and OpenJDK systems. The README describes it as open source, JDK-based, and tested across Linux, Solaris, FreeBSD, and Windows hosts.

The 0.8.0 release notes from August 14, 2013 emphasize practical operations fixes: better IBM JVM attach compatibility, corrected IBM J9 CPU/GC values, improved option parsing, and friendlier behavior when metrics are unavailable. The GitHub releases API records the 0.8.0 release asset publication on July 15, 2015, reflecting the later GitHub release packaging of the same alpha line.

### Adoptionsgeschichte

jvmtop fits the pre-container Java server era, when operators often had shell access to application hosts and wanted a quick JVM view without launching a heavyweight profiler or JMX console. Its Homebrew formula preserved that niche for macOS and Linux users who wanted the tool available through a package manager.

### Wie es verwendet wird

The tool is typically run as `jvmtop` or `jvmtop.sh` on a host with a full JDK, not just a JRE, because it attaches to other JVMs to read internal metrics. Its documentation also includes a VM detail mode and a sampling CPU console profiler introduced in version 0.7.0.

### Warum Paket-Nerds sich dafür interessieren

For package nerds, jvmtop is a classic single-purpose observability formula: tiny, terminal-native, tied to a specific runtime ecosystem, and useful precisely because it avoids the setup cost of a full monitoring stack.

### Zeitleiste

- 2013: README release notes announce jvmtop 0.8.0 with IBM JVM attach and option-parsing fixes.
- 2015: GitHub release metadata records the 0.8.0 release artifact publication.
- 0.7.0 era: Documentation notes the addition of a minimal sampling CPU console profiler.

### Related projects

- Related JVM observability tools include JDK utilities such as `jps`, `jstat`, `jstack`, and graphical/JMX tools such as VisualVM and JConsole; jvmtop's niche is the lightweight `top`-style terminal view.

### Quellen

- <https://formulae.brew.sh/formula/jvmtop>
- <https://github.com/patric-r/jvmtop>
- <https://github.com/patric-r/jvmtop/blob/master/doc/ConsoleProfiler.md>
- <https://github.com/patric-r/jvmtop/releases/tag/0.8.0>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals


## Combined YAML source

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


## Quellen

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