var fDesc=new Array(); fDesc[0] = "Developer's description:

TracePlus/Web Detective (eBusiness Edition) is a performance analysis and diagnostic tool specifically designed for Web development.

New review:

TracePlus/Web Detective (eBusiness Edition) is an application made up of 2 separate products designed to test and analyze the performance of the HTTP and HTTPS protocols in several ways: each packet displayed includes the time it was decoded and the elapsed time from the request packet (for example, GET/Response); each Web page displayed includes time that it was received, the total size of all objects for that page, the accumulated download time of the objects, and the calculated baud rate for the request; each object downloaded for a specific Web page includes the time that it was received, the size of the object, the download time, and the baud rate.

The utility can decrypt and display HTTPS traffic on encrypted SSL connections, displays HTTP protocol information for SSL transactions if the application uses the Microsoft WININET API, displays HTTP protocol information for SSL transactions if the application uses the Open Source NSS v3.4 and NSPR v4 APIs and much more.


Main Features of TracePlus / Web Detective (eBusiness Edition):

- Connection emulation feature converts capture timings to emulate end-user network connections such as dialup modems, DSL modems, and cable modems

- Attach comments to any item in the Protocol View, Cookie View, DNS Lookup View, Connect Times View, Object View, and Page View

- Improved microsecond timing accuracy

- Compressed HTTP support (deflate and compressed). Display of compressed objects in uncompressed format

- Display of compressed size, actual size, and compressed/actual size ratio.

- Detailed cache statistics show you the status of an object in the cache before the client request and after the server response (Internet Explorer only).

- Cacheable status (calculated from HTTP response headers) displayed for each object in the Page View

- Time to First Byte calculation for all objects

- Graphical comparison of server load and response time

- Graphical timeline of object requests and responses by page

- Graphical comparison of object download speed by page

- Generate ASCII scripts from HTTP requests

- Works with all commercial Web Browsers including Microsoft Internet Explorer, Netscape Navigator, Opera, and AOL (SSL support for Internet Explorer)

- Works with most commercial Win32 applications that use HTTP or HTTP via WININET (release versions) with no modifications to the target application

- Displays HTTP or HTTPS traffic originating from Java applets and Javascript embedded in a Web page (HTTPS traffic supported under Internet Explorer, Netscape 8.x or higher, or FireFox 1.x or higher).

- Displays HTTP traffic originating from ActiveX controls referenced on a Web page

- Compatible with most commercial Browser Helper Objects (Internet Explorer 5.01 or later)

- Compatible with Microsoft Terminal Server (Windows 2000, Windows 2003 Server)

- Microsecond timing accuracy on Windows 2000, Windows XP, and Windows 2003 Server

- Syntax coloring HTTP/HTTPS header display

- View graphic images as they appear in the browser.

- View complete HTTP requests and responses (full headers and body) in the Object View and Protocol View

- Handles chunked HTTP and HTTPS headers

- Full support for Web acceleration hardware from companies such as Redline Networks, Fineground Networks, and Packeteer

- Adjustable SSL port numbers means you can display SSL on ports other than 443

- Splits parameters of GET and POST requests into separate fields for easy viewing

- Server response time calculated for HTTP and HTTPS requests

- User definable filter profiles enable separate application configurations for different Web capture sessions

- Save Capture information as ZIP files

- Displays the server (peer) IP address for all headers and objects

Final note:

TracePlus Web Detective (eBusiness Edition) - professional analysis and diagnostic tool that allows users to test the performance of web servers."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }