wmic process where caption=“java.exe” get processid,caption,commandline /value
tasklist /fi “imagename eq java.exe”
tasklist | findstr “java”
查看2001端口 导出到c盘
netstat -aont | findstr “2001” > c:\2001.log
wmic process where caption=“java.exe” get processid,caption,commandline /value
tasklist /fi “imagename eq java.exe”
tasklist | findstr “java”
netstat -aont | findstr “2001” > c:\2001.log
下一篇:jstat使用实用教程
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M