Profiling stats
The Profiling Stats feature provides low-level performance information to help administrators identify application performance issues.
By default, the Profiling stats feature is disabled because log analysis consumes hardware resources.
This feature should only be enabled by the administrator in order to investigate possible performance problems with the application.
Each time the application is restarted, all previous analysis data is removed. Ensure the application is not stopped while collecting data.
Profiling stats are shown in a table structure:
|
Class |
Method |
Calls |
Max dur. |
Min dur. |
Avg dur. |
Total dur. |
Action |
| Field | Description |
|---|---|
|
Class |
The Java class name. |
|
Method |
The Java method name in the class. |
|
Calls |
Number of calls. |
|
Max dur. |
Maximum duration of the calls. |
|
Min dur. |
Minimum duration of the calls. |
|
Avg dur. |
Average duration of the calls. |
|
Total dur. |
Accumulated duration time. |
|
Action |
View a list of all individual calls. |
|
The duration time is in milliseconds.
|
|
Enable profiling stats
- On the top right, click on
Enable button.
Disable profiling stats
- On the top right, click on
Disable button.
Clear profiling stats
- On the top right, click on
Clear button.
Refresh profiling stats
- On the top right, click on
Refresh button.
List of detailed calls
- Click on the
View icon.