Apache 资源利用与 MySQL 相结合
在检查生产时,发现 Apache 线程消耗了大量资源。
这是否可能有点误导“因为”,如果该网站碰巧使用 MySQL,那么真正的罪魁祸首是由 MySQL 引起的。
When checking Production, an Apache thread was seen to be using up a lot of resources.
Is it possible this could be a bit misleading "in that", the actual culprit is caused by MySQL, if the site happened to be using MySQL.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这绝对是可能的。但是,如果您看到 httpd 线程使用大量资源,那就是 Apache。这可能是 httpd 和 mysqld 之间的某种交互。尝试检查 Apache 和 Mysql 的日志。
更多信息会有所帮助:
它们都在同一台服务器上运行吗?您能否更具体地说明问题及其原因?
Yes, this is definitely possible. However, if you see the httpd thread using a lot of resources, it's Apache. It could be some sort of interaction between httpd and mysqld. Try examining the logs of Apache and Mysql.
Some more info will help:
Are they both running on the same server? Can you be more specific about the problem and what causes it?