![]() Previous |
![]() Next |
The Automated Analysis Results page provides comprehensive automatic analysis of a all flight recording data.
This page displays each rule with its corresponding scores, color-coded as green, yellow, or red. You can view the this page as a report or as a table by clicking the corresponding Report or Table icon.
Viewing the Automated Analysis Results Page: Reports and Tables
By default, the Automated Analysis Results page will open as a report. Only results with yellow and red scores will be displayed, immediately drawing your attention to potential problems captured at the time of the recording. Click the Show OK Results icon to add “OK” (green) results to the page if desired. Rules displayed in the report are arranged in the same order as found in the Outline:
Memory: Contains information about memory allocation, usage, and garbage collection over time.
Threads: Contains information related to thread activity over time.
Lock Instances: Contains information about the lock instance events in the Java application.
File I/O: Contains information about read/write activity to/from the file system.
Socket I/O: Contains information about read/write activity to/from sockets.
Exceptions: Contains information about exceptions and errors thrown by the Java application.
Thread Dumps: Contains information about thread dumps that occurred during the recording
Garbage Collections: Contains information related to GC activity.
GC Configuration: Contains configuration data related to garbage collection.
Code Cache: Contains information about the JVM code cache.
Class Loading: Contains information about classes loaded and unloaded during the recording.
VM Operations: Contains time and duration data for VM operations.
Processes: Contains information about the processes that were running when the recording was made.
Environment Variables: Contains details about the environment variables for the system on which the recording was made.
System Properties: Contains information about the system properties for the system on which the recording was made.
Recording: Contains information about the recordings and their event settings.
Event Browser
When viewing as a table, the following columns are present:
Score: The score for this rule.
Rule Name: The name of the rule.
Short Description: A short description of the rule.
Long Description: A long description of the rule.
Result ID: The ID of the result.
Page: The page on which more details can be found.
When viewing results as a report, clicking on any given heading will bring you to its corresponding page (Memory, Lock Instance, File I/O etc.). When viewing as a table, double-click a row instead.
Copyright © 2018, 2021, Oracle and/or its affiliates. All rights reserved. |
![]() Previous |
![]() Next |