Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
1answer
95 views

UI usage statistic gathering library for .NET

Can you suggest a library I could use to instrument my .NET desktop applications to collect the UI usage information from users - how and when they move the mouse, navigate menus, click buttons, work ...
7
votes
3answers
315 views

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 ...
6
votes
2answers
120 views

Should I ask for permission before sending anonymous usage information?

I want our application to send some anonymous information (OS, Java version, etc.) to a server on the first startup. The only usage of this is to determine how many copies are being used, and to know ...
5
votes
2answers
164 views

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 ...
5
votes
3answers
360 views

Is there a tool to gather Win32 application usage statistics? [closed]

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 ...
4
votes
4answers
461 views

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 ...
4
votes
7answers
2k views

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 ...
4
votes
2answers
777 views

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?
3
votes
2answers
96 views

Keep record of login time and session duration - Java - Spring Security

I am developing a webapp that uses Spring Security as security layer. One important feature for us is to know which user is accessing the application, and how many time they are spending on it. I'm ...
3
votes
1answer
120 views

Statistic collection tool for C#?

Is there a good tool to collect statistics from within C# a application. Basically we want to save successful method calls, what parameter values were passed in, the IP addresses (for web ...
3
votes
2answers
164 views

How to find stats for general trends of programming language popularity using google trends

I like to keep an eye on trending browsers/OSs/languages etc... I find google trends is a very useful resource sometimes but other times I can not get the information I want. Example of very clear ...
3
votes
0answers
119 views

Python and Java usage in 2004 [closed]

Does anyone know what happened in 2004 regarding the use of programming languages? I'm looking at TIOBE statistic and some languages experienced a decrease of usage like Java and other like C++, ...
3
votes
6answers
891 views

Coldfusion popularity

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 ...
3
votes
1answer
184 views

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. ...
2
votes
2answers
193 views

Is there any free software to report iOS app usage statistics to a server?

What I did with a non-iOS program once was fetch an HTML page that had a hit counter on it. However for my iOS stuff, I'd like to get some actual device info, sort of like what comScore and Flurry ...
2
votes
1answer
123 views

Use Google Analytics for data to display on our webpage?

On some of our pages, we display some statistics like number of times that page has been viewed today, number of times it's been viewed the past week, etc. Additionally, we have an overall statistics ...
2
votes
0answers
639 views

Getting CPU usage of a specific process on iOS4

I am trying to get CPU usage of various processes (cpu ticks) from a background application running on iOS4 using Apple SDK. This is done completely with users' consents so there is nothing unethical ...
2
votes
1answer
76 views

How can you know how many tabs are open in an user browser

According to this post a typical firefox user has 2-3 tabs open. How can they say that ? Does Mozilla receive user statistics from firefox? Can you get this information using javascript ? Can ...
2
votes
4answers
324 views

Count and limit the number of users on my app

I need to implement a system to limit the number of users that can concurrently use my app. I am thinking the best way to go is to count the number of sessions currently active and then limit based on ...
2
votes
2answers
119 views

Is there a Java library that enables gathering UI usage statistics?

Is there a Java library that enables gathering UI usage statistics? Something that feels like log4j?
2
votes
2answers
250 views

real time network usage statistics monitoring/capture?

I would appreciate any advice from experience from the community regarding the following challenge I've given myself - i.e. any pointers re best approach / direction here? Requirements Allow ...
2
votes
2answers
421 views

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 ...
2
votes
2answers
324 views

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 ...
2
votes
3answers
799 views

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 ...
2
votes
2answers
776 views

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?
1
vote
1answer
68 views

Significance test on the difference of Spearman's correlation coefficient

I have got a human-rated set of ranking (HUMAN-RANKING), a set of ranking generated by the presently used, popular method (PRESENT-RANKING), and finally a set of ranking generated by my purposed ...
1
vote
3answers
159 views

PHP Framework usage statistics?

Anyone know where I can find statisitcs on usage of PHP frameworks? This would be useful for some secondary research I am doing at the moment.
1
vote
0answers
68 views

What percentage of users can't read html emails [closed]

I'm looking for an up to date statistics of how many users wont be able to read my messages if I only send an html message. The reason I want this information, is to know if its worth to do the ...
1
vote
1answer
101 views

Getting info from the Postgres stats collector

I'm working on small tool for gathering information about our postgres database and I have been looking at using the postgres Stats Collecter. It seems like there is a lot of info/stats in the table ...
1
vote
1answer
261 views

How can my program collect anonymous usage data about itself? [closed]

Some software has the option to collect anonymous usage data. How does that work? How is it collected and sent? I'd like to write a small test to try this myself, but I'm not sure where to begin.
1
vote
2answers
78 views

How to analyze usage of an internal Django site?

We built a django site for our team, and we'd like to get some usage statistics on it. I've used google analytics before, but according to this we don't access our site using a fully qualified domain ...
1
vote
0answers
458 views

iPhone/iPad data usage tracking

Just wanted to ask the community a quick question. Out of curiosity, would anyone have an idea how the iPhone App "DataMan" and "Data Usage" are pulling data readings of your personal cellular data ...
1
vote
1answer
237 views

Mailbox statistics on Exchange server 2010

I have a folder on my mailbox (which is on Exchange Server 2010) that collects various kinds of failure alert mails. I am trying to do a statistical analysis on the folder's contents. Does Exchange ...
1
vote
2answers
607 views

Sharepoint usage statistics across all sites in collection?

Is there a way of getting usage statisics across my whole Sharepoint 2007 portal? I can get the figures at a site level by appending _layouts/SpUsageWeb.aspx to the path, i.e. ...
1
vote
1answer
2k views

Flurry alternative

Is there a good alternative for Flurry ? I use it because it is simple to integrate, but i'm not so happy with the webinterface. I miss the google-analitic-ness, but i dont want to use google. So, ...
1
vote
0answers
370 views

How to use CDF and PDF statistics for analysis

This may be too much of a general question but I hope I can find help here. I am starting a RA job in my university and my topic will be related to Internet Traffic Analysis. I am fairly new to the ...
1
vote
1answer
161 views

data/statistic tracking for users in android application

I have a listview populated by a text file hosted on my website that is parsed and made into seperate list items. Each list item sends the user to a new activity to view more information on that item. ...
1
vote
1answer
158 views

How to collect statistics about data usage in an enterprise application?

For optimization purposes, I would like to collect statistics about data usage in an enterprise Java application. In practise, I would like to know which database tables, and moreover, which ...
1
vote
4answers
2k views

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? ...
1
vote
1answer
234 views

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 ...
1
vote
4answers
455 views

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 - ...
0
votes
1answer
94 views

Net installs on Android Market stopped 3 months ago [closed]

I have an Android app on the Market for over the 3 months and I am experiencing an issue with Developer Console statistics. One day (3 months ago) the active (net) installs growth has stopped at ...
0
votes
0answers
11 views

Is Usage Tracking esoteric or State of the art? [closed]

There are several products for tracking the usage of your application. I know at least 10 offers. They tell you which features were used more often than others. Thus you can identify features that may ...
0
votes
0answers
15 views

WordPress WP-Stats for a specific page

Does anyone know if it's possible to view WP-Stats (via JetPack) for a SPECIFIC page. The page / pages may not necessarily be top pages. Here is my scenario... I'd like to track stats on 3 different ...
0
votes
4answers
65 views

Is an IP address considered a piece of personally idendifiable information?

Further to my question here, it has been stated that collecting an IP address is considered personally idendifiable information. However, another user has stated in an answer that it is not. ...
0
votes
1answer
73 views

Performance monitoring options in Entity Framework 4.1

I am developing a custom Content Management System in C# (SQL Server 2005) for my organization that operates primarily on Entity Framework 4.1. I would like some insight as to how my application is ...
0
votes
1answer
30 views

track software DOWNLOAD

I have a simple question here. Let say you have a website on which you have a software with links to download and install it on your computer. Is it possible to find out who or how many people have ...
0
votes
1answer
68 views

inserting google analytics into a coldfusion page from a 3rd party which is encrypted on our servers

We have a 3rd party web application written in coldfusion and all pages are encrypted. The company which builds this product wont put any sort of analytics into the pages so that we can track usage by ...
0
votes
1answer
75 views

Logging statistics for high-volume Java-based API service requests

I want to be able to log usage statistics for a Java-based API service. The estimated request rate is between 10 and 300 per minute, and will potentially grow to a much higher number. I do not need ...
0
votes
2answers
101 views

Possible to retrieve users who visited particular page from Google Analytics?

We have profile pages for members of our website. I want to show our members who has visited their profile page. I currently implement this by recording traffic in our database. Some of the ...

1 2