Posted on February 12, 2010, 11:11 pm, by Michael Zhang, under
Uncategorized.
Was experiencing high load and slow performance on my server today, and was trying to pinpoint the cause. Memory was fine, but MySQL was clogging up, but not due to anything performing incorrectly. I took a look at server-status, and noticed that most of the workers were serving the same 2 IP addresses: 88.131.106.30 and [...]
Tags:
apache,
attack,
banning,
block,
bot,
bots,
filter,
firewall,
ip,
iptable,
iptables,
load,
server,
serveradmin No Comments |
Read the rest of this entry »
Posted on January 6, 2009, 3:04 pm, by Michael Zhang, under
Uncategorized.
If you’re getting too many MySQL threads or Apache connections, and you would like to debug them, here are two possible ways to get the info you need:
Apache
fullstatus – Displays a full status report from mod_status. For this to work, you need to have mod_status enabled on your server [...]