vFunction Logo

Simulating scheduled learning with the modified OMS app

  1. Go to the vFunction Web UI and open the Observation page

  2. Click SETUP ARCHITECTURAL EVENT MONITORING, then click Configure Learning and hit Add New Schedule

  3. Select oms-controller for Controllers

  4. Set the Repeat to Daily

  5. Set the time slot to the current server time for 10 min. time (e.g., if the current server time is 2:00 PM, set it to 2:00 PM - 2:10 PM)

  6. Switch to the terminal of the Linux and run the script in a loop:

    cd ~/oms-test-script-2
    for i in `seq 1000`; do ./use-apis.sh ; sleep 0.5; done
  7. In the vFunction Web UI you should see the schedule learning is active - a rotating arrow next to the schedule name under the schedules section (bottom right). Wait for the learning to complete. You can also switch to the Learning page and see the controller state by clicking Select Controllers (under ACTIONS)

  8. After the learning is done, it will take a minute or two for the analysis to complete and then you should have a new measurement to Select starting with Scheduled (MEASUREMENT->SELECT MEASUREMENT at the bottom of the analysis page)

vFunction Logo