windows下查看java进程


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
发布了505 篇原创文章 · 获赞 41 · 访问量 21万+

猜你喜欢

转载自blog.csdn.net/kq1983/article/details/103093015
今日推荐