~ubuntu-branches/ubuntu/lucid/varnish/lucid-updates

« back to all changes in this revision

Viewing changes to bin/varnishlog/varnishlog.1

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2010-03-24 13:26:08 UTC
  • mfrom: (0.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100324132608-4uzkavctn26bdwyi
Tags: 2.1.0-1
* New upstream version
* Fix small error in man/vcl.7so

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\"-
2
2
.\" Copyright (c) 2006 Verdens Gang AS
3
 
.\" Copyright (c) 2006-2008 Linpro AS
 
3
.\" Copyright (c) 2006-2009 Linpro AS
4
4
.\" All rights reserved.
5
5
.\"
6
6
.\" Author: Dag-Erling Smørgrav <des@des.no>
26
26
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27
27
.\" SUCH DAMAGE.
28
28
.\"
29
 
.\" $Id: varnishlog.1 3104 2008-08-19 07:50:50Z phk $
 
29
.\" $Id: varnishlog.1 4107 2009-06-17 05:20:34Z ssm $
30
30
.\"
31
31
.Dd March 9, 2008
32
32
.Dt VARNISHLOG 1
232
232
The following command line simply copies all log entries to a log
233
233
file:
234
234
.Bd -literal -offset 4n
235
 
$ varnishlog -w /var/log/varnish.log
 
235
$ varnishlog \-w /var/log/varnish.log
236
236
.Ed
237
237
.Pp
238
238
The following command line reads that same log file and displays
239
239
requests for the front page:
240
240
.Bd -literal -offset 4n
241
 
$ varnishlog -r /var/log/varnish.log -c -o RxURL '^/$'
 
241
$ varnishlog \-r /var/log/varnish.log \-c \-o RxURL '^/$'
242
242
.Ed
243
243
.Sh SEE ALSO
244
244
.Xr varnishd 1 ,