perfmon
- 网络性能监控
-
Perfmon support can only be added to DLL projects .
perfmon支持只能添加到dll项目中。
-
We gathered limited Perfmon statistics and there were minor variations in the objects collected .
我们收集有限的Perfmon统计数据,并且所收集的对象出现了一些微小的变化。
-
If I want to monitor an application for a longer time period or correlate performance data with application logs , I typically turn to Perfmon .
如果要更长时间地监视应用程序或对应用程序日志关联性能数据,我一般会使用Perfmon。
-
PerfMon is normally on the system path , so you can start it by entering perfmon from a command line .
PerfMon通常在系统路径中,因此可以在命令行中输入perfmon来启动它。
-
You can monitor paging using system-specific tools , such as perfmon for Windows or vmstat for Linux and UNIX systems .
您可以使用系统专用工具来监控分页,比如用于Windows系统的perfmon或用于Linux和UNIX系统的vmstat。
-
Another tool Microsoft ships with Windows is PerfMon , which monitors a wide variety of counters , from print queues to telephony .
随Windows一起提供的另一种Microsoft工具是PerfMon,它监控各种各样的计数器,从打印队列到电话。
-
When you look at the number of collections in perfmon , you want to see a low ratio of Gen2 collections over Gen0 collection .
当你在性能监视器中查看每一代中的对象集合数量时,你应该希望看到Gen2和Gen0的比率非常低。
-
You can explore how these quantities appear in Task Manager and in PerfMon by downloading and running a small program we 've written in C ( see the Download section ) .
您可以下载并运行我们用C编写的一个小程序(请参阅下载部分),来观察TaskManager和PerfMon中显示的这些数量。
-
It 's easy to set up Perfmon to log to a comma-separated value ( CSV ) file with time stamps so you can correlate with other logs .
设置Perfmon记录带时间戳的记录逗号分隔值(comma-separatedvalue(CSV))文件很容易,您可以用它关联到其他日志。