SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Hybrid View
-
May 18, 2006, 04:01 #1
- Join Date
- May 2006
- Posts
- 2
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Creating WebLog file using ruby?!
Can you help me in writing (or finding an already written) code to read a weblog file
has the form:
127.0.0.1 - frank [10/oct/2000:13:55:36 - 0700] "get/apachi_pb.gif HTTP/1.0" 200 2326
And then produce the following statistics:
1. #of times an IP or a domain name visited the web site
2. Total # of unique IP
3. #of times each different web page was visited in the web site
4. Total # of hits and unique visitor per site for every day in the web site
5. Total # of hits and unique visitor per day for every month in the web site
THANK YOU
-
May 18, 2006, 05:28 #2
RubyWebStat perhaps?
-
May 18, 2006, 07:26 #3
- Join Date
- May 2006
- Posts
- 2
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thank you very much
but can you help me trying the code?
using compiler?
or internet explorer??
if i go to its location
http://ithraa.net/2/rubywebstat.rb
it will start downloading?!
help me using it in html file
Bookmarks