Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihuaiwen committed Feb 14, 2024
1 parent 8f6e946 commit 58dcc2b
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions docs/java/高性能高并发优化的一些思考.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,33 @@
# 高性能高并发优化的一些思考
*TODO待补充*

## 异步

### Jmeter
## Jmeter


### JProfiler
## JProfiler

### 火焰图
## 火焰图
curl -O https://arthas.aliyun.com/arthas-boot.jar
java -jar arthas-boot.jar


### 缓存
内存火焰图


### 限流熔断
## 缓存

### Kafka

## 限流熔断

## Kafka

## 序列化



## 参考
1.[Java数据库高并发如何解决 java高并发三种解决方法 转载](https://blog.51cto.com/u_12968/6494578)
2.[Java多线程梳理之四_其他并发解决方案](https://zhuanlan.zhihu.com/p/350633012)
3.[Java高并发之并发基础](https://zhuanlan.zhihu.com/p/58181957)

0 comments on commit 58dcc2b

Please sign in to comment.