JAWStats Web Statistics & Analytics 0.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News JAWStats Web Statistics & Analytics 0.6 (Default branch)
# 1  
Old 08-05-2008
JAWStats Web Statistics & Analytics 0.6 (Default branch)

ImageJAWStats is a site statistics and analyticspackage. It runs in conjunction with AWStats andproduces clear and informative charts, graphs, andtables about your Web site visitors in your Webbrowser. It is very quick and easy to install.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Mac OS X & Web Dev

Could someone recommend a good book? Regarding Unix and Mac os X? I know the OS is new, but Unix ain't. I would like to know more about setting up the webserver on my machine. All the HTML works fine, it's just when i try to execute a cgi, php or a pl script.. :( I have tried and tried to... (2 Replies)
Discussion started by: Chojin
2 Replies
Login or Register to Ask a Question
mailstats(1)						      General Commands Manual						      mailstats(1)

NAME
mailstats - print mail traffic statistics SYNOPSIS
cffile] stfile] DESCRIPTION
reads and interprets the statistics file, and then prints out the mail traffic statistics. The statistics file is the one set by the option in the The default statistics file is If the statistics file exists, collects statistics about your mail traffic and stores them in that file. This file does not grow. Statistics are gathered on a per-mailer basis for each mailer defined in the configuration file. Statistics are kept on the number of mes- sages and the number of bytes for all inbound and outbound traffic. The utility displays the time at which statistics collection was started on the first line. Then, the statistics of each mailer is dis- played on a single line, each with the following white space separated fields (see the "EXAMPLES" section below): The mailer number. Number of messages from the mailer. Kbytes from the mailer. Number of messages to the mailer. Kbytes to the mailer. Number of messages rejected. Number of messages discarded. The name of the mailer. After this display, a line totaling the values for all of the mailers is displayed, separated from the previous information by a line con- taining only equals (``='') characters. Note can be used by privileged users only. Options The options are as follows: Read the specified cffile instead of the default file. Read the specified statistics file, stfile, instead of the statistics file specified in the file. Do not display the name of the mailer in the output. Output information in program-readable mode and clear statistics. To clear the statistics file, execute, as root: RETURN VALUE
The utility exits with 0 on success, and >0 if an error occurs. DIAGNOSTICS
generates error messages if the statistics file is not accessible or if the size of the statistics file has changed. Error messages are: Either statistics-file is zero length, meaning that no mail has been transferred since it was cleared out, or its size has changed. Since the size of this file is supposed to remain constant, any change in size means that the file is invalid. The statistics file does not exist. The statistics file's permissions are set so that you cannot read it. EXAMPLES
Here is a typical example of output: ============================================================= This example shows that mailers 0, 3 and 5 have handled the given amounts of mail traffic since Thursday, Jul 11th. Specifically, has sent 11 messages containing 11 kilobytes via mailer esmtp (M 5), but has 4 messages rejected via mailer esmtp (M 5). AUTHOR
was developed by the University of California, Berkeley. FILES
default mail traffic statistics file sendmail configuration file SEE ALSO
sendmail(1M). mailstats(1)