pure-statsdecode.8.in 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .TH "pure-statsdecode" "8" "@VERSION@" "Frank Denis" "Pure-FTPd"
  2. .SH "NAME"
  3. .LP
  4. pure\-statsdecode \- Show human\-readable dates from a "stats" logfile
  5. .SH "SYNTAX"
  6. .LP
  7. pure\-statsdecode \fIfilename\fP
  8. .br
  9. pure\-statsdecode \fI\-\fP
  10. .SH "DESCRIPTION"
  11. .LP
  12. This program decodes Pure\-FTPd's "stats" log files and converts timestamps into human\-readable dates.
  13. .SH "OPTIONS"
  14. .TP
  15. \fB\-\fR
  16. means to read the standard input.
  17. .TP
  18. \fBfilename\fR
  19. is a log file produced with pure\-ftpd \-O ftpstats:/path/to/logfile
  20. .SH "EXAMPLES"
  21. .LP
  22. To run this program the standard way type:
  23. .LP
  24. pure\-statsdecode /var/log/pureftpd.log > /tmp/pureftpd.humanlog
  25. .LP
  26. Alternativly you can run it as:
  27. .LP
  28. cat /var/log/pureftpd.log | pure\-statsdecode \- | gzip \-\-best > /tmp/pureftpd.humanlog.gz
  29. .SH "AUTHORS"
  30. .LP
  31. Frank DENIS <j at pureftpd dot org>
  32. .SH "SEE ALSO"
  33. .BR "ftp(1)" ,
  34. .BR "pure-ftpd(8)"
  35. .BR "pure-ftpwho(8)"
  36. .BR "pure-mrtginfo(8)"
  37. .BR "pure-uploadscript(8)"
  38. .BR "pure-statsdecode(8)"
  39. .BR "pure-pw(8)"
  40. .BR "pure-quotacheck(8)"
  41. .BR "pure-authd(8)"
  42. .BR "pure-certd(8)"
  43. .BR "RFC 959" ,
  44. .BR "RFC 2228",
  45. .BR "RFC 2389" " and"
  46. .BR "RFC 2428" .