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.
Apache 日志和 PHP 日志似乎没有提供太多有用的方法来监控我的脚本在生产服务器中的性能。我正在考虑为我的脚本开发自定义日志,该日志记录以下信息:
日志将按文件存储并按日期分组。
问题
我认为您正在寻找xhprof。
使用xdbug + webgrind进行分析
但是一旦部署到服务器就应该避免它们。
并且为了记录目的,graylog2很棒