|
Measures reported by AsSysGtApplLogTest
If the Error Log does not contain the required information to solve the error, administrators need to access the Application Log. The Application Log contains the steps processed when the request was executed. Each line represents one step of the request execution. Though administrators
access the Application Logs in rare cases, it is the onus of the administrators to keep a vigil on the Application Logs at all times. This will help them in resolving errors as and when it occurs. By periodically scanning thee application logs for specific patterns of log entries, administrators can quickly capture errors, know when a process was spawned for the objects, and determine which subobject was error-prone frequently. This is exactly what the AsSysGtApplLogTest test does.
For each subobject/application, this test periodically searches the application logs for specific patterns of error/general information messages and reports the count and nature of such messages, so as to enable administrators to troubleshoot better. This test also reports the statistical information on the events generated by the target system. using this test, administrators can determine the subobject/application that is frequently prone to errors.
Outputs of the test : One set of results for each Object:subobject associated with the target SAP ABAP System being monitored.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| TotalLog |
Indicates the total number of logs recorded for this subobject during the last measurement period. |
Logs |
|
| TotalMsg |
Indicates the total number of messages recorded for this subobject during the last measurement period. |
Messages |
|
| LogRate |
Indicates the rate at which logs were recorded for this subobject during the last measurement period. |
Logs/min |
|
| MsgRate |
Indicates the rate at which messages were recorded for this subobject during the last measurement period. |
Number |
Compare the value of this measure across the users to figure out the user who has initiated the maximum number of requests. |
| CancelLog |
Indicates the number of logs (recorded for this subbject) that were cancelled during the last measurement period. |
Logs |
The detailed diagnosis of this measure if enabled, lists the Client, Log Number, External ID, Date, Time,
User, TCode, Program, Mode, Importance, Log handle, DDIC Structure, Total Messages and detailed cancelled messages recorded. |
| ErrorLog |
Indicates the number of logs that were error prone for this subobject during the last measurement period. |
Logs |
Compare the value of this measure across subobjects to determine the subbobject that is frequently prone to errors. The detailed diagnosis of this measure if enabled, lists the Client, Log Number, External ID, Date, Time, User, TCode, Program, Mode, Importance, Log handle, DDIC Structure, Total Messages and detailed error messages recorded. |
| WarnLog |
Indicates the number of logs that contained warnings for this subobject during the last measurement period. |
Logs |
The detailed diagnosis of this measure if enabled, lists the Client, Log Number, External ID, Date, Time,
User, TCode, Program, Mode, Importance, Log handle, DDIC Structure, Total Messages and detailed warning messages recorded. |
| InfoLog |
Indicates the number of logs with information messages recorded for this subobject during the last
measurement period. |
Logs |
The detailed diagnosis of this measure if enabled, lists the Client, Log Number, External ID, Date, Time,
User, TCode, Program, Mode, Importance, Log handle, DDIC Structure, Total Messages and detailed information messages recorded. |
| SuccLog |
Indicates the number of logs with success messages recorded for this subobject during the last measurement period. |
Logs |
|
| CancelMsg |
Indicates the number of log messages that were cancelled for this subobject during the last measurement period. |
Messages |
The detailed diagnosis of this measure if enabled, lists the Log number, Message Number, Level, Class, Timestamp and Message. |
| ErrorMsg |
Indicates the number of error messages recorded in the logs for this subobject during the last
measurement period. |
Messages |
The detailed diagnosis of this measure if enabled, lists the Log number, Message Number, Level, Class, Timestamp and Message. |
| WarnMsg |
Indicates the number of warning messages recorded in the logs for this subobject during the last
measurement period. |
Messages |
The detailed diagnosis of this measure if enabled, lists the Log number, Message Number, Level, Class, Timestamp and Message. |
| InfoMsg |
Indicates the number of information messages recorded in the logs for this subobject during the last
measurement period. |
Messages |
The detailed diagnosis of this measure if enabled, lists the Log number, Message Number, Level, Class, Timestamp and Message. |
| SuccMsg |
Indicates the number of success messages recorded in the logs for this subobject during the last
measurement period. |
Messages |
The detailed diagnosis of this measure if enabled, lists the Log number, Message Number, Level, Class, Timestamp and Message. |
| VyImpMsg |
Indicates the number of very important messages recorded in the logs for this subobject during the last
measurement period. |
Messages |
The detailed diagnosis of this measure if enabled, lists the Log number, Message Number, Level, Class, Timestamp and Message. |
| ImpMsg |
Indicates the number of important messages recorded in the logs for this subobject during the last
measurement period. |
Messages |
The detailed diagnosis of this measure if enabled, lists the Log number, Message Number, Level, Class, Timestamp and Message. |
| MedMsg |
Indicates the number of medium messages recorded in the logs for this subobject during the last
measurement period. |
Messages |
The detailed diagnosis of this measure if enabled, lists the Log number, Message Number, Level, Class, Timestamp and Message. |
| AddInfoMsg |
Indicates the number of additional information messages recorded in the logs for this subobject during the last measurement period. |
Messages |
The detailed diagnosis of this measure if enabled, lists the Log number, Message Number, Level, Class, Timestamp and Message. |
|