当前位置:网站首页>jvm命令归纳
jvm命令归纳
2022-07-26 09:04:00 【yuhui66666688gfbfdy】
top -p pid 然后shift H 看线程
jmap -dump:format=b,file=testmap.dump 8
jvm所有的命令参数是进程,用jstack pid 查到这个进程对应的所有线程记录,top -Hp pid 具体进程的线程情况,用此线程id到所有线程记录查

边栏推荐
- 公告 | FISCO BCOS v3.0-rc4发布,新增Max版,可支撑海量交易上链
- 李沐d2l(四)---Softmax回归
- “could not build the server_names_hash, you should increase server_names_hash_bucket_size: 32” 问题处理
- 力扣题DFS
- Store a group of positive and negative numbers respectively, and count the number of 0 -- assembly language implementation
- Kotlin properties and fields
- Rocky基础练习题-shell脚本2
- mysql函数
- CSDN Top1 "how does a Virgo procedural ape" become a blogger with millions of fans through writing?
- 基于序的评价指标 (特别针对推荐系统和多标签学习)
猜你喜欢
随机推荐
redis原理和使用-安装和分布式配置
day06 作业--技能题6
The largest number of statistical absolute values --- assembly language
(2006,Mysql Server has gone away)问题处理
对标注文件夹进行清洗
网络安全漫山遍野的高大上名词之后的攻防策略本质
Simple message mechanism of unity
Error: Cannot find module ‘umi‘ 问题处理
Laravel框架日志文件存放在哪里?怎么用?
李沐d2l(六)---模型选择
Sklearn machine learning foundation (linear regression, under fitting, over fitting, ridge regression, model loading and saving)
PHP page value transfer
力扣——二叉树剪枝
The Child and Binary Tree-多项式开根求逆
at、crontab
Database operation skills 6
Typescript snowflake primary key generator
【LeetCode数据库1050】合作过至少三次的演员和导演(简单题)
The idea shortcut key ALT realizes the whole column operation
unity TopDown角色移动控制









