Package rteval: Information

    Binary package: rteval
    Version: 2.14.0.28-alt7
    Architecture: ppc64le
    Build time:  Oct 18, 2020, 12:30 AM in the task #260048
    Source package: rteval
    Report package bug
    Summary: Evaluate the performance of a realtime Linux kernel
    Description: 
    Rteval is a python program written to evaluate the performance of a
    realtime Linux kernel on a particular hardware platform. The program
    unpacks source code for two loads: hackbench and a Linux kernel
    compile, then loops running hackbench and a parallel build of the
    Linux kernel. While the loads are running, the cyclictest program is
    run to measure realtime performance under load. When the specified run
    duration is met, the loads are stopped and cyclictest outputs measured
    timer latency values in histogram format, which is analyzed by
    rteval. Rteval then writes an XML file to disk with information about
    the system (gotten through DMI tables), the raw histogram data
    collected during the run and the statistical analysis of the run.

    Maintainer: Vitaly Chikunov

    List of contributors:
    Vitaly Chikunov

    Last changed


    Oct. 18, 2020 Vitaly Chikunov 2.14.0.28-alt7
    - Build for armh.
    Oct. 17, 2020 Vitaly Chikunov 2.14.0.28-alt6
    - Update to latest John Kacur patches.
    - spec: Fix Beekeeper rebuild and minor spec changes.
    Dec. 5, 2019 Vitaly Chikunov 2.14.0.27.g5ed68ae-alt5
    - Remove --numa mode leaving only --smp for cyclictest.