Fidder Monitoring Request Response time and request IP (excerpt to network)

Source: Internet
Author: User

Increase the detail time of the monitoring request inCustomrules.js'sadded in class handlers
  //Add response time for request Public static Binduicolumn ("Time Taken")
function Calctimingcol (os:session) {
var sresult = String.Empty;
if ((OS.Timers.ServerDoneResponse > OS.Timers.ClientDoneRequest))
             {
Sresult = (os.timers.serverdoneresponse-os.timers.clientdonerequest). ToString ();
             }
return sresult;}
Source:http://blog.csdn.net/u013749274/article/details/50110023
description, any click on the Fidder monitoring request, you can find Fidder is a monitoring request and the start time of the request end time, the above JS is just the end time-the function of the beginning

Increase the detail time of the monitoring request inCustomrules.js'sadd a line to the static function Main (): FiddlerObject.UI.lvSessions.AddBoundColumn ("Server IP", "X-hostip");
s tatic function Main () {     Fiddlerobject.statustext =" Customrules.js was Loaded at: "+ Today;    //Uncomment to add a "Server" column containing the RESP Onse "Server" header, if present    //Increase request IP monitoring FiddlerObject.UI.lvSessions.AddBoundColumn ("Server IP", "X-hostip");
Source: http://www.jackness.org/2014/12/26/Add the-IP address of the monitoring request to fiddler



From for notes (Wiz)

Fidder Monitoring Request Response time and request IP (excerpt to network)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.