I'm using the F12 developer tools built into Internet Explorer 9 to capture network traffic on a site. This information can be saved to an XML (default) or CSV file.
The XML file seems to contain much more information, but I'm having a hard time finding any applications that will read these.
Using Internet Explorer Developer Tools Network Capture states:
The Save button writes the current HTTP session to an XML file by using the HTTP Archive schema or a .CSV file. After saving the session, you can open the session by using any tool that can read HTTP archive files, or .CSV files. Internet Explorer 9 can export your data, but it can view only live HTTP sessions and cannot read saved files.
However, I'm having a hard time finding relevant results in a search for the HTTP Archive schema, and while CSV is nice, it seems to be missing some very nice information. (I may not need that extra information now, but it might be useful in the future.)
Are there tools or resources (XSLT or LINQPad/.NET snippet) that allow for the easy parsing of this information after the fact?
question from:
https://stackoverflow.com/questions/8349945/what-tools-can-i-use-to-analyze-internet-explorers-network-capture-logs 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…