| How to run Log Analysis for Testing solution? |
| Follow the steps below to run a complete analysis on your logs. |
|
|
| Detailed Explanations |
| (1) Download and install XpoLog |
Download XpoLog from the download section of this site and follow the installation wizard to install. Open a browser to the machine you installed XpoLog on, connect on port 30303 (for example: http://localhost:30303/). [top] |
|
| (2) Click on Testing Environments Icon |
Open a browser to the machine you installed XpoLog on, connect on port 30303 (for example: http://localhost:30303/) and you will see XpoLog's home page. Click on the Testing Environments icon. [top] |
 |
|
| (3) Click on the Testing Analyses Icon |
| In the Testing Environments gate, click on the Testing Analyses icon to run an analysis on your Testing logs. [top] |
 |
|
| (4) Click on 'New Environment Analysis' Button |
| Click on 'New Environment Analysis' Button to start the definition wizard, the next steps on this page will explain step by step how to complete the wizard and run a report. [top] |
 |
|
| (5) Select Testing Environment Option and Click Continue |
| The first step is to select the type of environment - select Testing Environment and click on Continue. Name the Environment Analysis. [top] |
 |
|
| (6) Directories tab |
| Directories - Click on Add Directory and select the location of the directory containing the logs.
It can be local or remote; in that case you can access it over SSH for UNIX/Linux machines or Windows Network. You may add several directories to the analysis. [top] |
 |
|
| (7) Environment Info tab |
| Specify Meta data information on the analysis - parameters like type, version and build help to compare between different versions and manage the results easier.
These parameters may be saved as part of the environment analysis and/or may be provided when executing the report. [top] |
 |
|
| (8) Time Filter tab |
| Specify dynamic or specific time frame that you would like to run the analysis on, or run on all data to analyze everything.
The time filter may be saved as part of the environment analysis and/or may be provided when executing the report. [top] |
 |
|
| (9) Schedule tab |
| Specify the frequency that you wish XpoLog to run the report automatically or leave as never to run it manually. [top]
|
 |
|
| (10) Emailing tab |
| Enter the email addresses that the result of the report will be mailed to. [top]
|
 |
|
| (11) Save and Generate |
| Click on 'Save and Generate' at the bottom of the screen. When completed you will be redirected to the result. This process will scan all the specified logs and might take a few minutes (the result will be available at XpoLog at all time). [top]
|
 |
|
| (12) View Results |
Under each Environment Analysis you can see the list of results that were generated on it. Select one and click on the View Result button to view the result (you may also double click or right click on a result to view it).
As part of the result you will see all the errors that were found and their source logs, as well as unique messages of each log.
The first tab is "Content Analysis":
This table presents a list of unique messages and errors, that XpoLog semantic search found and sort them according to the estimated risk level.
The first column indicate in which Log the error was found, the second present the actual message and the Type column identify if it belongs to known errors or it's just a semantic analysis, the summery present the nature of the errors, Risk is the level of error estimated by XpoLog algorithms, the Total indicates how many errors of this nature were found in that log.
Click on the error message will open the original log filtered in those events, you may want to zoom in for problem diagnostics need.
[top] |
 |
|
The "Unique messages" tab of the report summarizes all unique messages formats that were found in each log. Unique message is a message in the log that contained text and changing execution data, like Thread ID, Instance or User session.
XpoLog identifies the message and aggregates similar message format ignoring the changing data in the log message. Therefore, users can get a summary of unique log messages that exist in the code/logs. The Total column presents how many messages of this format were present in the log. [top]
|
 |
|
| (13) Compare Results |
The idea of comparing reports is very powerful. XpoLog presents messages that were removed, messages where added and common messages, allowing the testers and QA managers to gain visibility into R&D changes. Running the comparisons allow great insight to application different builds/versions behavior during and between tests.
Comparing Production data with testing data is also a powerful way to ensure there are no surprises in the production environments.
Under each Environment Analysis you can see the list of results that were generated on it.
Select the Environment Analysis that you wish to compate it's results and click on Compare Results button, select the result to be compared and click on the compare button (you may also use the CTRL key to select multiple results and click on the compare button). [top]
|
 |
|
As part of the result you will see all the new errors that were found ('newest' result of the compared results), old errors ('oldest' result of the compared results) and errors that exist in all compared results.
[top] |
 |
|
| |