tags:

views:

58

answers:

1

hi! i have to develop a program that would keep track of all access url in a browser with its response time. the program must not be browser-dependent.

any suggestion on topics that need to be studied? or anything helpful? thanks for the time!:)

+3  A: 

If I understand correctly, you could write a small redirector (a mini-proxy) that intercepts and times traffic to and from the browser.

Have the browser use the redirector rather than a direct internet connection.

Richard Pennington