System

System page shows an overview of relevant kernel values. Following figure shows the screen shot of system screen.



The description of parameters shown in GUI is given below.

  1. 1.

    NumberOfTasks : Number of tasks in the system

  2. 2.

    Stack Growth Direction : Task's stack growth direction (Downward/Upward)

  3. 3.

    Tick Count : Number of times tick interrupt occurred

  4. 4.

    Top Used Priority : The priority of the highest priority task in the system

  5. 5.

    Top Ready Priority : The priority of the highest priority task which is ready in the system

  6. 6.

    Scheduler Suspended : Scheduler status suspended or not (Yes/No)

  7. 7.

    Missed Ticks : Number of ticks occurred while scheduler was suspended

  8. 8.

    Missed Yield : A context switch missed or not due to scheduler was suspended (True/False)

  9. 9.

    Next Task Unblock Time : The unblock time of the task in the blocked state which will be get unblocked first

  10. 10.

    Number of Tasks To Be Terminated : Number of tasks which got deleted but the memory is not yet freed

  11. 11.

    Number of Priority Levels : Number of priority levels configured in the kernel