|
 |
Like most sites, we maintain logs of the traffic through our server.
This includes all kinds of information that is useful both for planning future development of the sites,
and for measuring if our sites are achieving their aims. Using ASP and ASP.NET, with their
capability to detect individual user 'sessions' (all the pages visited while browsing the site
are considered to be a single session), makes it easy to capture more details than are included in
the ordinary Web server's log.
- Graphical Displays of Hit Counts and Traffic Volume
- Graphical Displays of Client Information
- Traffic Information Web Service
- Access our traffic data via a Web Service
Returns data in a suitable format to load into a .NET DataSet
Last week 142 people accessed this service...
If you want to experiment with charts like the ones we use above,
you can download the code here.
|
|