寻找实时Web服务器分析包

时间:2021-08-22 15:49:45

I am the programmer for the Education department at a county hospital. I would like to be able to see some real-time stats on an IIS6 web server that is only accessible in-house. I'm looking for something similar to what 1and1.com provides for their customers (if you're familiar with what they offer).

我是县医院教育部的程序员。我希望能够在IIS6 Web服务器上看到一些只能在内部访问的实时统计信息。我正在寻找类似于1and1.com为其客户提供的东西(如果您熟悉他们提供的产品)。

I have a Classic ASP/VBScript based Learning Management System that I would like to do some traffic analysis on, and the last package I tried (the site for it no longer exists) ran fine for a year, and then started massively slowing down the server.

我有一个基于经典ASP / VBScript的学习管理系统,我想做一些流量分析,我尝试的最后一个包(它的网站不再存在)运行了一年,然后开始大规模放慢速度服务器。

In no particular order, I would like:

没有特别的顺序,我想:

  • I would like to track who visited what page as we have Basic Authentication turned on (optional)
  • 我想跟踪哪些人访问了哪个页面,因为我们打开了基本身份验证(可选)

  • I would like to track what pages are most frequently visited
  • 我想跟踪最常访问的页面

  • I would like to be able to track a given individual's progress from page to page. This is something I sort-of did with the old tool and found it very helpful.
  • 我希望能够在页面之间跟踪给定个人的进度。这是我用旧工具做的事情,并发现它非常有用。

  • I would like to see basic stats on the browsers: window size, color depth, type, etc. I know our IST department says we are all using IE6, and they say a few other stats that the last package showed to be a little less than correct. I want to know what I need to work with.
  • 我希望看到浏览器的基本统计数据:窗口大小,颜色深度,类型等。我知道我们的IST部门说我们都在使用IE6,并且他们说了一些其他的数据,最后一个包显示为少一点比正确。我想知道我需要做些什么。

  • I would like to not have to remote in to the server to run an .exe or any of the other fun, convoluted solutions I've seen floating around...
  • 我想不必远程进入服务器运行.exe或任何其他有趣的,错综复杂的解决方案,我已经看到浮动...

While I would prefer an ASP/VBScript solution so I can more easily fix it if needed, I would be willing to use a PHP or ASP.NET based solution if that's all I can get my hands on. I've stumbled across a couple of ASP.NET packages, and some of them look like they may be worthwhile.

虽然我更喜欢ASP / VBScript解决方案,所以如果需要我可以更轻松地修复它,我愿意使用基于PHP或ASP.NET的解决方案,如果这是我可以得到的全部。我偶然发现了几个ASP.NET软件包,其中一些看起来可能值得。

Preemptively I would like to go ahead and say:

先发制人,我想继续说:

  • No, I am not going ditch ASP/VBScript as I am the sole developer and I just don't have the time.
  • 不,我不会放弃ASP / VBScript,因为我是唯一的开发人员,我只是没有时间。

  • Please no comments about IE6 either. Its pointless as there's nothing I've been able to do about it.
  • 请不要评论IE6。它毫无意义,因为我无能为力。

  • No, I can't use Google Analytics. This is in-house so any and all options that I can't install on my server are out. This is non-negotiable.
  • 不,我无法使用Google Analytics。这是内部的,所以我无法在我的服务器上安装的任何和所有选项都没有。这是不容谈判的。

  • All Google Analytics-like programs are out too. Anything that requires hits back to some outside service is out.
  • 所有类似Google Analytics(分析)的程序也都是如此。任何需要回击某些外部服务的东西都已经出来了。

  • PERL is not installed, nor am I willing to install it. This is not up for discussion.
  • 没有安装PERL,我也不愿意安装它。这不是讨论的问题。

I'm sure there's some detail I've forgotten to add to the question, but I'll add it when I remember.

我确定有一些我忘记添加到问题中的细节,但是当我记得的时候我会添加它。

8 个解决方案

#1


2  

To the best o my knowledge, Splunk is one of the best players in that area. You can use it for free up to about 500MB of logs per day. OSSec has a slightly different focus (intrusion detection), but might also be useful for your (seemingly basic) purposes.

据我所知,Splunk是该领域最好的球员之一。您可以每天免费使用最多约500MB的日志。 OSSec的焦点略有不同(入侵检测),但也可能对您的(看似基本的)用途有用。

#2


2  

Piwik "aims to be an open source alternative to Google Analytics."

Piwik“旨在成为Google Analytics的开源替代品。”

It requires PHP and MySQL (to host it on your own server).

它需要PHP和MySQL(在您自己的服务器上托管它)。

#3


1  

Try Feedjit. The paid widget is $10 a month and you get all the stats you've asked for and you can see users surfing from page to page. Live demo of Feedjit's own traffic here using the commercial option:

尝试Feedjit。付费小部件每月10美元,您可以获得所要求的所有统计数据,并且您可以看到用户在页面之间进行冲浪。使用商业选项在这里实时演示Feedjit自己的流量:

http://feedjit.com/pro/feedjitpub/

There is also a free widget.

还有一个免费的小部件。

#4


1  

I use Woopra on a number of sites. It shows a wealth of real-time info and even let's you interact with your site users. Here is a full screen shot.

我在许多网站上使用Woopra。它显示了丰富的实时信息,甚至让您与网站用户进行互动。这是一个全屏幕镜头。

寻找实时Web服务器分析包

#5


0  

This is the product I use to analyze my web logs... It's not 'real-time' per se, but it can be configured to run a service and produce reports at regular intervals...

这是我用来分析我的网络日志的产品......它不是“实时”本身,但它可以配置为运行服务并定期生成报告......

http://www.nihuo.com/web-log-analyzer.html

Best of all, it's not drastically expensive :)

最重要的是,它不是非常昂贵的:)

They have a sample report online here so you can see if it's what you're after.

他们在这里有一份在线样本报告,因此您可以看到它是否是您所追求的。

#6


0  

Ended up going with SmarterStats as mentioned at:

结束了SmarterStats,如下所述:

IIS monitoring tool

IIS监控工具

Its free for one site (which is all I need to monitor), it tracks almost everything I need to track, and so far it runs quite nicely.

它可以免费用于一个站点(这是我需要监控的所有站点),它跟踪我需要跟踪的几乎所有内容,并且到目前为止它运行得非常好。

Thank you all for your answers.

谢谢大家的答案。

#7


0  

Look into VisiStat. Real time and Hosted. Live support and excellent customer service. Woopra has a list you need to be a part of to get. It is also a BETA application that might never be released. VisiStat is on it's 6th version and offered publicly.

查看VisiStat。实时和托管。现场支持和优质的客户服务。 Woopra有一个列表,您需要成为其中的一部分。它也是一个可能永远不会发布的BETA应用程序。 VisiStat是第6版,并公开发布。

#8


0  

I have recently stumbled over Chart Beat:

我最近偶然发现了Chart Beat:

http://chartbeat.com/

a few big companies use them (mahalo etc)

一些大公司使用它们(mahalo等)

It's not a free service (their site says $9.95 a month?)

这不是免费服务(他们的网站说每月9.95美元?)

#1


2  

To the best o my knowledge, Splunk is one of the best players in that area. You can use it for free up to about 500MB of logs per day. OSSec has a slightly different focus (intrusion detection), but might also be useful for your (seemingly basic) purposes.

据我所知,Splunk是该领域最好的球员之一。您可以每天免费使用最多约500MB的日志。 OSSec的焦点略有不同(入侵检测),但也可能对您的(看似基本的)用途有用。

#2


2  

Piwik "aims to be an open source alternative to Google Analytics."

Piwik“旨在成为Google Analytics的开源替代品。”

It requires PHP and MySQL (to host it on your own server).

它需要PHP和MySQL(在您自己的服务器上托管它)。

#3


1  

Try Feedjit. The paid widget is $10 a month and you get all the stats you've asked for and you can see users surfing from page to page. Live demo of Feedjit's own traffic here using the commercial option:

尝试Feedjit。付费小部件每月10美元,您可以获得所要求的所有统计数据,并且您可以看到用户在页面之间进行冲浪。使用商业选项在这里实时演示Feedjit自己的流量:

http://feedjit.com/pro/feedjitpub/

There is also a free widget.

还有一个免费的小部件。

#4


1  

I use Woopra on a number of sites. It shows a wealth of real-time info and even let's you interact with your site users. Here is a full screen shot.

我在许多网站上使用Woopra。它显示了丰富的实时信息,甚至让您与网站用户进行互动。这是一个全屏幕镜头。

寻找实时Web服务器分析包

#5


0  

This is the product I use to analyze my web logs... It's not 'real-time' per se, but it can be configured to run a service and produce reports at regular intervals...

这是我用来分析我的网络日志的产品......它不是“实时”本身,但它可以配置为运行服务并定期生成报告......

http://www.nihuo.com/web-log-analyzer.html

Best of all, it's not drastically expensive :)

最重要的是,它不是非常昂贵的:)

They have a sample report online here so you can see if it's what you're after.

他们在这里有一份在线样本报告,因此您可以看到它是否是您所追求的。

#6


0  

Ended up going with SmarterStats as mentioned at:

结束了SmarterStats,如下所述:

IIS monitoring tool

IIS监控工具

Its free for one site (which is all I need to monitor), it tracks almost everything I need to track, and so far it runs quite nicely.

它可以免费用于一个站点(这是我需要监控的所有站点),它跟踪我需要跟踪的几乎所有内容,并且到目前为止它运行得非常好。

Thank you all for your answers.

谢谢大家的答案。

#7


0  

Look into VisiStat. Real time and Hosted. Live support and excellent customer service. Woopra has a list you need to be a part of to get. It is also a BETA application that might never be released. VisiStat is on it's 6th version and offered publicly.

查看VisiStat。实时和托管。现场支持和优质的客户服务。 Woopra有一个列表,您需要成为其中的一部分。它也是一个可能永远不会发布的BETA应用程序。 VisiStat是第6版,并公开发布。

#8


0  

I have recently stumbled over Chart Beat:

我最近偶然发现了Chart Beat:

http://chartbeat.com/

a few big companies use them (mahalo etc)

一些大公司使用它们(mahalo等)

It's not a free service (their site says $9.95 a month?)

这不是免费服务(他们的网站说每月9.95美元?)