在IIS 7上分析生产中的PHP应用程序

时间:2012-01-19 09:58:44

标签: php iis-7 profiling

我想在生产中分析PHP应用程序。我的设置是 Windows Server 2008 ,其中 IIS 7 PHP 5.3在FastCGI中。我从this question了解到, XHProf Profiler 是一个很好的工具,但显然它还不适用于Windows。我应该尝试使用xdebug探测器还是有人提出更好的建议?

2 个答案:

答案 0 :(得分:1)

答案 1 :(得分:0)

如果您可以访问Zend Studio许可证,Zend Server中内置的分析器非常棒(请查看此处的一些屏幕截图http://files.zend.com/help/Beta/Zend_Studio_8_0/working_with_the_profiler.htm) - 否则XDebug和缓存研磨应用程序将有所帮助(请参阅此http://devzone.zend.com/1139/profiling-php-applications-with-xdebug/