編碼的世界 / 優質文選 / 財富

windows下查看java進程


2022年7月04日
-   

 

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

 

熱門文章