<br><br><div class="gmail_quote">On Wed, Jun 29, 2011 at 3:16 PM, Rogier R. Mulhuijzen <span dir="ltr"><<a href="mailto:drwilco@drwilco.net">drwilco@drwilco.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Currently varnishtop shows the top urls purely based on frequency. Depending<br>
on your usecase that might be usefull, but might also NOT give you the<br>
bottlenecks you are looking for.<br>
</blockquote>
<br></div>
Agreed.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'd like to use varnish for the following (example) scenario:<br>
</blockquote>
<br></div>
---- SNIP ----<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
expensive url  =   backend url with high  total time spend  (freq x<br>
duration)    (So the slow ones, that are called often)<br>
<br>
What do you guys think ?<br>
This would instantly give the problem areas of a website, no ?<br>
</blockquote>
<br></div>
I think this would work quite nicely. I would just change the "freq x duration" definition to "cumulative duration".<br>
<br>
It would mean adding the 5th (or 6th) field from ReqEnd to the counter instead of 1. The hard part is probably (guessing here, have yet to look at v-top source) getting the ReqEnd values to add to the individual counters.<br>

<br>
Throw it on the shopping list, I'd say.<br></blockquote><div><br></div><div><br></div><div>Whats the best way to get this on the shopping list ? </div><div><br></div><div>Regards,</div><div>Harm Verhagen </div></div>