简体   繁体   English

监视服务器中防病毒对性能的影响

[英]Monitor performance impact of Anti-virus in server

We have anti virus software installed in our production database servers (SQL Server 2014 on Windows 2012 R2). 我们的生产数据库服务器(Windows 2012 R2上的SQL Server 2014)中已安装了防病毒软件。 We have been encountering I/O issues and I would like to definitely rule out the antivirus. 我们一直在遇到I / O问题,我想绝对排除杀毒软件。

Our IT teams have assured me that the antivirus excludes the database data and log drives. 我们的IT团队向我保证,防病毒软件不包括数据库数据和日志驱动器。 I would like to validate that this is the case. 我想证明是这种情况。

The test I have done so far, is using Process Monitor and monitor file system access to the database data and log drives. 到目前为止,我所做的测试是使用Process Monitor并监视文件系统对数据库数据和日志驱动器的访问。 I performed the following in our Staging environment which is set up closely to our production environment. 我在与生产环境紧密相关的暂存环境中执行了以下操作。 I did not find anything (other of course than SQL Server). 我没有找到任何东西(当然不是SQL Server)。

Is this a good test? 这是一个很好的测试吗? I am just not sure it is a valid method since antivirus I believe hook into the file system. 我只是不确定这是否是有效的方法,因为我相信杀毒软件会挂接到文件系统中。

Are there anything else I could do? 我还能做些什么吗?

The AV software that we use is Trend Micro. 我们使用的AV软件是趋势科技。

Thanks 谢谢

Windows has some of the best tools to attribute performance issues to a particular application/driver/codepath. Windows具有一些最佳工具,可将性能问题归因于特定的应用程序/驱动程序/代码路径。 Antivirus developers themselves use a tool called Windows Performance toolkit (XPerf) to isolate performance issues. 防病毒开发人员自己使用称为Windows Performance toolkit(XPerf)的工具来隔离性能问题。 Its a free tool from Microsoft but it has a steep learning curve. 它是Microsoft的免费工具,但是学习曲线很陡。 It will show you I/O graphs, CPU utilization Graphs and you can zoom in on peaks in the graphs and see what was executing (full stack trace) at that time. 它将显示I / O图,CPU利用率图,您可以放大图中的峰值并查看当时正在执行的操作(完整堆栈跟踪)。 Nothing gets more detailed than XPerf. 没有比XPerf更详细的信息了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM