We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
/proc.
/proc
.据我所知,Windows 中没有与 /proc 等效的东西。虽然在 WMI、windbg 或 Win32 API 中存在通过 Win32_Process 获取类似信息的工具(与 /proc 相比受到限制,例如,您将无法通过这种方式获取进程内存映射),但 Windows 不会将此数据记录到文件中。
As far as I know, there isn't anything equivalent to /proc in Windows. While there are facilities for getting similar information via Win32_Process (limited in comparison to /proc, e.g. you won't be able to get process memory maps this way) in WMI, windbg or Win32 APIs, Windows does not record this data onto files.
如果您解释一下您的最终目标是什么,将会有所帮助。你想做什么?
要管理 Windows 上的进程,您有以下选项:
It would help if you explained what your final goal is. What are you trying to do?
For managing processes on windows you have the following options: