Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Keeping track of users of web applcation

Status
Not open for further replies.

jck1

Programmer
Feb 22, 2006
8
US
Hi,
I got a web based application. I need to keep track of number of users coming to use this application on a daily basis as also the maximum number of concurrent users using this application. This application is read only one. I have to veiw the traffic for a month. What is the best way to capture this information. I appreciate any help or related article link. Thanks.
 
First check to find out the logging capabilities of your server. All of the data you need may already be piling up in a file somewhere...

If you have already checked but you need more than the logs can provide then perhaps server-side code is required.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top