-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zhihuaiwen
committed
Feb 14, 2024
1 parent
8f6e946
commit 58dcc2b
Showing
1 changed file
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |