2019-08-15 端口查进程
端口查进程
同 linux 的 netstat -ntlp | grep 50051
lsof -i tcp:50051
进程名查找进程
ps -ef | grep svr
动态链接库查询
同 linux 的 ldd
otool -L bid_svr
监测进程调用
同 linux 的 strace
dtruss -p 30054
dtruss cmd
2019-08-15 端口查进程
同 linux 的 netstat -ntlp | grep 50051
lsof -i tcp:50051
ps -ef | grep svr
同 linux 的 ldd
otool -L bid_svr
同 linux 的 strace
dtruss -p 30054
dtruss cmd
本文标题:osx 进程和服务
本文链接:https://www.haomeiwen.com/subject/vgpzjctx.html
网友评论