在 IIS 7 上分析生产中的 PHP 应用程序
我想分析生产中的 PHP 应用程序。我的设置是windows server 2008,带有IIS 7和FastCGI中的PHP 5.3。我从这个问题知道XHProf Profiler是一个很好的工具,但是显然它还不能在 Windows 上运行。我应该尝试使用 xdebug 探查器还是有人有更好的建议?
I'd like to profile a PHP application in production. My setup is windows server 2008 with IIS 7 and PHP 5.3 in FastCGI. I know from this question that XHProf Profiler is a good tool but obviously it doesn't work on Windows yet. Should I try with xdebug profiler or has anyone a better suggestion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个:
http: //dev.freshsite.pl/php-extensions/xhprof/file/details/xhprof-0103-for-php-53-vc9.html
Try this:
http://dev.freshsite.pl/php-extensions/xhprof/file/details/xhprof-0103-for-php-53-vc9.html
如果您有权访问 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/)
If you have access to a Zend Studio license the profiler built into Zend Server is fantastic (check out some screenshots here http://files.zend.com/help/Beta/Zend_Studio_8_0/working_with_the_profiler.htm) - otherwise XDebug and a cache grind app will help (see this http://devzone.zend.com/1139/profiling-php-applications-with-xdebug/)