Questions tagged [usage-statistics]

Questions about how to gather, manage or deal with data usage statistics of any software. Usage statistics may include button and menus clicks, memory usage, preferences, features most used, etc... Usually all data are anonymous information.

382 questions
5
votes
2 answers

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…
5
votes
2 answers

How to get list of recent apps with Android API 21 Lollipop?

I'm creating a home launcher and I want to have a compatibility with the Android 5.0, Lollipop. I want to get a list of recent apps on the launcher. But since ActivityManager.getRecentTasks() no longer works in API 21, how can I do this ?
rosghub
  • 8,924
  • 4
  • 24
  • 37
5
votes
4 answers

How to track user online status?

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 is online or not. a. Would it make sense…
Joe
  • 14,513
  • 28
  • 82
  • 144
5
votes
2 answers

How to programmatically retrieve usage statistics of installed apps?

An Android noobie question. Is it possible for one app to (programmatically) determine, for each app installed on a user's device: number of times each app was started (over a given time window), how long it was opened for, and how much interaction…
Peyman
  • 1,058
  • 1
  • 14
  • 27
4
votes
5 answers

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, what are your experiences with other analytics for…
endo.anaconda
  • 2,449
  • 4
  • 29
  • 55
4
votes
3 answers

Parse TSQL scripts and return table and column usage

we are currently involved in a data migration project, for which we have to analyze data usage, meaning we need to figure out which tables and columns are used and need to be migrated and which data is obsolete. We not only have many SSRS reports…
Pesche Helfer
  • 506
  • 1
  • 7
  • 17
4
votes
1 answer

Java android track usage time installed app

I need to track usage time of all installed apps, with java, in android OS. For example, this app is very very similar: https://play.google.com/store/apps/details?id=com.agrvaibhav.AppUsageTracking Is there a way to do this?
GradAsso
  • 153
  • 3
  • 11
4
votes
7 answers

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…
Marin Todorov
  • 6,377
  • 9
  • 45
  • 73
4
votes
1 answer

How do I create a histogram in R with x coordinates having nonnumeric labels and frequency totals shown

I am creating a simulated dataset and I want to create a histogram based on x values that are not numeric. Here is what I have: x <- c("CF", "CH", "CJ", "CE", "CN", "EC", "EN", "EJ", "AB", "BA", "KO", "OD", "DL", "HG") px = c(0.08, 0.10, 0.06,…
amber4478
  • 6,433
  • 3
  • 20
  • 17
4
votes
1 answer

Collecting system data from iOS device during automated testing

We are trying to build a mobile automated testing lab that has 20 or 30 devices and want to capture the utilizations on each device during testing. I'm looking to start with iOS devices. The type of data in Xcode Debug Instruments would be ideal.…
user1654528
  • 395
  • 3
  • 12
4
votes
8 answers

Best traffic / performance / usage monitoring module?

Are there any open source (or I guess commercial) packages that you can plug into your site for monitoring purposes? I'd like something that we can hook up to our ASP.NET site and use to provide reporting on things like: performance over…
mcintyre321
  • 12,996
  • 8
  • 66
  • 103
4
votes
1 answer

Track Android app usage

Our Android app has a lot of different settings. We want to simplify it and only keep visible the most used ones and hide the other in some advanced mode. In order to do this, we need to know what are the settings mostly used by our users. So we…
gpo
  • 3,388
  • 3
  • 31
  • 53
4
votes
1 answer

Track accrued dyno usage on Heroku

I'm unable to track how many dyno hours and add-ons I have used in a month. The gauge in the scaling dashboard shows only a monthly estimate. Is there any source where I can check my monthly usage balance?
allprog
  • 16,540
  • 9
  • 56
  • 97
3
votes
1 answer

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 applications), failed attempts to retrieve data. More or…
Patrick
  • 5,442
  • 9
  • 53
  • 104
3
votes
1 answer

How to get count of received notification for All applications in Anroid

Read notification count based on package name(For All applications) with daily basis received notification count. Even if uninstall app and install again after few days then also show the notification count for every days.