r1020 - trunk/varnish-cache/bin/varnishstat

des at projects.linpro.no des at projects.linpro.no
Sat Sep 16 15:02:40 CEST 2006


Author: des
Date: 2006-09-16 15:02:40 +0200 (Sat, 16 Sep 2006)
New Revision: 1020

Modified:
   trunk/varnish-cache/bin/varnishstat/varnishstat.1
Log:
Bring up-to-date.

Modified: trunk/varnish-cache/bin/varnishstat/varnishstat.1
===================================================================
--- trunk/varnish-cache/bin/varnishstat/varnishstat.1	2006-09-16 13:02:24 UTC (rev 1019)
+++ trunk/varnish-cache/bin/varnishstat/varnishstat.1	2006-09-16 13:02:40 UTC (rev 1020)
@@ -1,7 +1,7 @@
 .\"
 .\" $Id$
 .\"
-.Dd July 6, 2006
+.Dd September 16, 2006
 .Dt VARNISHSTAT 1
 .Os
 .Sh NAME
@@ -9,7 +9,17 @@
 .Nd HTTP accelerator statistics
 .Sh SYNOPSIS
 .Nm
+.Op Fl 1
+.Op Fl b
+.Op Fl C
 .Op Fl c
+.Op Fl d
+.Op Fl I Ar regex
+.Op Fl i Ar tag
+.Op Fl r Ar file
+.Op Fl V
+.Op Fl X Ar regex
+.Op Fl x Ar tag
 .Sh DESCRIPTION
 The
 .Nm
@@ -19,13 +29,69 @@
 .Pp
 The following options are available:
 .Bl -tag -width Fl
+.It Fl 1
+Instead of presenting of a continuously updated display, print the
+statistics once and exit.
+.It Fl a
+When writing to a file, append to it rather than overwrite it.
+.It Fl b
+Include log entries which result from communication with a backend
+server.
+If neither
+.Fl b
+nor
+.Fl c
+is specified,
+.Nm
+acts as if they both were.
+.It Fl C
+Ignore case when matching regular expressions.
 .It Fl c
-Present a continuously updating display using
-.Xr curses 3 .
+Include log entries which result from communication with a client.
+If neither
+.Fl b
+nor
+.Fl c
+is specified,
+.Nm
+acts as if they both were.
+.It Fl d
+Process old log entries on startup.
+Normally,
+.Nm
+will only process entries which are written to the log after it
+starts.
+.It Fl I Ar regex
+Include log entries which match the specified regular expression.
+If neither
+.Fl I
+nor
+.Fl i
+is specified, all log entries are included.
+.It Fl i Ar tag
+Include log entries with the specified tag.
+If neither
+.Fl I
+nor
+.Fl i
+is specified, all log entries are included.
+.It Fl r Ar file
+Read log entries from
+.Ar file
+instead of shared memory.
+.It Fl V
+Display the version number and exit.
+.It Fl X Ar regex
+Exclude log entries which match the specified regular expression.
+.It Fl x Ar tag
+Exclude log entries with the specified tag.
 .El
 .Sh SEE ALSO
 .Xr varnishd 1 ,
+.Xr varnishhist 1 ,
 .Xr varnishlog 1 ,
+.Xr varnishncsa 1 ,
+.Xr varnishtop 1 ,
 .Xr curses 3
 .Sh HISTORY
 The




More information about the varnish-commit mailing list