Skip to content

Commit abe2833

Browse files
author
Claes Wikstrom
committed
minor docs for new stats feature
1 parent da53d3a commit abe2833

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

man/yaws.1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ systems who has created files there are alive.
152152
\fB--status [--id id]\fR
153153
Query a running yaws daemon for its status, and print it.
154154
.TP
155+
\fB--stats [--id id]\fR
156+
Query a running yaws daemon for its statistics, and print it.
157+
.TP
155158
\fB--load Modules [--id id]\fR
156159
Try to (re)load erlang modules into a running daemon. This is useful
157160
after modifying appmods or modules used by scripts.

man/yaws.conf.5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@ var = val
238238
</extra_cgi_vars>
239239
.fi
240240

241+
.TP
242+
\fBstatistics = true | false\fR
243+
Turns on/off statistics gathering for a virtual server.
244+
241245
.TP
242246
\fBdeflate = true | false\fR
243247
Turns on or off deflate compression for a server.

0 commit comments

Comments
 (0)