How to Collect Process Monitor Log
Collect Process Monitor With Command
-
Download Process Monitor
-
Run CMD as Administrator and run below command:
mkdir C:\temp Procmon /backingfile C:\temp\logfile.pml /AcceptEula /Minimized /Quiet
-
Reproduce issue;
-
After the issue happens, run below command in previours CMD window
prcmon /terminate
如何开启Process Monitor数据收集
- 启动Process Monitor工具.
- 点击图标清空日志。
- 点击图标,之后该图标会变为表示此时正在收集数据。
如何保存Process Monitor收集到的数据
- 点击图标,之后该图标变为表示数据收集工作已经停止。
- 点击图标保存日志,选择“All events”,格式选择为PML,如下图所示:
如何抓取系统启动时的事件
-
在 Option 中选择 Enable Boot Logging 功能,如下图:
-
弹出以下窗口提示,如果希望获取线程事件信息则勾选 Generate thread profiling events 并选择时间间隔,然后选择 OK;
-
重启机器并复现问题,当系统启动后运行 Process Monitor,此时会提示 Boot-Time 活动已经记录,是否保存数据,保存对应的日志即可:
文档信息
- 本文作者:Robin Chen
- 本文链接:https://crushonme.github.io/wiki/ProccessMonitor/
- 版权声明:自由转载-非商用-非衍生-保持署名(创意共享4.0许可证)
Document Information
- Author :Robin Chen
- Link : https://crushonme.github.io/wiki/ProccessMonitor/
- Copyright:Attribution-NonCommercial-NoDerivatives-No additional restrictions(CC BY-NC-ND 4.0)