4 Forks
20 Stars
20 Watchers

jvmm

Jvmm是一个同时支持操作系统监控和Java虚拟机监控的工具,开箱即用,提供有丰富的监控功能:OS监控(内存状态、CPU负载、磁盘IO吞吐率、磁盘健康状态、网卡IO等)、JVM监控(内存、线程、GC、类加载器等),还提供生成火焰图、Java代码热更、反编译功能,支持以服务形式对外提供接口(http、哨兵等)。适合用于服务健康监控、线上调优、排查问题、性能测试等场景。

How to download and setup jvmm

Open terminal and run command
git clone https://github.com/tzfun/jvmm.git
git clone is used to create a copy or clone of jvmm repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with jvmm https://github.com/tzfun/jvmm/archive/master.zip

Or simply clone jvmm with SSH
[email protected]:tzfun/jvmm.git

If you have some problems with jvmm

You may open issue on jvmm support forum (system) here: https://github.com/tzfun/jvmm/issues