Coder Social home page Coder Social logo

finalcreator / jmx-monitor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tiantianupup/jmx-monitor

0.0 1.0 0.0 16 KB

jmx可视化监控线程池,包括线程池已完成线程任务数量、核心线程池数量、线程池最大线程数量、当前的线程数量、线程最大耗时、线程最小耗时

Java 100.00%

jmx-monitor's Introduction

jmx-monitor

简介

通过JMX监控线程池,并提供HTTP连接,可在页面查看监控指标

线程池监控指标

监控指标 含义
ActiveCount 线程池中正在执行任务的线程数量
CompletedTaskCount 线程池已完成的任务数量
CorePoolSize 线程池的核心线程数量
LargestPoolSize 线程池曾经创建过的最大线程数量
MaximumPoolSize 线程池的最大线程数量
PoolSize 线程池当前的线程数量
TaskCount 线程池需要执行的任务数量
MaxCostTime 线程最大耗时
MinCostTime 线程最小耗时
线程平均耗时 AverageCostTime

项目运行Demo

Demo位于test包下,启动程序以后打开http://localhost:8082/页面即可查看监控指标参数

jmx-monitor's People

Contributors

tiantianupup avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.