天天看點

Web Debugging Proxy:Fiddler

Fiddler是一款WEB調試代理工具.能檢視很多詳細的資訊.

Fiddler(http://www.fiddler2.com/fiddler2/),能把你目前的電腦和網際網路的所有HTTP,HTTPS的資訊.

允許你監視每個通訊和設定斷點.包括Internet Explorer, Mozilla Firefox, Opera等多種浏覽器.

http://localhost:8080/MYWEB/這種url的時候是不會被監視的,如果先監視本地網站,可以把localhost改為自己的機器的IP位址.

具體的很多東西,這個工具的一個統計片段例子:

Request Count:     1

Bytes Sent:     211

Bytes Received: 588

ACTUAL PERFORMANCE

--------------

ClientConnected:    20:36:46:2442

ClientDoneRequest:    20:36:46:3152

Gateway Determination:    2262ms

DNS Lookup:         31ms

TCP/IP Connect:        172ms

ServerConnected:    20:36:48:8642

ServerGotRequest:    20:36:48:8822

ServerBeginResponse:    20:36:49:0502

ServerDoneResponse:    20:36:49:0792

ClientBeginResponse:    20:36:49:1432

ClientDoneResponse:    20:36:49:1482

    Overall Elapsed:    00:00:02.9040000

RESPONSE CODES

--------------

HTTP/200:     1

RESPONSE BYTES (by Content-Type)

--------------

text/plain:    359

  ~headers:    229

ESTIMATED WORLDWIDE PERFORMANCE

--------------

The following are VERY rough estimates of download times when hitting servers based in WA, USA.

US West Coast (Modem - 6KB/sec)

---------------

Round trip cost: 0.10s

Elapsed Time:     0.10s

Japan / Northern Europe (Modem)

---------------

Round trip cost: 0.15s

Elapsed Time:     0.15s

China (Modem)

---------------

Round trip cost: 0.45s

Elapsed Time:     0.45s

US West Coast (DSL - 30KB/sec)

---------------

Round trip cost: 0.10s

Elapsed Time:     0.10s

Japan / Northern Europe (DSL)

---------------

Round trip cost: 0.15s

Elapsed Time:     0.15s

China (DSL)

---------------

Round trip cost: 0.45s

Elapsed Time:     0.45s

================

Learn more about HTTP performance at http://www.fiddler2.com/redir/?id=HTTPPERF