r347 - trunk/varnish-cache/bin/varnishlog

des at projects.linpro.no des at projects.linpro.no
Thu Jul 6 11:31:45 CEST 2006


Author: des
Date: 2006-07-06 11:31:45 +0200 (Thu, 06 Jul 2006)
New Revision: 347

Added:
   trunk/varnish-cache/bin/varnishlog/varnishlog.1
Modified:
   trunk/varnish-cache/bin/varnishlog/Makefile.am
Log:
Add a rudimentary man page.

Modified: trunk/varnish-cache/bin/varnishlog/Makefile.am
===================================================================
--- trunk/varnish-cache/bin/varnishlog/Makefile.am	2006-07-06 09:31:37 UTC (rev 346)
+++ trunk/varnish-cache/bin/varnishlog/Makefile.am	2006-07-06 09:31:45 UTC (rev 347)
@@ -4,6 +4,8 @@
 
 bin_PROGRAMS = varnishlog
 
+man_MANS = varnishlog.1
+
 varnishlog_SOURCES = varnishlog.c
 
 varnishlog_LDADD = \

Added: trunk/varnish-cache/bin/varnishlog/varnishlog.1
===================================================================
--- trunk/varnish-cache/bin/varnishlog/varnishlog.1	2006-07-06 09:31:37 UTC (rev 346)
+++ trunk/varnish-cache/bin/varnishlog/varnishlog.1	2006-07-06 09:31:45 UTC (rev 347)
@@ -0,0 +1,40 @@
+.\"
+.\" $Id$
+.\"
+.Dd July 6, 2006
+.Dt VARNISHLOG 1
+.Os
+.Sh NAME
+.Nm varnishlog
+.Nd HTTP accelerator log watcher
+.Sh SYNOPSIS
+.Nm
+.Op Fl o
+.Op Fl r Ar file
+.Op Fl w Ar file
+.Sh DESCRIPTION
+The
+.Nm
+utility reads and presents
+.Xr varnishd 1
+shared memory logs.
+.Pp
+The following options are available:
+.Bl -tag -width Fl
+.It Fl o
+Group log entries by request ID.
+.It Fl r Ar file
+Read log entries from
+.Ar file
+instead of shared memory.
+.It Fl w Ar file
+Write log entries to
+.Ar file
+instead of displaying them.
+.El
+.Sh HISTORY
+The
+.Nm
+utility was developed by
+.An Poul-Henning Kamp Aq phk at freebsd.dk
+in cooperation with Verdens Gang AS and Linpro AS.


Property changes on: trunk/varnish-cache/bin/varnishlog/varnishlog.1
___________________________________________________________________
Name: svn:keywords
   + Id




More information about the varnish-commit mailing list