# monitor **Repository Path**: smlhd/monitor ## Basic Information - **Project Name**: monitor - **Description**: 服务监控demo - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-03-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 服务器监控demo 1. 项目地址: -- github:https://github.com/gaofujie2626/monitor.git -- gitee:https://gitee.com/smlhd/monitor.git #### 使用步骤: ------- 1.克隆代码 `git clone https://gitee.com/smlhd/monitor.git` 2.进入项目根目录,编译打包 `mvn package -Dmaven.test.skip=true` 3.运行 `java -jar target/monitor.jar` 4.打开浏览器 `http://localhost:8080/` 效果图: ------ #### 1.CPU监控信息 ![avatar](imgs/1.png) ------ #### 2.内存监控信息 ![avatar](imgs/2.png) ------ #### 3.jvm监控信息 ![avatart](imgs/3.png) ------ #### 4.程序和服务器信息 ![avatar](imgs/4.png) ------ #### 5.磁盘监控信息 ![avatar](imgs/5.png) ------