Skip to content

Commit

Permalink
Update: 新增文章《饿了么监控系统EMonitor与CAT的对比》
Browse files Browse the repository at this point in the history
  • Loading branch information
StabilityMan committed Nov 5, 2019
1 parent c792075 commit 1938940
Show file tree
Hide file tree
Showing 22 changed files with 268 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#### 2.1 监控告警
###### [虾米SRE实践:监控体系升级之路](docs/processing/monitor/虾米SRE实践_监控体系升级之路.md)
###### [阿里云 ARMS 小程序监控进阶之路](docs/processing/monitor/阿里云ARMS小程序监控进阶之路.md)
###### [饿了么监控系统 EMonitor 与 CAT 的对比](docs/processing/monitor/饿了么监控系统EMonitor与CAT的对比.md)

#### 2.2 异常巡检
#### 2.3 流量调度
Expand Down Expand Up @@ -109,6 +110,7 @@
* [链路追踪(Tracing)其实很简单——单链路诊断](docs/diagnosis/tracing/链路追踪(Tracing)其实很简单——单链路诊断.md)@涯海
* [Spring Boot 常见错误及解决方法](docs/diagnosis/plugin/microservice/SpringBoot常见错误及解决方法.md),@洛夜
* [记一次线上内存报警排查过程](docs/diagnosis/system/memory/case/记一次线上内存报警排查过程.md)@神帅
* [饿了么监控系统 EMonitor 与 CAT 的对比](docs/processing/monitor/饿了么监控系统EMonitor与CAT的对比.md)@李刚
* 待定
* SchedulerX 常见问题及解决方法,@学仁
* RocketMQ 常见问题及解决方法,@丁磊
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> 作者:方剑(洛夜)
> 创作日期:2019-10-28
> 专栏地址:[【稳定大于一切】](https://github.com/StabilityMan/StabilityGuide)
> PDF 格式:[Spring Boot 常见错误及解决方法](https://github.com/StabilityMan/StabilityGuide/blob/master/docs/diagnosis/jvm/microservice/pdf/SpringBoot常见错误及解决方法.pdf)
> PDF 格式:[Spring Boot 常见错误及解决方法](https://github.com/StabilityMan/StabilityGuide/blob/master/docs/diagnosis/plugin/microservice/pdf/SpringBoot常见错误及解决方法.pdf)
Spring Boot 作为 Java 生态中最流行的开发框架,意味着被数以万计的开发者所使用。下面根据我们自身遇到的问题,加上用户提供的一些反馈,来大致梳理下 Spring Boot 的常见错误及解决方法。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
![image](image/问题机器内存.jpg)

#### 2. 排查最近是否有新上线服务,导致内存紧张
通过 `rpcservice list``ps -ef | tomcat` 两个命令发现业务服务有 7 个,进程存活时间较长,不太可能,同时根据另一台 xx.xx.16.29 机器的服务部署情况也验证了没有新上线服务。
通过 `rpcservice list``ps -ef | tomcat` 两个命令发现业务服务有 7 个,进程存活时间较长,不太可能有新服务上线,同时根据另一台 xx.xx.16.29 机器的服务部署情况也验证了没有新上线服务。

#### 3. 排查是否有 Java 服务在持续 FGC
使用 top 命令查一下,发现 9 个 java 服务,7 个业务服务,2 个日志进程服务。使用 `jstat -gcutil pid 2000` 命令一一排查,发现 GC 情况正常,没有服务有持续的 YGC 或 FGC 情况存在。
Expand Down
Binary file added docs/processing/monitor/image/CAT架构图.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/processing/monitor/image/EMonitor_APM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/processing/monitor/image/EMonitor_SOA_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/processing/monitor/image/EMonitor_SOA_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/processing/monitor/image/EMonitor链路.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

Large diffs are not rendered by default.

0 comments on commit 1938940

Please sign in to comment.