You might think that if you want faster internet performance, you can simply get a connection to the internet that has higher bandwidth. When you get a “faster” internet connection you may observe faster downloads. But it’s less frequently the additional bandwidth, and more frequently reduced latency that actually produces increased interactive web performance. This [...]
Read the rest of this entry »
Those of you studying the vmstat(8) man page may be wondering what the ’st’ figure is in the CPU column. The manual refers to it as “Time stolen from a virtual machine“. More specifically:
It’s the time the hypervisor scheduled something else to run instead of something within your VM. This might be time for another [...]
Read the rest of this entry »
I’ve been writing recently about memcached, and how you can use it to save costs in Cloud Computing deployments. It’s equally important to know about memcached and when to use it to get optimal performance from your web applications.
Must Reads:
memcached: More Cache = Less Cash!
Setting up memcached on Cloud Servers
Setting up memcached on Cloud Sites
Read the rest of this entry »