Content-type: text/html Manpage of pure-statsdecode

pure-statsdecode

Section: Pure-FTPd (8)
Updated: 1.0.0
Index
 

NAME

pure-statsdecode - Show human-readable dates from a "stats" logfile  

SYNTAX

pure-statsdecode filename
pure-statsdecode -  

DESCRIPTION

This program decodes Pure-FTPd's "stats" log files and converts timestamps into human-readable dates.

 

OPTIONS

-
means to read the standard input.
filename
is a log file produced with pure-ftpd -O ftpstats:/path/to/logfile
 

EXAMPLES

To run this program the standard way type:

pure-statsdecode /var/log/pureftpd.log > /tmp/pureftpd.humanlog

Alternativly you can run it as:

cat /var/log/pureftpd.log | pure-statsdecode - | gzip --best > /tmp/pureftpd.humanlog.gz

 

AUTHORS

Frank DENIS <j@pureftpd.org>


 

Index

NAME
SYNTAX
DESCRIPTION
OPTIONS
EXAMPLES
AUTHORS

This document was created by man2html, using the manual pages.
Time: 14:27:21 GMT, June 29, 2006