usage-statistics

Is there a tool to gather Win32 application usage statistics?

Is there any tool that can do this? Just like a website and for the same basic reasons? UPDATE --- I mean collecting statistics info about an application that I am writing I need to know what options are used most, when, times, etc. ...

Best way to send PHP script usage statistics to an external script

I'm writing an application in PHP which I plan to sell copies of. If you need to know, it's used to allow users to download files using expiring download links. I would like to know whenever one of my sold applications generates a download. What would be the best way to send a notice to my php application on my server, which simply tel...

Is there a C++ or Qt library available to measure feature use of an application

I would like to be able to measure the features in our application that are being used. For example how much certain windows are opened, certain controls are clicked. I can imagine a tool that measures this and sends a report to a web server, that can further process it to create meaningful data from it ...

Estimating bandwidth usage for Desktop Java application

We have a data streaming application which uses local caching to reduce future downloads. The full datasets are larger than what is streamed to the end user - i.e. just the bits the end user wants to see. The concept is pretty much like a browser, except the streamed data is exclusively jpg and png. The usage patterns are sporadic and u...

How to measure desktop applicaton usage by users?

I've wrote a app in c# .NET 3.5. People download it and use. I would like to know how many users do this and how many installed it. How to do this? ...

R Package Download and Usage Statistics

I have submitted a package to CRAN and am interested in how much it has been used. Is there a way to get the number of downloads from the CRAN website? ...

Can AdMob be used just for iPhone app statistics/analytics?

Can AdMob be used just for iPhone app statistics/analytics or is it's sole purpose to add advertisements in the app? I want to add a statistics package to my app and track it's usage, and since Google bought AdMob I thought I should give it a try. But I don't want to display ads in my app. Is there any other good and free stats service,...

How to track user online status?

Tracking online users is a very common requirement for any web application? I have the following questions related to this topic. I would like to capture the following parameters:- lastAccessedTime - The time when the user visited the site the last time (usually shown during the login process) isOnline - A boolean to represent if a user...

Sharepoint 2007 Usage Tracking Programmatic Access

Does Sharepoint 2007 usage reporting track programmatic access to items in a document library? If not is there a non-intrusive and simple way to enable that functionality. ...

Python library for sending/managing usage statistics

Recall those applications that provide the option to "Send usage statistics to help improve X" during the installation? I presume it collects certain patterns of usage and sends it back to the server. Back at the server, there may be some sort of mining going on. Is there a Python library to do this .. at least from the client part? (ot...

Coldfusion popularity

Hi, I've heard of Coldfusion being a server side technology for web app dev. Are there any statistics as to how widely it is used as opposed to PHP, Java Servlets and JSP or ASP.NET? Are there any special features in coldfusion that make learning it worth the while? Thanks, jrh PS: please don't close this question as argumentative. ...

Usage-Metrics for ASP.NET Web Services

Is there a way to collect usage metrics of an ASP.NET web service like Google Analytics collect usage metrics of a web site. All without implementing my own database tables or code. I don't need to collect the huge amount of information collected by Google Analytics, only simple information, like the number of calls and their distributi...

iPhone OS current usage statistics (esp. 2.x vs 3.x)

I am trying to find out how many of the active iPhone and iPod touch users have at least 3.0 OS installed. I need to know if the percentage running 2.x is still considerable or not really. I tried looking into AdMob stats, and other OS usage stats sites, but I can't get to see iPhone 2.x vs iPhone 3.x ...

Usage Tracking for Windows desktop applications ...

I am looking for some frameworks that can be used to collect usage information for Windows desktop application and analyze it. For example, I would like to be able to answer questions like (a) how many times do people use this application in a day (b) which are their favorite menu items, etc. I looked briefly at Google Analytics and Omn...

Data on number of users of each version of Mac OS X?

Is there publicly available data somewhere with estimates on the number of users of each Mac OS X version? Particularly for the major releases (10.6.* Snow Leopard, 10.5.* Leopard, ...)? I am writing a new application and am wondering whether it's still worth the effort of supporting pre-Leopard versions of Mac OS X, mostly Tiger. I am ...

SPSS - sum of squares change radically with slight model changes in ANOVA??

I have noticed that the sum of squares in my models can change fairly radically with even the slightest adjustment to my models???? Is this normal???? I'm using SPSS 16, and both models presented below used the same data and variables with only one small change - categorizing one of the variables as either a 2 level or 3 level variable. ...

Does anyone know of a Cocoa/Obj-C library that can be used to gather application usage data

I would like to be able to gather info like how often certain windows are opened, what types of user data are accessed, how often menu items are clicked, etc. Does anyone know of a 3rd party (open source or commercial) Cocoa/Obj-C library or plugin that would allow me to gather this info? ...

Checking up remotely on Website Usage

A client of mine has a pure HTML website that was built in the dark ages - they want me to find where their users are coming from, how many individual users there are, etc. They want to know if the site is being used enough for them to invest the money into renovating it. I am remote from their site and do not have access to their web ...

Analytics for iPhone apps

I was wondering what are some good analytics plugins for the iPhone SDK? Would it be wise to use Google Analytics and have that hook up to the app? What are my options? Any particular strategies? Thanks ...

How to determine the most frequently visited routes through a web site by visitors?

Hi, I want to be able to discover the 10 most popular routes through our web site that lead a visitor to register with us. I have already logged all of this info, but don't seem to be able to find the best solution to query it. The site is quite high traffic, > 3 million page views per month, so the solution needs to scale. What sugg...