Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Good cross reference in log file analyzer

 
   Web Hosting Problem Solving Community! (Home) -> Webmaster RSS
Next:  Domain Name Trademark Problems?  
Author Message
Jakob Nielsen

External


Since: Jan 27, 2007
Posts: 2



(Msg. 1) Posted: Sat Jan 27, 2007 3:59 am
Post subject: Good cross reference in log file analyzer
Archived from groups: alt>www>webmaster (more info?)

I am looking for a log file analyzer which will give total cross refernces.
All, that I have seen so far, can give me the information in various
groupings, but with no cross reference.
What I am looking for is a way to for example look at a certain day, see the
downloads of a specific resource, click a specific user who downloaded it,
see other activity by this user etc etc.

As a more conrete example, I have a certain pdf online. I would like to see
all downloads of it. When doing so, I might be currious about the last user
who doanloaded it and I click him and see what other resources were accessed
by this user and when. This is a feature I have not seen in any log file
analyzers yet... but I have not seen them all. A free counter service that
sorta provides this, is statcounter.com. It is however just an ordinary
counter with embedded links in webpages, and I would much rather use my own
logfiles.

 >> Stay informed about: Good cross reference in log file analyzer 
Back to top
Login to vote
A Wieser

External


Since: Jan 27, 2007
Posts: 2



(Msg. 2) Posted: Sat Jan 27, 2007 5:19 am
Post subject: Re: Good cross reference in log file analyzer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Jakob Nielsen" <spam RemoveThis @no.no> wrote in message
news:45bac015$0$144$157c6196@dreader2.cybercity.dk...
|I am looking for a log file analyzer which will give total cross refernces.
| All, that I have seen so far, can give me the information in various
| groupings, but with no cross reference.
| What I am looking for is a way to for example look at a certain day, see
the
| downloads of a specific resource, click a specific user who downloaded it,
| see other activity by this user etc etc.
|
| As a more conrete example, I have a certain pdf online. I would like to
see
| all downloads of it. When doing so, I might be currious about the last
user
| who doanloaded it and I click him and see what other resources were
accessed
| by this user and when. This is a feature I have not seen in any log file
| analyzers yet... but I have not seen them all. A free counter service
that
| sorta provides this, is statcounter.com. It is however just an ordinary
| counter with embedded links in webpages, and I would much rather use my
own
| logfiles.
|
|

Try our product, TopDrop at
www.wieser-software.com/topdrop?individuals


It provides exactly that file centered investigation functionality. You get
counts of each file, and can find out exactly what an individual user did.

Anthony Wieser
Wieser Software Ltd

 >> Stay informed about: Good cross reference in log file analyzer 
Back to top
Login to vote
usenet36

External


Since: Jan 25, 2005
Posts: 345



(Msg. 3) Posted: Sat Jan 27, 2007 9:39 am
Post subject: Re: Good cross reference in log file analyzer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 27 Jan 2007 03:59:33 +0100, Jakob Nielsen put finger to
keyboard and typed:

>I am looking for a log file analyzer which will give total cross refernces.
>All, that I have seen so far, can give me the information in various
>groupings, but with no cross reference.
>What I am looking for is a way to for example look at a certain day, see the
>downloads of a specific resource, click a specific user who downloaded it,
>see other activity by this user etc etc.

You can't link specific file requests to specific users unless you're
using cookies or some other state-maintaining method of tracking them
(such as requiring a login). But log files don't contain that
information, so what you want can't be done simply by analysing log
files as the necessary information isn't there.

If you want to be able to track the activity of specific users, then
you really need to build that into your authentication system.

>As a more conrete example, I have a certain pdf online. I would like to see
>all downloads of it. When doing so, I might be currious about the last user
>who doanloaded it and I click him and see what other resources were accessed
>by this user and when.

To do that reliably, you will need to force your users to register and
then login before downloading the PDFs. A less reliable, but also less
intrusive, method is to track user activity via cookies, but that
can't track the same user accessing the files from different computers
or give you any information for people who set their browsers to
refuse or delete tracking cookies.

>This is a feature I have not seen in any log file
>analyzers yet... but I have not seen them all. A free counter service that
>sorta provides this, is statcounter.com. It is however just an ordinary
>counter with embedded links in webpages, and I would much rather use my own
>logfiles.

You can't do it with logfiles.

Mark
--
Blog: http://mark.goodge.co.uk Photos: http://www.goodge.co.uk
"And so we're told this is the golden age"
 >> Stay informed about: Good cross reference in log file analyzer 
Back to top
Login to vote
usenet36

External


Since: Jan 25, 2005
Posts: 345



(Msg. 4) Posted: Sat Jan 27, 2007 9:40 am
Post subject: Re: Good cross reference in log file analyzer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 27 Jan 2007 05:19:18 -0000, A Wieser put finger to keyboard
and typed:

>
>"Jakob Nielsen" <spam RemoveThis @no.no> wrote in message
>news:45bac015$0$144$157c6196@dreader2.cybercity.dk...
>|I am looking for a log file analyzer which will give total cross refernces.
>| All, that I have seen so far, can give me the information in various
>| groupings, but with no cross reference.
>| What I am looking for is a way to for example look at a certain day, see
>the
>| downloads of a specific resource, click a specific user who downloaded it,
>| see other activity by this user etc etc.
>|
>| As a more conrete example, I have a certain pdf online. I would like to
>see
>| all downloads of it. When doing so, I might be currious about the last
>user
>| who doanloaded it and I click him and see what other resources were
>accessed
>| by this user and when. This is a feature I have not seen in any log file
>| analyzers yet... but I have not seen them all. A free counter service
>that
>| sorta provides this, is statcounter.com. It is however just an ordinary
>| counter with embedded links in webpages, and I would much rather use my
>own
>| logfiles.
>|
>|
>
>Try our product, TopDrop at
>www.wieser-software.com/topdrop?individuals
>
>
>It provides exactly that file centered investigation functionality. You get
>counts of each file, and can find out exactly what an individual user did.

As far as I can see, your software is tracking IP addresses, not
individuals. So, unless I'eg misunderstood him, it isn't doing what
the OP requires.

Mark
--
Visit: http://www.MineOfUseless.info - everything you never needed to know!
"Look at the stars; look how they shine for you"
 >> Stay informed about: Good cross reference in log file analyzer 
Back to top
Login to vote
Jakob Nielsen

External


Since: Jan 27, 2007
Posts: 2



(Msg. 5) Posted: Sat Jan 27, 2007 11:45 am
Post subject: Re: Good cross reference in log file analyzer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> As far as I can see, your software is tracking IP addresses, not
> individuals. So, unless I'eg misunderstood him, it isn't doing what
> the OP requires.

In that case, I didn't express myself clearly enough. It is ok to consider
an ip to be one individual. The only way to tract actual indivisuals would
be by cookies, as far as I know, so this is something which is often blocked
by people.
 >> Stay informed about: Good cross reference in log file analyzer 
Back to top
Login to vote
user94

External


Since: Sep 14, 2004
Posts: 2384



(Msg. 6) Posted: Mon Jan 29, 2007 11:06 pm
Post subject: Re: Good cross reference in log file analyzer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Jakob Nielsen wrote

> In that case, I didn't express myself clearly enough. It is ok to
> consider an ip to be one individual.

It is?

How on earth do you work that one out?

Seen this lately?:

http://www.analog.cx/docs/webworks.html

--
Charles Sweeney
http://CharlesSweeney.com
 >> Stay informed about: Good cross reference in log file analyzer 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Looking for a good guestbook with cross platform - Hi, Can anyone recommend me a good free guestbook script that will work for various cross platforms. thanks

Looking for a good web log analyzer - Hi, Currently we are looking for a good web log analyzer, with the following features: 1. Can build statistics information for every page on every day. For example, I want to know for each page on a whole website, on Nov. 1 how many visitors have..

*.log file analyzer - Do somebody can recommend me the *.log file analyzer. I have an internet corporate service and I'd like to interpretate and analyze hits to my site. It's should be a software not any script like php.

Cross-browser CSS Bug - Hi there, I've been working on a web site, and am running into a cross-browser css problem that I'm not quite sure how to solve. I have some windows (id="popupbox";id="showcities";id="hello") that use absolute positioning ...

Re/Cross Post - help with mail() message not displaying - I'm trying to work out a mail system which can send an attachment as well as an HTML formatted message (and a default plain text version). I found some pretty good code on PHP.net and modified it a little but I can't seem to get it to work. It..
   Web Hosting Problem Solving Community! (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]