缺少 PerfMon 计数器

pet*_*hen 6 windows-7 perfmon

在我的系统(Win7 Ultimate x64,以德语(y)购买和安装,UI 设置为英语)上,似乎缺少许多重要的性能计数器。

启动 perfmon 时,我收到以下消息:

---------------------------
Performance Monitor Control
---------------------------
Unable to add these counters:

\Memory\Available MBytes
\Memory\% Committed Bytes In Use
\Memory\Cache Faults/sec
\Memory\Cache Faults/sec
\PhysicalDisk(*)\% Idle Time
\PhysicalDisk(*)\Avg. Disk Queue Length
\Network Interface(*)\Bytes Total/sec
---------------------------
OK   
---------------------------
Run Code Online (Sandbox Code Playgroud)

组“内存”、“物理磁盘”不存在,也没有包含此类计数器的其他组。

使用域管理员凭据运行 perfon 会得到相同的结果。

我想让我的计数器回来:)(我特别需要内存和磁盘)

小智 9

为了重建性能监视器,您必须运行

lodctr /r(在您的命令行中)

更多细节在这里