You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start PCM and import project into workspace: Either choose File → New → Project… → New Palladio Project - Sirius → Next > → Enter any project name → Next > → Check “Create a Palladio project using one of the initiator templates.” and “Show advanced view (all examples).” → Choose “Palladio-Example-Models“ → “Simple Tactics Example” → Finish, or clone the "SimpleHeuristicsExample_Example" projects from GitHub and Import it to Eclipse: File → Import → Existing Projects into Workspace → Choose the correct root directory and the folder and click → Finish
PCM IDE up and running, project available in workspace
When opening the windows command line, calling "lqns" should return "lqns: Input from terminal is not allowed.".
3
If you use a non-Windows system, please update the "Output dir" property in the "Solver" tab of the PCM Solver launch configuration to a meaningful value.
4
LQN: In the project, open the folder "run configs" and right-click on "Simple Tactics Example LQN.launch" and select "Run As"->"1 Simple Tactics Example LQN"
The LQN Solver is started, the console provides some output, and result files are written to C:\lqn\SimpleHeuristicsExample_Example (or to the directory you provided)
5
Check LQN Solver results by opening the *.out file.
Waiting time of UsageScenario_defaultUsageScenario_1_Task shall be 6.96752 (about line 434)Utilization of LinkingResource_aName_LAN_Task shall have a Total of 0.027Utilization of Server1_CPU_Task shall have a Total of 0.57143
6
SimuLizar: In the project, open the folder "run configs" and right-click on "Simple Tactics Example SimuLizar [...] .launch" and select "Run As"->"1 Simple Tactics Example SimuLizar [...]"
7
Check SimuLizar response time results in the Experiments view:Export the repository to CSV (Button on the top of the Experiments view)Inspect the resulting CSV file “Usage_Scenario_defaultUsageScenario_Response_Time_Tuple” (for example with Excel).
Number of observations of Sensor Response Time Tuple of Usage Scenario: defaultUsageScenario: 10000Mean of Sensor Response Time Tuple of Usage Scenario: defaultUsageScenario: 7.682983692571701
8
Check SimuLizar utilization results of server 1
The CPU shall be idle 42.3 % of the time
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: