3
votes
1answer
139 views
Estimated number of C++ programmers from 1991 to now [closed]
Hi, I am writing a paper about the history of C++ and its growth (for school related purposes, a mini thesis).
In the "The explosion in Growth" chapter I'd like to add a nice table or graph outlining …
0
votes
3answers
49 views
Introducing a Java stats package to an application?
I currently have a web application and wish to add certain statistics to the site. These statistics would be in addition to web statistics.
I can easily log certain events to a file via log4j. Is …
0
votes
9answers
397 views
Is there a way to know if someone has bookmarked your website?
I want to make stats for my website. One thing I want to do is to know how many people bookmark my website. What's the best way to do that without a survey?
0
votes
1answer
68 views
Subversion usage log analysis
We want to start analyzing usage of our various Subversion repositories, which is something I know is stored in our Apache logs. The problem is that I don't know of any tools out there for doing this. …
2
votes
1answer
109 views
How can I find out how many people is subscribed to an RSS feed i’m serving?
We have a site that is serving some RSS feeds, and we'd like to know how many people is subscribed to each one, without using a system like FeedBurner to serve them.
The original approach to figuring …
0
votes
5answers
176 views
Find out how long Windows has been running, and other metrics…
Does Windows XP (and up) store how long it has been...
...since the system booted?
...running since install?
...in hours/minutes since current used logged on?
...in total hours the user has been …
0
votes
1answer
89 views
MySQL Get rows between months
Hi all,
I'm trying to SELECT the visitors of my site per month for the current year.
For every different IP/user_agent combination there will be added a row per minute. To track the hits and the …
1
vote
1answer
67 views
Page Stats always show the name of an IFRAME, and not the real doc name.
I have a website with multiple pages. All of the pages have an embedded IFRAME in them (always the same iframe src).
My problem is that the iframe contains some statistical tracking code, (like …
0
votes
2answers
254 views
Monitor clicks/goals Google Analytics with iframes?
We've got a site that shows some content in iframes loaded from another domains. What I'd like to do is setup some Goals to track if this stuff is clicked, is this possible to track these clicks?
I …
1
vote
2answers
372 views
Using google analytics to track multiple companies in a single website
I've been tasked with implementing Google Analytics inside our (ASP.NET) application. Here is the scenario:
A single web-site on one domain
Multiple companies all use this single website
Statistics …
0
votes
3answers
136 views
What Statistics Framework / Tools use with data from different sources
I got many datasources (postgres database, logfiles) containing statistic data or containing data from which you can calculate statistic data.
Im searching for a application where you can design new …
1
vote
6answers
553 views
How to recognize bots with php?
I am building stats for my users and dont wish the visits from bots to be counted.
Now I have a basic php with mysql increasing 1 each time the page is called.
But bots are also added to the count.
…
3
votes
4answers
646 views
Best way to collect Rails application usage statistics
I have a Rails application where users can set up their domains and publish content onto them. I need to collect public traffic statistics such as pageview count etc. One good example of this feature …
0
votes
2answers
262 views
Looking for a google-analytics-style map creating app or api
Hello,
I am looking for a google-analytics-style map creating app or api based on visitor IP addresses, any suggestions?
thanks,
nicoperez
3
votes
2answers
1k views
How to monitor memcached statistics on windows?
What's the easiest method people have found to monitor memcached on Windows? One method I've tried, which works decently:
telnet into the memcached port (11211) and enter the "stats" command. You'll …
