Code Search for Developers
 
 
  

index.html from Tea Stats at Krugle


Show index.html syntax highlighted

<html>
<head>
    <title>TeaStats Web Log Analyser</title>
    <link rel="stylesheet" type="text/css" href="./style.css"/>
</head>
<body>

<div class="container">

<div class="title">
    TeaStats Web Log Analyser
</div>

<div class="subtitle">
    Introduction
</div>

<div class="content">
    <p>TeaStats is a Web Log Analyser, much like AWStats or Webalyzer. Its in a very early stage right now.</p>
</div>

<div class="content">
    <p>Teastats is written in a completely modular fashion, making it simple to add or remove functionality according to
        your needs. If something you need isn't there, <a href="mailto:teastats@time4tea.net">email me</a>, and i'll try
        to add it in.</p>

    <p>I'm trying to add in all the functionality of webalizer and awstats.</p>

    <p>There is some simple web page output right now...</p>
</div>


<div class="subtitle">
    Current Status
</div>

<div class="content">
    <p>TeaStats currently will analyse the whole of your log file in one go, and so works best if you can get by-month
        versions of your log files as input.</p>

    <p>It doesn't do month-to-month comparisons yet.</p>
</div>

<div class="subtitle">
    Sourceforge Project Page
</div>

<div class="content">
    <p>The sourceforge project page is <a href="http://www.sourceforge.net/projects/teastats">here</a>
</div>

<div class="subtitle">
    Statistics
</div>

<div class="content">
    <ul>
        <li>Total Throughput</li>
        <li>Requests by Program Type</li>
        <ul>
            <li>Browser</li>
            <li>Robot</li>
            <li>Worm/Virus</li>
            <li>Operating System</li>
        </ul>
        <li>Requests by Time</li>
        <ul>
            <li>Day Of Week</li>
            <li>Hour Of Day</li>
            <li>Day Of Month</li>
        </ul>
        <li>Inbound Referers</li>
        <li>File Type</li>
        <li>Query Parameter</li>
        <li>Page Statistics</li>
        <ul>
            <li>Successful Pages</li>
            <li>Missing (404) Pages</li>
            <li>Error (500) Pages</li>
            <li>%age by all status codes</li>
        </ul>
        <li>Geographical Location</li>
        <ul>
            <li>Country - Using GeoIP Free</li>
            <li>State (US) - Non-Free GeopIP</li>
            <li>ISP (US+Europe)- Non-Free GeoIP</li>
            <li>City (US+Some Europe?) - Non-Free GeoIP</li>
        </ul>
        <li>Search Engine Identification</li>
        <ul>
            <li>Identify which search engines are refering to you</li>
            <li>Identify the search keywords used</li>
        </ul>
        <li>Session Statistics</li>
        <ul>
            <li>Number of Clicks per session</li>
            <li>Bandwidth per session</li>
        </ul>
    </ul>
</div>

<div class="subtitle">
    How to Use
</div>

<div class="content">
    <ul>
        <li>Check out the code from SVN</li>
        <li>Edit the Teastats.java file...</li>
        <li>ant run</li>
    </ul>
</div>

<div class="subtitle">
    Sample Output
</div>

<div class="content">
    <p>Have a look at <a href="sample/index.html">this sample output</a> to see what TeaStats can do just now</p>
</div>

<div class="subtitle">
    Configuration
</div>

<div class="content">
    <p>Configuration is currently by writing some Java code, but perhaps some XML could be used in the future?</p>
</div>

<div class="subtitle">
    Document Version
</div>

<div class="content">
    <p>$Header: /cvsroot/teastats/teastats/site/htdocs/index.html,v 1.3 2005/09/24 15:38:48 james_time4tea Exp $</p>
</div>

<div class="subtitle">
    Hosted by Sourceforge
</div>

<div class="content">
    <p><A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=140235&amp;type=5"
                                              width="210" height="62" border="0" alt="SourceForge.net Logo"/></p>
</div>

</div>
</body>
</html>




See more files for this project here

Tea Stats

Web log analyzer... Written in OO Perl, provides the usual host / page analysis. Can also do site graphing using graphviz, browser, os, worm and search engine identification, and country and session tracking.

Project homepage: http://sourceforge.net/projects/teastats
Programming language(s): Java
License: other

  index.html
  style.css