Giter Club home page Giter Club logo

srtools's Introduction

SRTools

Simple collection of several real time system tools for job/task scheduling

audsley.py

Creates the table for the audsley test

-c "<array>" The Ci column
-b "<array>" The Bi column (avoid if not present)
-t "<array>" The Ti column
-d "<array>" The Di column (if present performs the test)
-h, --help Displays the help
-l Shows the license

All columns must be rappresented in array form. E.g. "[1, 2, 3, 4]"

burchard.py

Creates the table for the burchard test

-c "<array>" The Ci column
-t "<array>" The Ti column
-h, --help Displays the help
-l Shows the license

All columns must be rappresented in array form. E.g. "[1, 2, 3, 4]"

edf.py

Creates the table for the EDF test

-c "<array>" The Ci column
-t "<array>" The Ti column
-d "<array>" The Di column
-h, --help Displays the help
-l Shows the license

All columns must be rappresented in array form. E.g. "[1, 2, 3, 4]"

han.py

Creates the table for the han test

-c "<array>" The Ci column
-t "<array>" The Ti column
-h, --help Displays the help
-l Shows the license

All columns must be rappresented in array form. E.g. "[1, 2, 3, 4]"

servers.py

Creates the temporal tables for selected servers, needs turtle installed

-h, --help Displays this help
-l Shows the license
-c "<array>" The Ci column
-t "<array>" The Ti column
-r "<array>" The request column e.g. "[[ra, c], [ra, c]]" with ra and c the request time and the request's c
-e <ticks> The ticks to simulate (default: 40)
-T <number> The Ts of the server
-C <number> The Cs of the server
All columns must be rappresented in array form. E.g. "[1,2,3,4]"

Supported servers:
--bg Background server
--ps Polling server
--tbs Total bandwith server
--pes Priority exchange server
--des Deferrable server

Examples

Executes the background server
py servers.py -t "[4,10,32]" -c "[1,2,8]" -r "[[5,2],[14,3],[23,3]]" --bg
Executes both the background server and the total bandwifth server
py servers.py -t "[4,10,32]" -c "[1,2,8]" -r "[[5,2],[14,3],[23,3]]" --bg --tbs -C 2 -T 8

srtools's People

Contributors

chkrr00k avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

srtools's Issues

Process ordering

In the polling/deferrable check what happens if the Ts is not the minimum in the T column, the processes must be reordered and the server has not the priority anymore

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.