
enno at tty
Feb 9, 2012, 1:29 AM
Post #3 of 3
(127 views)
Permalink
|
|
Re: Varnish log analysis[how to know which page is come from varnish log]
[In reply to]
|
|
or just look at the X-Varnish header: X-Varnish:1430572011 1430571971 that was a hit! (the second number is the original request that came from the backend) X-Varnish:1430627609 that was a miss! Enno Gašper Furman wrote: > Hi > > Use header HIT/MISS as shown in > https://www.varnish-cache.org/trac/wiki/VCLExampleHitMissHeader > > Gasper > > On 02/09/2012 05:22 AM, Jewel Nuruddin wrote: >> Hi >> I am very new in varnish. >> What is the way to know that which page is come from varnish cache >> and which page is come from backend server? >> Please help me. >> >> Thanks >> Jewel >> >> >> _______________________________________________ >> varnish-misc mailing list >> varnish-misc [at] varnish-cache >> https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc > > > -- > Gašper Furman > Spletni razvoj > Web Development > > Delo, d. d. > Dunajska 5, 1000 Ljubljana > T: +386 1 47 37 946 > E: gasper.furman [at] delo <mailto:gasper.furman [at] delo> > > <http://www.delo.si> <http://www.slovenskenovice.si> > <http://www.deloindom.si> <http://www.polet.si> <http://www.pogledi.si> > ------------------------------------------------------------------------ > > _______________________________________________ > varnish-misc mailing list > varnish-misc [at] varnish-cache > https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc _______________________________________________ varnish-misc mailing list varnish-misc [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
|