|
|
|
@ -1,8 +1,12 @@
|
|
|
|
|
|
|
|
|
|
<img align="right" width="260" alt="image" src="https://user-images.githubusercontent.com/77398366/181906454-b46f6a14-7c2c-4b8f-8b0a-40432521bed8.png">
|
|
|
|
|
|
|
|
|
|
# 动态可观测线程池框架
|
|
|
|
|
|
|
|
|
|
<img align="right" width="360" alt="image" src="https://user-images.githubusercontent.com/77398366/181906454-b46f6a14-7c2c-4b8f-8b0a-40432521bed8.png">
|
|
|
|
|
|
|
|
|
|
Hippo4j 通过对 JDK 线程池增强,以及扩展三方框架底层线程池等功能,为业务系统提高线上运行保障能力。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[![Gitee](https://gitee.com/magegoofy/hippo4j/badge/star.svg?theme=gvp)](https://gitee.com/magegoofy/hippo4j) [![GitHub](https://img.shields.io/github/stars/opengoofy/hippo4j?color=5470c6)](https://github.com/opengoofy/hippo4j) [![Contributors](https://img.shields.io/github/contributors/opengoofy/hippo4j?color=3ba272)](https://github.com/opengoofy/hippo4j/graphs/contributors) [![Docker Pulls](https://img.shields.io/docker/pulls/hippo4j/hippo4j-server.svg?label=docker%20pulls&color=fac858)](https://store.docker.com/community/images/hippo4j/hippo4j-server) [![codecov](https://codecov.io/gh/opengoofy/hippo4j/branch/develop/graph/badge.svg?token=WBUVJN107I)](https://codecov.io/gh/opengoofy/hippo4j) [![EN doc](https://img.shields.io/badge/readme-English-orange.svg)](https://github.com/opengoofy/hippo4j/blob/develop/README-EN.md)
|
|
|
|
|
[![CN doc](https://img.shields.io/badge/readme-简体中文-blue.svg)](https://github.com/opengoofy/hippo4j)
|
|
|
|
|
|
|
|
|
@ -26,8 +30,6 @@
|
|
|
|
|
|
|
|
|
|
## 什么是 Hippo4j
|
|
|
|
|
|
|
|
|
|
Hippo4j 通过对 JDK 线程池增强,以及扩展三方框架底层线程池等功能,为业务系统提高线上运行保障能力。
|
|
|
|
|
|
|
|
|
|
提供以下功能支持:
|
|
|
|
|
|
|
|
|
|
- 全局管控 - 管理应用线程池实例。
|
|
|
|
|