任何特定情况下的总访客数
我正在从事网站分析工作,想知道如何找到任何给定实例的访问者总数。我只关心现在的时间,而不关心过去的观点。现在我试图通过不找到唯一访客来使问题变得简单。
我能想到的一种方法是获取任何给定实例的 http 连接总数,假设连接的超时时间非常短。
我的设置包括 apache Web 服务器和 tomcat servlet 容器。
我知道这仍然是一个通用问题,但这个用例并不特定于任何特定语言。
I am working on site analytics and would like to know how I can find the total number of visitors at any given instance. I am concerned only about the current time and not about past views. Right now I am trying to keep the problem simple by not finding the unique visitors.
One approach I can think of is to get total number of http connections at any given instance, assuming that the connection have very short timeout.
My setup includes apache web server and tomcat servlet container.
I know it is still a generic question but this use case is not specific to any particular language.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看日志怎么样?
例如:
http://www.geekpad.ca/blog /post/get-unique-visitors-from-apache-log-file
How about looking in the logs?
For example:
http://www.geekpad.ca/blog/post/get-unique-visitors-from-apache-log-file