Have a Linode 80 on host 55. Performance is terrible, and can't figure out why. SSH easily takes 5+ seconds. Rendering a page with just php_info() the same. Are typical simple page with mysql-queries and so on happily takes far far over a minute. Kindda unsatisfactory.
While I may not have super-optimized every detail, this is still scaringly slow. It is typical Apache2+PHP4.4+eaccelerator+Mysql4 setup on a small debian stable.
`cat /proc/io_status` during page load:
Code:
io_count=3344568 io_rate=115 io_tokens=399998 token_refill=512 token_max=400000
`vmstat 1` during page load:
Code:
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
1 4 132576 1632 2468 5512 0 0 0 0 109 21 0 0 100 0
0 4 132572 1616 2468 5516 12 0 13 14 150 24 0 0 100 0
0 4 132572 1616 2468 5516 0 0 0 0 111 20 0 0 100 0
0 4 132568 1564 2480 5548 0 0 30 1 118 27 1 3 96 0
0 6 132568 1528 2480 5564 0 0 20 0 128 22 0 0 100 0
Any ideas?
PS. Have observed this over several weeks with host-load from low to maximum.