Find the answer to your Linux question:
Results 1 to 3 of 3
Hi, I want to make a daemon-like application for Linux platform which supervises the website activities. I need to fetch the URLs of all websites that are opened by the ...
  1. #1
    Just Joined!
    Join Date
    Jul 2007
    Posts
    6

    Monitoring Website activities

    Hi,

    I want to make a daemon-like application for Linux platform which supervises the website activities. I need to fetch the URLs of all websites that are opened by the user, time of the day when it is opened & the time duration for which this url is opened and by-page activity. A code snippet will be much helpful.
    Alsoo, I do not want to monitor the URLs of any specific web-browser like firefox, konqueror etc, and want a generalized solution for this problem.

    Any help/ code snippet is really very appreciated.

    Thanks & Regards,
    Manoj Kumar

  2. #2
    Just Joined!
    Join Date
    Nov 2008
    Posts
    6

    Web Stats

    Manoj

    Take a look at Webalizer. It is really good for this kind of thing.

    Cheers
    Lawrence

  3. #3
    Just Joined!
    Join Date
    Jul 2007
    Posts
    6
    Hi Lawrence,

    Thanks for reply.
    But, Webalizer is used on the server side. How I can use it in my application. My application should run as deamon on the system & generate a report about the sebsite activities, i.e. url opened, time & duration.

    Can you tell me how can I use webalizer in my application.

    Thanks & Regards,
    Manoj Kumar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...