|
Stat-U 0.10b
Copyright 2001 by Borjoyzee (Borjoyzee@ifrance.com)
Summary :
Name:
Stat-U - display statistics for the Serv-U Ftp Server
Description:
This manual page documents the Stat-U command which analyse the
logfile of the Serv-U Ftp Server and output an ASCII report. The
ASCII report looks like an INI file for an easy access to stats
by others software.
|
[GLOBAL]
startDate=08/31/01
startTime=00:01:00
endDate=08/31/01
endTime=16:40:19
usersOnline=4
accessed=247
userMaxDownloadSpeed=9.58 Kb/sec
userMaxUploadSpeed=4.11 Kb/sec
downloadedFiles=50
downloadedSize=228.23 Mb
uploadedFiles=2
uploadedSize=1.95 Mb
user01=anonymous
user02=Fred
[anonymous]
userMaxDownloadSpeed=9.58 Kb/sec
userMaxUploadSpeed=4.11 Kb/sec
downloadedFiles=50
downloadedSize=228.23 Mb
uploadedFiles=2
uploadedSize=1.95 Mb
[Fred]
userMaxDownloadSpeed=5.82 Kb/sec
userMaxUploadSpeed=3.54 Kb/sec
downloadedFiles=12
downloadedSize=58.63 Mb
uploadedFiles=0
uploadedSize=0.00 Mb
|
Synopsis :
Stat-U - Serv-U log file [-o Output file] [-s <start> or
today[-<n>]] [-e <end> or today[-<n>]] [--help]
[-h]
Options:
logfile: path name of the Serv-U logfile to analyse.
-o <output file>: Specify the output file.
-s <start>: Start Date of Analyse, in format MMDDYY
if none is given, then Analyse starts in the 1st line of the logfile.
You can also provide a date relative to today for example you can
provide today or today-1 (ie yesterday)
-e <end>: End Date of Analyse, in format MMDDYY if
none is given, then analyse ends in the last line of the logfile.
You can also provide a date relative to today for example you can
provide today or today-1 (ie yesterday)
-h: print usage information.
Examples:
to display statistics of all the log file :
Stat-U -l "c:\Program files\Serv-U\servu.log"
to display statistics from 06/25/01 to 07/12/01:
Stat-U -l "c:\Program files\Serv-U\servu.log" -s 06/25/01
-e 07/12/01
to display statistics of the week:
Stat-U -l "c:\Program files\Serv-U\servu.log" -s today-7
Download:
Click here to download Stat-U (33 Ko)
Feedback:
Feel free to contact me at Borjoyzee@ifrance.com if you've got any
question or suggestion or
discover any strange behaviour.
I would like to receive an e-mail from those of you who try and
find useful my program.
Not much: just a line of text :-)
Thanks for your attention :-)
History:
0.10b - first available release.
|