r1166 - in branches/1.0: . bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Wed Oct 18 16:26:51 CEST 2006


Author: des
Date: 2006-10-18 16:26:51 +0200 (Wed, 18 Oct 2006)
New Revision: 1166

Modified:
   branches/1.0/
   branches/1.0/bin/varnishd/varnishd.1
Log:
 r31758 at cat (orig r1127):  des | 2006-09-26 15:31:58 +0200
 Document management interface commands, and fix list markup.



Property changes on: branches/1.0
___________________________________________________________________
Name: svk:merge
   - d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1126
   + d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1127

Modified: branches/1.0/bin/varnishd/varnishd.1
===================================================================
--- branches/1.0/bin/varnishd/varnishd.1	2006-10-18 14:26:50 UTC (rev 1165)
+++ branches/1.0/bin/varnishd/varnishd.1	2006-10-18 14:26:51 UTC (rev 1166)
@@ -151,7 +151,7 @@
 .El
 .Ss Hash Algorithms
 The following hash algorithms are available:
-.Bl -tag -width=4
+.Bl -tag -width 4n
 .It Cm simple_list
 A simple doubly-linked list.
 Not recommended for production use.
@@ -169,7 +169,7 @@
 .El
 .Ss Storage Types
 The following storage types are available:
-.Bl -tag -width=4
+.Bl -tag -width 4n
 .It Cm malloc
 Storage for each object is allocated with
 .Xr malloc 3 .
@@ -209,26 +209,73 @@
 will offer a command-line management interface on the specified
 address and port.
 The following commands are available:
-.Bl -tag -width=4
+.Bl -tag -width 4n
 .It Cm dump.pool
 .It Cm help
+Display a list of available commands.
 .It Cm param.set Ar param Ar value
+Set the parameter specified by
+.Ar param
+to the specified
+.Ar value .
+See
+.Sx Run-Time Parameters
+for a list of parameters.
 .It Cm param.show Ar param
+Display the value of the parameter specified by
+.Ar param .
+See
+.Sx Run-Time Parameters
+for a list of parameters.
 .It Cm param.show Op Fl l
+Display a list of run-time parameters and their values.
+If the
+.Fl l
+option is specified, the list includes a brief explanation of each
+parameter.
 .It Cm ping Op Ns Ar timestamp
+Ping the child process.
 .It Cm start
+Start the child process if it is not already running.
 .It Cm stats
+Display server statistics.
+All the numbers presented are totals since server startup; for a
+better idea of the current situation, use the
+.Xr varnishstat 1
+utility.
 .It Cm stop
+Stop the child process.
 .It Cm url.purge Ar regexp
+Immediately invalidate all documents whos URL matches the specified
+regular expression.
 .It Cm vcl.discard Ar configname
+Discard the configuration specified by
+.Ar configname .
+This will have no effect if the specified configuration has a non-zero
+reference count.
 .It Cm vcl.inline Ar configname Ar vcl
+Create a new configuration named
+.Ar configname
+with the VCL code specified by
+.Ar vcl ,
+which must be a quoted string.
 .It Cm vcl.list
+List available configurations and their respective reference counts.
+The active configuration is indicated with an asterisk ("*").
 .It Cm vcl.load Ar configname Ar filename
+Create a new configuration named
+.Ar configname
+with the contents of the specified file.
 .It Cm vcl.use Ar configname
+Start using the configuration specified by
+.Ar configname
+for all new requests.
+Existing requests will continue using whichever configuration was in
+use when they arrived.
 .El
 .Ss Run-Time Parameters
 .\" Keep in synch with parspec[] in mgt_param.c
-.Bl -tag -width=4
+.Bl -tag -width 4n
 .It Va auto_restart
 .It Va default_ttl
 .It Va fetch_chunksize




More information about the varnish-commit mailing list