Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以定义可以停止正在进行的循环跟踪的性能计数器和阈值?无人值守停止跟踪的其他可能性?
您检查过性能监视器警报吗?您可以使用 logman.exe 或在 perfmon.exe 中定义它们。性能警报不断检查指定的性能计数器值并在达到定义的阈值时执行操作。您可以在此处找到如何创建一个教程:http ://technet.microsoft.com/en-us/library/cc722414.aspx 。