blob: 546576e3cd7f3654ee4a453eca1b08ff291a3ea3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
diff -u man.std/apachetop.1 man/apachetop.1
--- man.std/apachetop.1 2005-10-15 18:10:01.000000000 +0200
+++ man/apachetop.1 2008-12-17 22:43:24.000000000 +0100
@@ -2,7 +2,7 @@
.SH NAME
apachetop \- display real-time web server statistics
.SH SYNOPSIS
-.B apachetop [-f filename] [-H hits | -T time] [-q] [-l] [-s segments] [-p] [-r secs]
+.B apachetop [-f filename] [-H hits | -T time] [-q] [-l] [-s segments] [-p] [-r secs] [-o outfile]
.SH DESCRIPTION
ApacheTop watches a logfile generated by Apache (in standard common or
combined logformat, and generates human-parsable output in realtime.
@@ -45,6 +45,9 @@
.TP
-r secs
Set default refresh delay, in seconds.
+.TP
+-o outfile
+Output to a file.
.SH EXAMPLES
.TP
apachetop -f /var/logs/httpd/access.log
Only in man: apachetop.1~
|