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

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

index 167023300e725ed95f9f7a26875afa2bff803914..e2107d95c0294dc49d463972aa72623266164fb9 100644 (file)
@@ -4,6 +4,8 @@ INCLUDES = -I$(top_srcdir)/include
 
 bin_PROGRAMS = varnishstat
 
+man_MANS = varnishstat.1
+
 varnishstat_SOURCES = varnishstat.c
 
 varnishstat_LDADD = \
diff --git a/varnish-cache/bin/varnishstat/varnishstat.1 b/varnish-cache/bin/varnishstat/varnishstat.1
new file mode 100644 (file)
index 0000000..bd973cb
--- /dev/null
@@ -0,0 +1,31 @@
+.\"
+.\" $Id$
+.\"
+.Dd July 6, 2006
+.Dt VARNISHSTAT 1
+.Os
+.Sh NAME
+.Nm varnishstat
+.Nd HTTP accelerator statistics
+.Sh SYNOPSIS
+.Nm
+.Op Fl c
+.Sh DESCRIPTION
+The
+.Nm
+utility displays statistics from a running
+.Xr varnishd 1
+instance.
+.Pp
+The following options are available:
+.Bl -tag -width Fl
+.It Fl c
+Present a continuously updating display using
+.Xr curses 3 .
+.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.