logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cyclicdeadline - This program is used to test the deadline scheduler (SCHED_DEADLINE) using a cyclictest

Author

       cyclicdeadline was written by Steven Rostedt <rostedt@goodmis.org>

       This manual page was written by John Kacur <jkacur@redhat.com>

                                                January 16, 2020                               CYCLICDEADLINE(8)

Description

cyclicdeadline is a cyclictest style program for testing the deadline scheduler

Name

       cyclicdeadline  - This program is used to test the deadline scheduler (SCHED_DEADLINE) using a cyclictest
       style program

Options

-a--affinity[CPUSET]
              Comma / hypen separated list of CPUs to run deadline tasks on

       -D--durationTIME
              Specify a length for the test to run Append 'm', 'h', or 'd' to specify minutes, hours, or days

       -h--help
              Show this help menu

       -i--intervalINTV
              The shortest deadline for the tasks in us. (default 1000us)

       --json=FILENAME
              Write final results into FILENAME, JSON formatted.

       -s--stepSTEP
              The amount to increase the deadline for each task in us. (default 500us)

       -t--threadsNUM
              The number of threads to run as deadline (default 1)

       -q,--quiet
              Print a summary only on exit. Useful for automated tests, where only the summary output  needs  to
              be captured.

       -b,--breaktrace=USEC
              Send break trace command when latency > USEC

       --tracemark
              write a trace mark when -b latency is exceeded.

Synopsis

cyclicdeadline [-a [CPUSET]] [-D TIME] [-h]  [-i INTV] [--json FILENAME] [-s STEP] [-t NUM] [-q]

See Also