I'm experiencing some awful performance on my server. The main site that I run is
http://americankpopfans.com/ (that gets about 98% of the traffic on my server). It's a Wordpress blog that averages about 6500 unique hits per day. It's been running great thanks to APC and W3 Total Cache.
Here's my apache conf:
Code:
<IfModule mpm_prefork_module>
StartServers 1
MinSpareServers 3
MaxSpareServers 6
ServerLimit 15
MaxClients 15
MaxRequestsPerChild 3000
</IfModule>
I've got a Linode 512, and I'm running 32-bit Ubuntu 10.04 LTS, all updates are current. Memory usage is fine, swap usage is essentially nil, as is general I/O. CPU usage is really low, too (uptime: 11:07:45 up 1 day, 0 min, 1 user, load average: 0.05, 0.05, 0.05).
The problem I think is bandwidth usage. Here's a graph of the last 30 days:
And the last 24 hours:
You can see that my bandwidth usage was really low until just a few days ago. There hasn't been a significant increase in the number of unique visitors to my site, so I don't know what's going on here. Does anyone have any advice? This is incredibly frustrating.