当前位置:网站首页>JVM工具之 JPS
JVM工具之 JPS
2022-08-04 05:35:00 【阿里巴巴首席技术官】
作用:列出当前系统监测到的JVM列表
参数格式:jps 【-q】 [-mlvV] [hostid]
默认不加hostid就是显示本机
-q 参数: 只显示JVM标识符 (也就是进程id) 列表
-mlvV 参数:多个组合参数
-m:显示传递给方法的参数
-l:显示jar文件包名或 jar路径
-v:显示传递给JVM的参数
hostid参数
指jps命令要查找的主机,默认为本机
例如查询远程服务器上的JVM实例列表
使用方式如下 (备注:远程服务器需要开启rmi才可以使用)
jps -m remote.domain:2002
3002 /opt/jdk1.7.0/demo/jfc/Java2D/Java2Demo.JAR
3102 sun.tools.jstatd.jstatd -p 2002边栏推荐
- 数据库实体类对应daoimpl,基础的增删改查。
- 复杂格式的json转递
- 对渗透测试工程师来说,学历重要嘛?
- ssm pom文件依赖 web.xml配置
- DropBlock: 卷积层的正则化方法及复现代码
- Interpretation of EfficientNet: Composite scaling method of neural network (based on tf-Kersa reproduction code)
- 狗都能看懂的Vision Transformer的讲解和代码实现
- 软件:给大家推荐一款国产非常好用的效率软件uTools
- RHCE之路----全
- Visualization and Animation Technology (3D Visualization)
猜你喜欢

华硕飞行堡垒系列无线网经常显示“无法连接网络” || 一打开游戏就断网

如何画好业务架构图。

Computer knowledge: desktop computers should choose the brand and assembly, worthy of collection

杰哥带大家做一次meterpreter内网渗透模拟

硬件知识:RTMP和RTSP传统流媒体协议介绍

SegNet——论文笔记

数据库技巧:整理SQLServer非常实用的脚本

C# 剪裁图片内容区域

mysql:列类型之float、double

Microsoft Store 微软应用商店无法连接网络,错误代码:0x80131500
随机推荐
A semi-supervised Laplace skyhawk optimization depth nuclear extreme learning machine for classification
set集合
Computer software: recommend a disk space analysis tool - WizTree
golang 坐标格式 转换 GCJ02ToWGS84
解决腾讯云DescribeInstances api查询20条记录以上的问题
ResNet详解:ResNet到底在解决什么问题?
QT 显示窗口到最前面(非置顶)
Logical Address & Physical Address
E-R图总结规范
生成一个包含日期的随机编码
升级到 MediaPlayer 11 时跳过验证副本的方法
元素的增删克隆以及利用增删来显示数据到页面上
Computer knowledge: desktop computers should choose the brand and assembly, worthy of collection
C# 剪裁图片内容区域
A priori box (Anchor) in target detection
Flask request 返回网页中 checkbox 是否选中
狗都能看懂的CenterNet讲解及代码复现
Operating System Kernel
POI及EasyExcel
golang 的库引用方法