]> err.no Git - varnish/commitdiff
Add a rudimentary man page.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 6 Jul 2006 09:31:45 +0000 (09:31 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 6 Jul 2006 09:31:45 +0000 (09:31 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@347 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishlog/Makefile.am
varnish-cache/bin/varnishlog/varnishlog.1 [new file with mode: 0644]

index f69a6aa2d252ee649fecd50aeab09442224a1539..1c407bc1447c515762cfc7c0be2457c1a6ff10f7 100644 (file)
@@ -4,6 +4,8 @@ INCLUDES = -I$(top_srcdir)/include
 
 bin_PROGRAMS = varnishlog
 
+man_MANS = varnishlog.1
+
 varnishlog_SOURCES = varnishlog.c
 
 varnishlog_LDADD = \
diff --git a/varnish-cache/bin/varnishlog/varnishlog.1 b/varnish-cache/bin/varnishlog/varnishlog.1
new file mode 100644 (file)
index 0000000..701a908
--- /dev/null
@@ -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@freebsd.dk
+in cooperation with Verdens Gang AS and Linpro AS.