备忘:常用的Windows性能计数器 PerfMon
PerfMon
常用监控指标
分类 | 名称 | 作用 | 注意 | 参考值 |
Processor | % Processor Time | CPU当前利用率(总),百分比 |
| 不应长时间大于80% |
Memory | Available Mbytes | 当前可用内存,兆字节 |
| 不应长时间大于80% |
LogicalDisk | % Free Space | 逻辑分区可用空间,百分比。 | 如果有需要选择盘符进行设置 |
|
Network Interface | Bytes Sent/sec | 网络适配器上发送字节的速率。 | 每个网卡都设置 |
|
Bytes Received/sec | 网络适配器上接收字节的速率 | 每个网卡都设置 |
| |
Process | % Processor Time | 指定程序实例CPU利用率,百分比 | 需要指定进程实例xxx |
|
Private Bytes | 分配给指定程序的内存 | 需要指定进程实例xxx |
| |
Thread Count | 指定程序实例的线程数量 | 需要指定进程实例xxx |
|
ASP.NET
\Processor Information(_Total)\% Processor Time
\.NET CLR Exceptions(w3wp)\# of Exceps Thrown / sec
\.NET CLR Memory(w3wp)\# Gen 0 Collections
\.NET CLR Memory(w3wp)\# Gen 1 Collections
\.NET CLR Memory(w3wp)\# Gen 2 Collections
\.NET CLR Memory(w3wp)\# Induced GC
\.NET CLR Memory(w3wp)\Process ID
\.NET CLR Memory(w3wp)\#Bytes In All Heaps
\ASP.NET\Application Restarts
\ASP.NET\Request Execution Time
\ASP.NET\Requests Current
\ASP.NET\Requests Queued
\ASP.NET Applications(*)\Requests Executing
\ASP.NET Applications(*)\Requests/Sec
\Memory\Available MBytes
\Process(w3wp)\% Processor Time
\Process(w3wp)\ID Process
\Process(w3wp)\Private Bytes
\WAS_W3WP(*)\Total Health Pings.