HTTP request and response data tool: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
Line 7: Line 7:
** approach 2: (1) install unofficial [http://code.google.com/p/jmeter-plugins/ jmeter-plugins] (2) Add Sampler: jp@gc - HTTP Raw Request<ref>[http://code.google.com/p/jmeter-plugins/wiki/RawRequest RawRequest - jmeter-plugins - Every load test needs some sexy features! - Google Project Hosting]</ref> (3) Add Listener: View results tree (4) Run the test plan
** approach 2: (1) install unofficial [http://code.google.com/p/jmeter-plugins/ jmeter-plugins] (2) Add Sampler: jp@gc - HTTP Raw Request<ref>[http://code.google.com/p/jmeter-plugins/wiki/RawRequest RawRequest - jmeter-plugins - Every load test needs some sexy features! - Google Project Hosting]</ref> (3) Add Listener: View results tree (4) Run the test plan
* [[Packet sniffer]]
* [[Packet sniffer]]
* [https://addons.mozilla.org/en-US/firefox/addon/poster/ Poster][http://code.google.com/p/poster-extension/] for {{Fx}}


=== Display HTTP headers of a web page ===
=== Display HTTP headers of a web page ===

Revision as of 21:08, 15 October 2012

<< Testing

HTTP request and response data tool

  • Firebug for Firefox browser_firefox.png : Menu -> Net
  • Apache Jmeter v. 2.7[1]
    • approach 1: (1) Add config element: HTTP request defaults (2) Add Sampler: HTTP request (3) Add Listener: View results tree (4) Run the test plan
    • approach 2: (1) install unofficial jmeter-plugins (2) Add Sampler: jp@gc - HTTP Raw Request[2] (3) Add Listener: View results tree (4) Run the test plan
  • Packet sniffer
  • Poster[1] for Firefox browser_firefox.png

Display HTTP headers of a web page

Web page compression check

online gzip test


references