host45 -extremely- slow
Copying a simple 10Mb file seems to take more than 15 minutes!
7 Replies
@saman007uk:
For the last 5 hours, any hardrive I/O seems to absolutely ages. Caker, could you please look into it?
Copying a simple 10Mb file seems to take more than 15 minutes!
cat /proc/io_status
and post the output here
io_count=2321319 io_rate=96 io_tokens=-26 token_refill=100 token_max=400000
This was just after I upgraded Debian Woody -> Sarge on the linode.
Your token consumption (iorate=96) is almost equal to the refill rate (tokenrefill=100) (and has been higher), while your available tokens (iotokens=-26) are actually negative, as opposed to a maximum value (quiescent system) of 400000 (tokenmax).
Maybe your Linode thrashed its swap space during the upgrade - if so, it will take a few hours to recover or you can raise a ticket and ask caker to reset io_tokens.
Somebody later said that rebooting your Linode resets the limit, so you might try that.
Don't login via SSH, use LISH instead to save a few io_tokens. Start killing whatever process you can safely kill, and try to bring the beast down gently.
Make every command you run count because I've had simple commands like "ps aux" take minutes on a system that had hit the limiter.
…or just let it chug away on the upgrade for the next couple weeks and probably annoy everyone else on your Linode.