Changes for page Interpret Statistics
Last modified by Erik Bakker on 2024/02/20 09:09
From version 38.1
edited by Erik Bakker
on 2023/01/20 12:12
on 2023/01/20 12:12
Change comment:
There is no comment for this version
To version 43.2
edited by Erik Bakker
on 2024/02/20 09:09
on 2024/02/20 09:09
Change comment:
Update document after refactoring.
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - InterpretStatistics1 +crashcourse-platform-exercise-interpret-manage-statistics - Parent
-
... ... @@ -1,1 +1,1 @@ 1 -Main.eMagiz Academy.Microlearnings. Crash Course.CrashCourse Platform.WebHome1 +Main.eMagiz Academy.Microlearnings.Legacy Functionality.WebHome - Content
-
... ... @@ -13,16 +13,21 @@ 13 13 14 14 Now that we have a running solution we should be able to see logging and runtime statistics in Manage. So as a first exercise please check the logging and runtime statistics of your deployed solution. 15 15 16 -Once you have confirmed that you see theloggingandthe runtime statistics it becomes time to send some data through the system so we can analyze whether that went as expected and data arrives at the end system.Forthistoworkyouneedtosave the following examplefilelocally16 +Once you have confirmed that you see logging, but no errors in the log, and runtime statistics for each runtime it becomes time to send some data through the system so we can analyze whether that went as expected and data arrives at the end system. Note, that if there are errors in the log please fix them before continuing with the next step. 17 17 18 +For this to work you need to save the following example file locally as an XML file and place it in the input directory you have defined in your properties. 18 18 19 -* [[Example Message (Multiple Orders CAPE)>>attach:Main.Images.Exercises Crash Course.WebHome@multi-order-cape.xml|| force-download="1"]]20 +* [[Example Message (Multiple Orders CAPE)>>attach:Main.Images.Exercises Crash Course.WebHome@multi-order-cape.xml||target="blank"]] 20 20 22 +Assuming you configured everything correctly eMagiz will retrieve your file and will output two files on the basis of this. We can track the message(s) with the help of our queue statistics functionality. 23 + 24 +{{info}}Note, that when you do not see the expected behavior you should check the "Error Messages Dashboard" and the "Logging".{{/info}} 25 + 21 21 == 3. Solution == 22 22 23 23 In this short movie, you will find the workout of this exercise. Take a moment to review this one and compare it to your solution. 24 24 25 -{{video attachment="crashcourse-platform-exercise- deploy-model-locally.mp4" reference="Main.Videos.Microlearning.WebHome"/}}30 +{{video attachment="crashcourse-platform-exercise-interpret-manage-statistics.mp4" reference="Main.Videos.Microlearning.WebHome"/}} 26 26 27 27 {{info}}Note that the video only shows the part that needs to be executed in the portal. On your laptop you can validate that things are running by checking for the following piece of text in your karaf.bat. 28 28 * "Application context succesfully refreshed""{{/info}}