Hi,<br><br>Doing some testing and have got the hitrate average to 1.00. Cache misses are reported as 0.00 but we are still seeing reqests in the backends apache logs. The Total Pass line (see the varnishstat output below) seems to show about the right number of requests to account for this. But if there is still traffic going to the backend I dont understand why the hitrate is 1.00<br>

<br>The vcl file is very simple,<br><br>backend default {<br>  .host = "barbican-z3";<br>  .port = "80";<br>}<br>sub vcl_fetch {<br>     if (obj.cacheable) {<br>        set obj.ttl = 24h;<br>    }<br>
}<br>
<br><br>Also, is there a document detailing what each line of varnishstat means?<br><br>Thanks,<br><br>Rob<br><br><br>Hitrate ratio:       10      100     1000<br>Hitrate avg:     1.0000   1.0000   0.9898<br><br>        3404         0.00         0.69 Client connections accepted<br>

      474002       290.17        95.51 Client requests received<br>      346436       271.16        69.80 Cache hits<br>       55518         0.00        11.19 Cache misses<br>      126781        19.01        25.55 Backend connections success<br>

         757         0.00         0.15 Backend connections failures<br>      126778        20.01        25.54 Backend connections recycles<br>           1          .            .   N struct srcaddr<br>           1          .            .   N active struct srcaddr<br>

          27          .            .   N struct sess_mem<br>          14          .            .   N struct sess<br>       54903          .            .   N struct object<br>       54906          .            .   N struct objecthead<br>

      114219          .            .   N struct smf<br>        4215          .            .   N small free smf<br>           1          .            .   N large free smf<br>           3          .            .   N struct vbe_conn<br>

          10          .            .   N struct bereq<br>          14          .            .   N worker threads<br>          14         0.00         0.00 N worker threads created<br>           0         0.00         0.00 N queued work requests<br>

         563         0.00         0.11 N overflowed work requests<br>           1          .            .   N backends<br>      194279          .            .   N LRU moved objects<br>      481532       303.18        97.02 Objects sent with write<br>

        3404         0.00         0.69 Total Sessions<br>      474019       291.18        95.51 Total Requests<br>       72023        20.01        14.51 Total pass<br>      126778        20.01        25.54 Total fetch<br>

   101827536     63514.30     20517.34 Total header bytes<br>  5814577615   5316785.81   1171585.25 Total body bytes<br>        1246         0.00         0.25 Session Closed<br>      473212       292.18        95.35 Session herd<br>

    17724459      9138.51      3571.32 SHM records<br>     1092786       605.37       220.19 SHM writes<br>        4361         1.00         0.88 SHM MTX contention<br>           5         0.00         0.00 SHM cycles through buffer<br>

      256109        40.02        51.60 allocator requests<br>      110004          .            .   outstanding allocations<br>   803733504          .            .   bytes allocated<br>  7786201088          .            .   bytes free<br>

         764         0.00         0.15 SMS allocator requests<br>      355236          .            .   SMS bytes allocated<br>      355236          .            .   SMS bytes freed<br>      126786        19.01        25.55 Backend requests made<br>

           1         0.00         0.00 N vcl total<br>           1         0.00         0.00 N vcl available<br>           1          .            .   N total active purges<br>           1         0.00         0.00 N new purges added<br>

<br>