123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <html>
- <head>
- <title>W3Live</title>
- <style>
- body {
- background-color: #e9eff2;
- width: 640px;
- }
- </style>
- </head>
- <body>
- <h1><img src="w3live.png" alt="W3Live!" /></h1>
- <p>
- Web usage mining is an active research area for its uses in web site
- maintenance and for the potential economical impact. In the past, re-
- search has focused on off-line statistical analysis, learning the user behavior
- and on identifying most frequently visited structures. We propose and study
- on-line monitoring of web usage. We devise efficient
- real-time algorithms for identifying most visited sites and site-paths. We
- further provide advance warning when there is a potential denial of service
- attack. In our system named W3Live, we have implemented algorithms and
- live event warnings using LOGML and the graph library of the WWWPal
- suite.
- </p>
- <ul>
- <li><a href="manual/index.html">manual</a></li>
- <li><a href="mailto:morria@cs.rpi.edu">email the author</a></li>
- </ul>
- <h2>Source Code</h2>
- <p>
- W3Live is free software licensed under the GPL!
- </p>
- <ul>
- <li><a href="code/w3live-gui-0.9.tar.gz">w3live-gui-0.9.tar.gz</a></li>
- <li><a href="code/w3live-0.9.tar.gz">w3live-0.9.tar.gz</a></li>
- </ul>
- <h2>Worldwide Web Computing Conference 2004</h2>
- <p>
- We have written a paper about W3Live for the Worldwide Web Computing Conference, 2004. Its acceptance/rejection
- is pending.
- </p>
- <ul>
- <li><a href="w3live-www04/w3live-www04.pdf">w3live-www04.pdf</a></li>
- <li><a href="w3live-www04/w3live-www04.ps">w3live-www04.ps</a></li>
- </ul>
- <h2>Genlog</h2>
- <p>
- For testing W3Live, a tool for generating web log files (named genlog) has been built.
- <a href="http://www.organix.tv/research/genlog">Go here to download and learn about genlog</a>.
- </p>
- <br />
- <br />
- <address>Andrew Morrison · <a href="mailto:morria@cs.rpi.edu">morria@cs.rpi.edu</a></address>
- </body>
- </html>
|