Package logtop: Information

    Binary package: logtop
    Version: 0.7-alt1
    Architecture: e2kv6
    Build time:  Feb 8, 2022, 11:12 AM
    Source package: logtop
    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

    Maintainer: Aleksei Nikiforov


    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.