Пакет rteval: Информация

    Исходный пакет: rteval
    Версия: 2.14.0.27.g5ed68ae-alt5
    Собран:  5 декабря 2019 г. 1:26 в задании #242308
    Сообщить об ошибке в пакете
    Лицензия: GPL-2.0-or-later
    О пакете: Evaluate the performance of a realtime Linux kernel
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    rteval (noarch)

    Сопровождающий: Vitaly Chikunov

    Список участников:
    Vitaly Chikunov

      1. python-dmidecode
      2. python-module-ethtool
      3. python-module-libxml2
      4. python-module-lxml
      5. python-module-setuptools

    Последнее изменение


    5 декабря 2019 г. Vitaly Chikunov 2.14.0.27.g5ed68ae-alt5
    - Remove --numa mode leaving only --smp for cyclictest.
    4 декабря 2019 г. Vitaly Chikunov 2.14.0.27.g5ed68ae-alt4
    - Minor changes (fix tabs in python code, log cyclictest cmd).
    30 ноября 2019 г. Vitaly Chikunov 2.14.0.27.g5ed68ae-alt3
    - Change hashbang python to python2.