]> err.no Git - varnish/commitdiff
Umm, what have I been smoking? varnishstat is not a logger and does not
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 16 Sep 2006 14:06:57 +0000 (14:06 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 16 Sep 2006 14:06:57 +0000 (14:06 +0000)
support VSL_ARGS.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1023 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishstat/varnishstat.1

index d99c462fbe0612fa755c46ea56c66e82e6f3fd57..d5f131916919884b65664393f4546ee0d09e4851 100644 (file)
 .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
@@ -32,57 +23,8 @@ The following options are available:
 .It Fl 1
 Instead of presenting of a continuously updated display, print the
 statistics once and exit.
-.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
-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 ,