Viewing Web Information
Prerequisites
A real-time profiling task has been created and is in progress.
Viewing HTTP Requests
- In the Task/Report List area of the Java Profiler page, click the name of the analysis task under Real-Time Profiling.
The Overview tab page is displayed.
- Click the Web tab and then Start Analysis on the displayed tab page.The HTTP request statistics report is generated, as shown in Figure 1. For details about the parameters, see Table 1.
- The default threshold is 50 ms. Only those operations whose duration exceeds the threshold are analyzed. The threshold value ranges from 0 to 10000.
- You can click
in the upper right corner of the page to save the snapshot of the current page to the Snapshot tab page.
Table 1 Parameters on the HTTP Requests tab page Parameter
Description
Hotspots
Hot URL
Hotspot HTTP requests (URI + HTTP request method).
Count
Number of times that this type of HTTP requests were executed.
Average
Average time (in milliseconds) for executing this type of HTTP requests.
Real-Time Monitoring
Executed Requests
Number of times that the request is executed.
Average Execution Time
Average execute time of the request.
Parent topic: Viewing Analysis Results
