Our measurement problem
Posted Aug 4, 2005 5:07 UTC (Thu) by
JoeBuck (subscriber, #2330)
In reply to:
Our bloat problem by hp
Parent article:
Our bloat problem
One of the more embarrassing problems is that we don't really have tools that can give us an accurate picture of the problem. Everyone will tell you that "top" doesn't give an accurate picture, and everyone is right. The difficulty is that there is at present no tool that really shows what is going on.
Before we can really improve things, we need better measurement tools. Remember how much faster the boot times got after some guy did bootchart?
Back in the early 80s, VMS had a "graphical" (termcap-style) tool that would show a real-time animation of every page in memory, tracing it to the corresponding executable or shared library or kernel. The modern extension would show memory-mapped files, cached files, etc. as well. If we could just have those pictures, people's attention would quickly focus on the hot spots.
(
Log in to post comments)