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.
Questions tagged [usage-statistics]
382 questions
14
votes
2 answers
How to switch off Google "Analytics Ping" in Eclipse
In Eclipse Neon I started getting a dubious background job called "Analytics Ping", if I build (ie. save a file!) or synchronise with eGIT. I believe this is due to GWT (2.8.0). It appears to be poorly implemented in that:
1) Other background jobs…

nsandersen
- 896
- 2
- 16
- 41
13
votes
1 answer
How to retrieve All and Running application sizes, CPU usage programmatically?
I am implementing android application for getting All applications and Running applications
and their sizes, usage and CPU usage.
But i'm only get the all and running applications Icon, Label and Packegename not able to
retrieve sizes, usage and…

Hareesh
- 933
- 3
- 11
- 22
12
votes
2 answers
Get all installed apps in android 11 (API 30) , how to get all other apps installed in android 11?
How can we get all installed applications in android 11? for Android 10 it is working fine but when I updated to android 11 then all of them are gone.

Ali Imran
- 8,927
- 3
- 39
- 50
12
votes
2 answers
Getting CPU and Memory usage of a docker container from within the dockerized application
I'm running a node.js application from within a docker container. I'm trying to retrieve system usage metrics of the container the node.js application is running inside of. Right now I'm using https://www.npmjs.com/package/dockerstats but it…

user5186815
- 133
- 1
- 1
- 6
12
votes
3 answers
Statistical Profiling in Python
I would like to know that the Python interpreter is doing in my production environments.
Some time ago I wrote a simple tool called live-trace which runs a daemon thread which collects stacktraces every N milliseconds.
But signal handling in the…

guettli
- 25,042
- 81
- 346
- 663
12
votes
1 answer
How to check mobile data usage programmatically?
The question is pretty straight forward, How do I find out how much mobile data (in GB or MB) has the user used in the current month?
As it has been reported as off topic, I want to clarify that the data usage is supposed to be checked via code in…

Daniele C
- 171
- 1
- 5
10
votes
4 answers
TrafficStats Api android and calculation of daily data usage
Have a confusion over following two methods of TrafficStats of Android:
getUidTxBytes(int uid) and getUidRxBytes(int uid) ,
These two methods return the number of bytes transmitted and received through the network for this UID. But what is the time…

Naba
- 503
- 2
- 9
- 19
10
votes
1 answer
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 usage? I've check the web high and low for possible…

Richard Oglay
- 101
- 4
9
votes
0 answers
Python and Java usage in 2004
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++, Python or Visual Basic suffered a large increase. My…

Gabriel Llamas
- 18,244
- 26
- 87
- 112
9
votes
2 answers
Where can I find usage statistics in Redshift?
Before all thank you for your help!
I want to find out which tables in the database are most heavily used, i.e. the amount of users that query the table, the amount of times it was queried, the resources that where consumed by users per table, the…

Nambu14
- 380
- 1
- 7
- 20
9
votes
1 answer
How to see memory usage in Laravel?
How to see memory usage in a Laravel app? This is for testing and to approximate how much server memory (RAM) resource I need to setup for my server usage assumptions.

doncadavona
- 7,162
- 9
- 41
- 54
8
votes
0 answers
API to get Screen Time Stats in Android
tl;dr : I want to get the screen on time for today, yesterday, or any past date.
I can't seem to find how I can get stats related to the screen on time of the device in my app on Android. I have come across the UsageStats API but that returns the…

Ayush Shekhar
- 1,483
- 4
- 16
- 32
8
votes
5 answers
Software usage analytics in C#
I have a project i am working on currently and would like to implement some sort of software tracking in the code. ideally, stuff like how often its launched. how long it runs for, feature tracking, etc. I already use Exceptioneer for unhandled…

TiernanO
- 1,597
- 14
- 31
8
votes
0 answers
Android API UsageStats getLastTimeUsed not correct?
I am trying to read when an app was last used using UsageStatsManager Class recently introduced in Android.
But there is a issue. it gives proper result for most of apps. but for some apps for call :…

sunil
- 177
- 2
- 12
8
votes
1 answer
What does the SceneKit statistics window tell us?
This is the window that opens when showStatistics is set to true. I'm curious about the meaning of all these symbols? So far I figured it out that frames per second need to be as high as they can be and as constant as well. What do others mean and…

potato
- 4,479
- 7
- 42
- 99