|
|
|
|
![](https://images-machen.oss-cn-beijing.aliyuncs.com/hippo4j-logo-logoly.png)
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://gitee.com/longtai-cn/hippo4j" target="_blank">
|
|
|
|
|
<img alt="Gitee" src="https://gitee.com/longtai-cn/hippo4j/badge/star.svg?theme=gvp">
|
|
|
|
|
</a>
|
|
|
|
|
<a href="https://github.com/longtai-cn/hippo4j" target="_blank">
|
|
|
|
|
<img alt="GitHub" src="https://img.shields.io/github/stars/longtai-cn/hippo4j?label=Stars&style=flat-square&logo=GitHub">
|
|
|
|
|
</a>
|
|
|
|
|
<a href="https://github.com/longtai-cn/hippo4j/blob/develop/LICENSE">
|
|
|
|
|
<img src="https://img.shields.io/github/license/longtai-cn/hippo4j?color=42b883&style=flat-square" alt="LICENSE">
|
|
|
|
|
</a>
|
|
|
|
|
<a title="Hits" target="_blank" href="https://github.com/longtai-cn/hippo4j">
|
|
|
|
|
<img src="https://hits.b3log.org/acmenlt/dynamic-threadpool.svg">
|
|
|
|
|
</a>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
## 介绍
|
|
|
|
|
|
|
|
|
|
动态可观测线程池框架,为业务系统提高线上运行保障能力。有两种使用模式:[依赖配置中心](https://hippo4j.cn/pages/2f674h/) 和 [无中间件依赖](https://hippo4j.cn/pages/2f674a/)。
|
|
|
|
|
|
|
|
|
|
## 特性
|
|
|
|
|
|
|
|
|
|
- 全局管控:管理应用线程池实例;
|
|
|
|
|
- 动态变更:应用运行时动态变更线程池参数,包括不限于:核心、最大线程数、阻塞队列容量、拒绝策略等;
|
|
|
|
|
- 通知报警:内置四种报警通知策略,线程池活跃度、容量水位、拒绝策略以及任务执行时间超长;
|
|
|
|
|
- 运行监控:实时查看线程池运行时数据,最近半小时线程池运行数据图表展示;
|
|
|
|
|
- 功能扩展:支持线程池任务传递上下文;项目关闭时,支持等待线程池在指定时间内完成任务;
|
|
|
|
|
- 容器管理:Tomcat、Jetty、Undertow 容器线程池运行时查看和线程数变更;
|
|
|
|
|
- 中间件适配:Apache RocketMQ、Dubbo 消费线程池运行时数据查看和线程数变更。
|
|
|
|
|
|
|
|
|
|
## 快速开始
|
|
|
|
|
|
|
|
|
|
对于本地演示目的,请参阅 [Quick start](https://hippo4j.cn/pages/793dcb/)
|
|
|
|
|
|
|
|
|
|
演示环境:
|
|
|
|
|
- http://console.hippo4j.cn/index.html
|
|
|
|
|
- 用户/密码:hippo4j/hippo4j
|
|
|
|
|
|
|
|
|
|
## 联系我
|
|
|
|
|
|
|
|
|
|
图片加载不出来,访问 [国内站点](https://hippo4j.cn/pages/dd137d/)
|
|
|
|
|
|
|
|
|
|
![image](https://user-images.githubusercontent.com/77398366/169202380-6c068acd-700a-41fa-8823-e01c92bb5e88.png)
|
|
|
|
|
|
|
|
|
|
## 友情链接
|
|
|
|
|
|
|
|
|
|
- [**JavaGuide**](https://github.com/Snailclimb/JavaGuide):一份涵盖大部分 Java 程序员所需要掌握的核心知识。
|
|
|
|
|
- [**Guide-Rpc-Framework**](https://github.com/Snailclimb/guide-rpc-framework):一款基于 Netty+Kyro+Zookeeper 实现的自定义 RPC 框架。
|
|
|
|
|
- [**toBeBetterJavaer**](https://github.com/itwanger/toBeBetterJavaer):一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程等核心知识点。
|
|
|
|
|
- [**Austin**](https://github.com/ZhongFuCheng3y/austin):消息推送平台,推送下发【邮件】【短信】【微信服务号】【微信小程序】【企业微信】【钉钉】等消息类型。
|
|
|
|
|
|
|
|
|
|
## 鸣谢
|
|
|
|
|
|
|
|
|
|
Hippo-4J 项目基于或参考以下项目:[**Nacos**](https://github.com/alibaba/nacos)、[**Eureka**](https://github.com/Netflix/Eureka)、[**Mzt-Biz-Log**](https://github.com/mouzt/mzt-biz-log)、[**Equator**](https://github.com/dadiyang/equator)。
|
|
|
|
|
|
|
|
|
|
感谢 JetBrains 提供的免费开源 License:
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<img src="https://images.gitee.com/uploads/images/2020/0406/220236_f5275c90_5531506.png" alt="图片引用自lets-mica" style="float:left;">
|
|
|
|
|
</p>
|