Tuesday 19 March 2019

cpu usage - Will a CPU upgrade speed up my web browsing? How to tell?


My CPU model is 2 and a half years old now, released Intel Q4'2010. How can I determine if getting a new CPU will improve how fast I surf the Internet, versus getting a better ISP subscription?



Answer



Measure what your current bottleneck is. Run things like vmstat (BSD), iotop and top (Linux), taskmanager or resource manager (windows). Then start your browser and watch what the measurements do while you surf.


If the CPU tends to spike a lot to 100%, or of it stays at 100% for periods, then a faster CPU will help. If it never even spikes above half load then a faster CPU will not help much.


Do the same with memory: Does opening a few dozen tabs cause you to page (swap)? In that case more memory might help (adjust for your normal usage: Mine is between 30 and 60 open tabs at the same time).


If neither of the above two is stressed then the network might be the weakest link. However that can have several reasons. Pure throughput is just one of them.


Other reasons could be access times, or no installed adblockers (many webpages wait for advertisement to load. And the servers providing the adds are often damn slow. Which means that actualy surfing can feel a lot faster with an add-blocker. Even if your thoughput is more than enough to handle the normal surfing data and the adds at the same time).


There are probably a few more points which I have forgotten, but the main thing I tried to say is "measure!". (Or as we Dutch say 'Meten is weten' ('to measure is to know').



Tl;dr: A faster CPU is probably not going to help much. But check how much CPU is used with your current setup.


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...