Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
J

jvm-mon

> 编程语言
Open source

Console-based JVM monitoring tool

1.5K stars0 likes0 views
WebsiteGitHub

About

Console-based JVM monitoring tool

jvm-mon

Console based JVM monitoring - when you just want to SSH into a server and see what's going on.

jvm-mon lets you monitor your JVM server applications from the terminal.

New Version

Release: 1.3

  • Rewritten in Go
  • Single executable file
  • Can monitor applications on Java 8 and above
  • Does not require an existing JDK

How it works:

  • jvm-mon executable comes bundled with a Java agent jar
  • On startup it extracts the agent to a temp directory
  • It attaches to the JVM you want to monitor
  • Loads agent into running JVM to collect metrics
  • Agent and app establish a socket connection to send metrics

Install

Download from latest release

macOS

brew install jvm-mon

Usage

  • Select a JVM process and press Enter to monitor it
  • Press q or Ctrl+C to exit
  • Press Del or Backspace to kill a process

What is available

Currently it shows:

  • List of running JVM processes
  • Cpu and GC load
  • Heap size and usage
  • Top threads with cpu usage

Building from source

See the readme

GitHub Issues· 17 open

View all on GitHub
  • #36

    Java 17 support?

    Updated Mar 24, 2025
  • #34

    SyntaxError: Unexpected token =

    Updated Aug 20, 2022
  • #32

    Refresh list of JVMs

    Updated May 13, 2020
  • #31

    Calculating values for heap usage for plotting the graph

    Updated May 2, 2020
  • #25

    stack guard warning and IOException when starting

    jvm-mon-jsUpdated Apr 30, 2020
  • #28

    support jdk 11

    jvm-mon-jsUpdated Apr 30, 2020
  • #26

    ConnectIOException at startup

    Updated Apr 30, 2020
  • #24

    Support remote host JVM monitoring

    Updated Apr 30, 2020
  • #23

    IOException

    Updated Apr 30, 2020
  • #22

    Export Protocol

    Updated Apr 30, 2020

> Tags

Goconsolejavajvmkotlin

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言