We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
有大量的软件包可以满足您的需求。最流行的是:
它们都需要数据库连接(主要是 MySQL)来收集和存储数据,这可能会成为性能问题你的服务变得受欢迎。
基于文件的更简单的软件包之一是
基于文件的解决方案的功能通常更有限。
There are a large number of packages that do what you want. The most popular ones are:
They all require a database connection (mostly MySQL) to collect and store the data, which can be a performance problem when your service becomes popular.
One of the simpler packages that is file-based is
The features of file-based solutions are generally more limited.
我能想到的每种软件都需要您生成想要绘制的数据。
此时,您有两种可能性:
第一个解决方案将易于使用,但不灵活。
第二个会有点难(不是太多),但你将决定绘制什么以及如何绘制。
我最近启动了一个开源项目来制作从 php 可以更轻松地绘制 highcharts。您可能想看一下。
Every kind of software I can image will need you to generate the data you want to plot.
At this point, you have two possibilities:
The first solution will be easy to use, but it won't be flexible.
The second one will be a bit harder (not too much), but you'll decide what to plot and how.
I've recently started an open source project to make the highcharts plotting easier from php. You might want to have a look to it.
AWStats 是我用过的最好的开源分析/统计软件。最近我们放弃了 AWStats,转而使用 Google Analytics,但这是因为我们也在使用 Google Adwords。 AWStats 是一个很棒的程序。
AWStats is the best open source analytics/stats software I have used. Recently we have moved away AWStats and we are using Google Analytics, but that is because we are also using Google Adwords. AWStats is a great program.