usage-statistics

real time network usage statistics monitoring/capture?

Hi, 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 collection / real-time-monitoring of network usage from a users Windows PC to a specific set of IP addresses (or DNS names), on a per applic...

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? ...

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 individual records are accessed most frequently. What I thought I could do is write an aspect that records all data access and asynchronously write...

getting connction metrics in android

im interested in retrieving the following performance metrics for a http connection in android time taken for each task : DNS lookup, establish conneciton, download response etc total download times. number of tcp connections made amount of data downloaded number of page requests and page responses ajax requests request type (GET/PUT/...

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. My question is - how do I go about tracking the following data about my application.. # of views of the whole listview # of unique 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 what OSes are used most by our customers, so we know where to focus testing. Should we ask the user's permission for this (by showing a al...

What is a good way to measure performance and usage on my webserver.

We have an internal web server (intranet) and starting next week we will be under a heavy load. I need to monitor things like users online, page hits, wait time. I can't use outside sites to measure this. I need something that can be loaded internally. ...

How do I find the number of ACTIVE MEMBERS on a forum?

I am putting together a Forum Stats website and I need to find the number of Active Members on several forums. Many have "Total members" listed but that doesn't help me. I'm considering "Active" as someone that has posted at least 5 times within 6 the last months. I'm really perplexed as to how this might be done. Any suggestions? ...

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 that. How can I count the number of sessions currently active. I am using memcached to store my sessions if that makes a difference ...