Package logtop: Information

    Source package: logtop
    Version: 0.7-alt1
    Build time:  Jul 23, 2021, 05:01 AM
    Category: Text tools
    Report package bug
    License: BSD-2-Clause
    Summary: Display real time statistics of whatever you want
    Description: 
    logtop displays real-time count of strings received in standard input.
    It's useful for some cases, like getting the IP flooding your server:
    $ tail -f /var/log/apache2/access.log | cut -d ' ' -f1 | logtop

    List of rpms provided by this srpm:
    liblogtop (e2kv5, e2kv4, e2k)
    liblogtop-debuginfo (e2kv5, e2kv4, e2k)
    logtop (e2kv5, e2kv4, e2k)
    logtop-debuginfo (e2kv5, e2kv4, e2k)
    python3-module-logtop (e2kv5, e2kv4, e2k)
    python3-module-logtop-debuginfo (e2kv5, e2kv4, e2k)

    Maintainer: Aleksei Nikiforov


      1. python3-devel
      2. swig
      3. libncurses-devel
      4. libncursesw-devel
      5. rpm-build-python3
      6. libuthash-devel

    Last changed


    July 10, 2020 Aleksei Nikiforov 0.7-alt1
    - Updated to upstream version 0.7.
    Oct. 31, 2019 Andrey Bychkov 0.6.1-alt3
    - python2 -> python3
    May 7, 2019 Gleb Fotengauer-Malinovskiy 0.6.1-alt2.git20140901.2
    - Fixed lib suffix handling.