zoukankan      html  css  js  c++  java
  • best-case analysis in real-time system

    ECRTS: Exact Best-Case Response Time Analysis of Fixed Priority Scheduled Tasks

    motivation

    Real-time system analysis has traditionally been focused on the analysis of worst-case behaviour in order to provide guarantees for tasks meeting their deadlines.

    There are however situations when the best case behaviour of a task or a system is important as well.

    One such situation is in the calculation of response jitter, the maximum variation in the response time of a task or a sequence of tasks.

    Typically, response jitter is an important parameter in control systems. 

    Control theory is dependent on the assumption that sampling and actuation is performed with precise periodicity

    and hence large variations in these periods can make an otherwise stable control system become unstable.

    In order to guarantee control performance and stability it is therefore important to find tight bounds to the magnitudes of such variations.

    A good best-case analysis is a necessity for such tight bounds.

    The method is based on local analysis of each node with the response jitter of one task or message being the release jitter of the next task in the sequence.

    Since response jitter is the difference between the worst- and best-case response times, finding tight bounds on these response times is important.

    While good methods exist for determining worst-case response times of tasks, the best-case has not received the same attention.

  • 相关阅读:
    smarty模板中如何嵌入javascript脚本
    正则表达式(一)
    c#获取凌晨时间
    启动VUE项目报错:Error: Cannot find module 'node-sass'
    安装VUE过程记录
    Jenkins自动化工具完整介绍
    使用VS开发C#的常用快捷键
    获取枚举中的描述值
    PDF链接转字节流输出
    MSSQL执行计划的优化建议
  • 原文地址:https://www.cnblogs.com/cpsmile/p/9041245.html
Copyright © 2011-2022 走看看