Microsoft's Web Application Stress Tool displays this information with some pretty good detail.   Example:

GET /index.cfm?web=54%2C0&SearchIt=Go
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*
Referer: http://localhost/
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
Host: localhost
Cookie: CFID=3504; CFTOKEN=80541207; JSESSIONID=8030737371068058164609; CFAUTHORIZATION_ClientAdmin=ZGVtb2FkbWluOmFkbWluOkNsaWVudEFkbWlu

GET /include/main.css
Accept: */*
Referer: http://localhost/index.cfm?web=54%2C0&SearchIt=Go
Accept-Language: en-us
If-Modified-Since: Thu, 02 Oct 2003 20:10:48 GMT
If-None-Match: "0d4ef442189c31:91b"
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
Host: localhost
Cookie: CFID=3504; CFTOKEN=80541207; JSESSIONID=8030737371068058164609; CFAUTHORIZATION_ClientAdmin=ZGVtb2FkbWluOmFkbWluOkNsaWVudEFkbWlu

GET /include/lib.js
Accept: */*
Referer: http://localhost/index.cfm?web=54%2C0&SearchIt=Go
Accept-Language: en-us
If-Modified-Since: Tue, 09 Sep 2003 00:38:00 GMT
If-None-Match: "0e4d69e6a76c31:91b"
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
Host: localhost
Cookie: CFID=3504; CFTOKEN=80541207; JSESSIONID=8030737371068058164609; CFAUTHORIZATION_ClientAdmin=ZGVtb2FkbWluOmFkbWluOkNsaWVudEFkbWlu

GET /images/bkg1.jpg
Accept: */*
Referer: http://localhost/index.cfm?web=54%2C0&SearchIt=Go
Accept-Language: en-us
If-Modified-Since: Tue, 09 Sep 2003 00:37:45 GMT
If-None-Match: "8012e6956a76c31:91b"
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
Host: localhost
Cookie: CFID=3504; CFTOKEN=80541207; JSESSIONID=8030737371068058164609; CFAUTHORIZATION_ClientAdmin=ZGVtb2FkbWluOmFkbWluOkNsaWVudEFkbWlu

The only info it doesn't give that I wish it did is file size and processing time.

As a bonus, it's available for free at http://www.microsoft.com/technet/treeview/default.asp?url="">

Pete
  ----- Original Message -----
  From: James Milks
  To: CF-Talk
  Sent: Wednesday, November 05, 2003 1:25 PM
  Subject: OT: Verbose account of files transfered with an HTTP request

  Hi all,
  I have a need to display to a client exactly what is being transferred with a given HTTP request. This is being done to evaluate and explain caching.

  So, for example, if a page has 10 images, I would like to find a piece of software that creates a sort of summary of the request, and lists the elements that were transfered (each image, etc). Does anyone know if something exists or how one would create such a beast?

  Also, I want to make absolutely sure that the browser is not caching anything. To address this, I have used the CFHEADER tag with the Expires, Pragma and Cache-Control values. Is this enough? Am i missing something? I want to ensure that the same image is sent down with every page request and not cached, without changing settings on the browser.

  Any info appreciated.

  JM

[
Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to