-
Notifications
You must be signed in to change notification settings - Fork 34
Home
Jim Caffrey edited this page Mar 22, 2016
·
21 revisions
ADE can process a large numbers of logs from a large number of Linux systems to
create a compact summary of those logs. The summary identifies and
consolicates similar text strings into a single message and assigns it
a key (message id). The summary determines if the
message id are being issued when expected, are being issued at the expected
rate during a timeslice, and how often during the day are the message
or a similar message (same message id) issued.
You can use those results to examine
- A set of logs to find anomalies which may be helpful when attempting to find the root cause of a problem or incident
- The currently generated logs to find anomalies which may be helpful when attempting to find the cause of an on-going problem or incident
More details about ADE are available in Github pages http://openmainframeproject.github.io/ade/ .
- Where information extracted by ADE is stored
- How ADE organize information for analysis
- How does ADE find unusual messages within an interval
- How does ADE find unusual intervals
- Why does ADE use a one hour interval length, but provide ten minute time slices
- Examples of how to update style sheets to improve the visualization of ADE output
- How to look at information stored in JDBC compliant database
Made contain links to external web pages that are not maintained by ADE