r350 - trunk/varnish-cache/bin/varnishstat

des at projects.linpro.no des at projects.linpro.no
Thu Jul 6 15:02:28 CEST 2006


Author: des
Date: 2006-07-06 15:02:28 +0200 (Thu, 06 Jul 2006)
New Revision: 350

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

Modified: trunk/varnish-cache/bin/varnishstat/Makefile.am
===================================================================
--- trunk/varnish-cache/bin/varnishstat/Makefile.am	2006-07-06 11:18:34 UTC (rev 349)
+++ trunk/varnish-cache/bin/varnishstat/Makefile.am	2006-07-06 13:02:28 UTC (rev 350)
@@ -4,6 +4,8 @@
 
 bin_PROGRAMS = varnishstat
 
+man_MANS = varnishstat.1
+
 varnishstat_SOURCES = varnishstat.c
 
 varnishstat_LDADD = \

Added: trunk/varnish-cache/bin/varnishstat/varnishstat.1
===================================================================
--- trunk/varnish-cache/bin/varnishstat/varnishstat.1	2006-07-06 11:18:34 UTC (rev 349)
+++ trunk/varnish-cache/bin/varnishstat/varnishstat.1	2006-07-06 13:02:28 UTC (rev 350)
@@ -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 at freebsd.dk
+in cooperation with Verdens Gang AS and Linpro AS.


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




More information about the varnish-commit mailing list