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

    Исходный пакет: mtr
    Версия: 0.95-alt2
    Собран:  8 ноября 2023 г. 9:12
    Категория: Мониторинг
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.bitwizard.nl/mtr/

    Лицензия: GPLv2
    О пакете: Matt's Traceroute - network diagnostic tool
    Описание: 
    mtr combines the functionality of the traceroute and ping programs in
    a single network diagnostic tool.  As mtr starts, it investigates the
    network connection between the host mtr runs on and the destination.
    After it determines the address of each network hop between the machines,
    it sends a sequence ICMP ECHO requests to each one to determine the
    quality of the link to each machine.  As it does this, it prints running
    statistics about each machine.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    mtr (riscv64)
    mtr-debuginfo (riscv64)
    mtr-packet (riscv64)
    mtr-packet-debuginfo (riscv64)
    xmtr (riscv64)
    xmtr-debuginfo (riscv64)

    Сопровождающий: Arseny Maslennikov


      1. libncurses-devel
      2. libgtk+3-devel
      3. pkgconfig(jansson)

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


    2 ноября 2023 г. Arseny Maslennikov 0.95-alt2
    - Built with GTK 3 and libjansson.
    13 октября 2023 г. Arseny Maslennikov 0.95-alt1
    - 0.82 -> 0.95. (Closes: 47555)
    - Nowadays the upstream ships a separate program, mtr-packet(8), to call
      privileged kernel APIs and to relieve the user interface programs from that
      burden. The mtr control facility is now repurposed to control access to this
      program; mtr and mtr-gtk will fail gracefully if not allowed to run it.
    19 марта 2021 г. Slava Aseev 0.82-alt4
    - fixed build with gcc-10