in reply to Re^2: CPU Usage by VirtualHost
in thread CPU Usage by VirtualHost

But you are trying to measure the CPU usage at the time of the request, not the CPU usage of that a specific request used up.

To measure that you'd need a process specific or even thread specific clock, depending on which apache worker model you use.