0
点赞
收藏
分享

微信扫一扫

windows下查看java进程

Resin_Wu 2022-02-18 阅读 145
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



举报

相关推荐

0 条评论