Profiling stats
The Profiling stats feature gives low level value information to the administrator to find out application performance problems.
By default the Profiling stats feature is disabled because the log analysis consumes hardware resources.
This feature should only be enabled by the administrator in order to investigate possible performance problems with application.
Each time the application is restarted all the previous analysis are removed. It's important when administrator enable this feature take into consideration that the application should not be stopped.
Profiling stats are shown is 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 into the class. |
Calls |
Number of calls. |
Max dur. |
Maximum duration of the calls. |
Min dur. |
Minimum duration of the calls. |
Avr dur. |
Average duration of the calls. |
Total dur. |
Accumulated duration time. |
Action |
List of all calls. |
The duration time is in miliseconds.
|
Enable profiling stats
- On top right click on Enable button.
Disable profiling stats
- On top right click on Disable button.
Clear profiling stats
- On top right click on Clear button.
Refresh profiling stats
- On top right click on Refresh button.
List of detailed calls
- Click on List detailed calls icon.