Anchor | ||||
---|---|---|---|---|
|
To view the Profile page, navigate to the following URL in a browser:
<domain>/{context path}/admin/profile
For example:
http://www.gxsoftware.com/web/admin/profile
...
The Overview table contains the following columns:
Column | Description |
---|---|
Thread | The name of the thread. |
When | The time that the request was executed. The time zone shown is UTC. |
Name | The action(s) that were executed by the request. |
Total time (ms) | Shows the total time, in milliseconds, that the request took to complete, including overhead (name of the thread plus the details shown when the request is expanded). This is always larger than the "Self time". |
Self time (ms) | Shows the total time, in milliseconds, that the specific action related to the thread took to complete. This is always smaller than the "Total time". |
The entries in the list can be expanded and collapsed. When expanded, the nested entries are shown in a hierarchy. The nested entries show the notable requests that are present in the main request shown at the topmost level.
...
You can perform searches in the Profile Overview for a specific entry or entries containing the same specified string. You can search for a string or using a string in combination with one or more regular expressions. To use a regular expression, select "RegEx". Only those entries matching what you searched for will appear in the log.
...